Note: This article is present in its copy on author’s medium.com account as well. #ai #artificialintelligence #robotics #machinelearning This is a review of Chapter 2 of their book, Bartneck et al., on Ethics in AI and Robotics. Key points in the chapter are as follows: — AI definitions (Bartneck et al): It involves the study,Continue reading “Chapter 2 Review. What is AI? Book Chapter Bartneck et al.”
Tag Archives: Machine Learning
Feature Selection Using Genetic Algorithm
#AI #artificialintelligence #ml #machinelearning Note: This article is present on authors medium.com account as well. In the past few articles, you might have got an idea of what feature selection is. In short, it is used to improve accuracy, decrease noise and at the same time decrease computational complexity by reducing irrelevant features from bigContinue reading “Feature Selection Using Genetic Algorithm”
Feature Selection — Part II
In the last article on Feature Selection, we discussed what feature selection is all about. Let’s briefly discuss what some key feature selection algorithms are: Here the features are independently categorized as important or not important without the use of any other classifier. Examples of such methods are, information gain, correlation coefficient, mean absolute difference.Continue reading “Feature Selection — Part II”
Abilities of AI Compared to Human
Can AI have the following abilities that human beings and animals have? As per Stahl [1] Humans have access to “mental abilities, perceptions, intuition, emotions, and even spirituality”. Let us consider our views and discuss a little more the things he has enumerated. Let’s discuss his enumeration. The following combines the power of modern computingContinue reading “Abilities of AI Compared to Human”
Feature Selection — I
In machine learning and data science, feature selection techniques are used often to find the most relevant attributes defining the data. What are the features of data? The data for use in Machine Learning is typically in the form of rows and columns. The rows define the values for a particular observation, while the columnsContinue reading “Feature Selection — I”
Linear Regression for Data in Python
First the code then a description of the key points concerning Linear Regression. Let us consider the colon cancer data. The data has been taken in csv form. Here is a code in Python to compute Linear Regression based computations. The code wraps up all the internal processing behind Linear Regression. import pandas as pdimportContinue reading “Linear Regression for Data in Python”
Are Generative Models Mugging Parrots?
#AI #Generative_Models Some say these complex deep learning models are mere stochastic mugging parrots. Well, what is the answer? Yes or not exactly. Let’s argue about it. If you take one or two layers in the learning model, then you can say that yes there is some kind of mugging. But here in live models,Continue reading “Are Generative Models Mugging Parrots?”
The Master Robots: AI and Tech
#futurist #future #scific #ai #artificialintelligence This article presents soon-to-come robots. This is based on current developments in AI and Robotics. All these are possibilities for the future of Robotics, AI, and Tech. The future may not be exactly the same for these Robotics applications but somewhat may revolve around these facts as explained here inContinue reading “The Master Robots: AI and Tech”
Solution to Owning Arts — Traditional Artist versus Digital and AI Artist
Summary: In case artists are working in collaboration, one is a traditional artist and another is digital artist or AI artist, both can collaborate to make the art reach new heights with joint ownership and no tension of copywriting. This is a plausible solution to the future of artwork. This would need a platform whereContinue reading “Solution to Owning Arts — Traditional Artist versus Digital and AI Artist”
Understanding Responsible Robotics-Why and How?
#futurist #future Responsible robotics assumes robotics that is helping humans in solving problems and assisting humans in needful work, and at the same time, Robotics should not do wrong things to harm mankind in any way. With this being the aim, responsible robotics can be built. Once the software is set and knows a machineContinue reading “Understanding Responsible Robotics-Why and How?”