Artificial Intelligence based Water Robots; The Aqua Robots — Benefits and needs

Nidhika YadavJust now·4 min read Why aquatic life is neglected ? Why pollution is growing in aquatic ecosystems ? Why water breeds are in extinctions ? The answer is — We cannot be in water all time to know well being of the water life, water based plants and water animals, so we need Water RobotsContinue reading “Artificial Intelligence based Water Robots; The Aqua Robots — Benefits and needs”

Technical Article: AI based Robotics -Ethics, Safety and Hackings

DOI: 10.13140/RG.2.2.27962.93125 This article covers the areas of ethics and safety concerns for the growing field of Robotics which use Artificial Intelligence to pursue its tasks. The article covers various kinds of threats AI based Robots may pose to humans and environment. Further, ethical issues and hacking of an AI based Robot and its potential side-effectsContinue reading “Technical Article: AI based Robotics -Ethics, Safety and Hackings”

Some Graphical Comparison and Results (with fitted polynomials) of Naive Bayes, Logistic Regression and Linear Regression

This article provides results, graphical plots and analysis of Linear, Logistic Regression, Naive Bayes for three kinds of datasets, namely, (i) Linearly Seperable, (ii) Non-Linearly Seperable and (iii) Banana Data. This article plays a good role for new mentors, academicians and students to understand the process of experimentations and analysis, result presentation in a MachineContinue reading “Some Graphical Comparison and Results (with fitted polynomials) of Naive Bayes, Logistic Regression and Linear Regression”

Logistic Regression Matlab Code-Iterative

% this is for two class problem for more than two class code changes % % this is for two class problem for more than two class code changes% % ————-Parameters————-% numIteration =1000; The Number of maximum iterations% % errorBound = 0.0001; This is the permissible error.% The experiments have been done keep in viewContinue reading “Logistic Regression Matlab Code-Iterative”