What is the Difference Between Machine Learning and Deep Learning?
Hell guys, as you know, I’m Kindson the Genius and good to see you again! In this short lesson, I would explain to you the …
Hell guys, as you know, I’m Kindson the Genius and good to see you again! In this short lesson, I would explain to you the …
Hello everyone, as you know, I’m Kindson The Genius. I would like to share with you these 20 cool Machine Learning and Data Science Concept …
You could also learn Difference Between Machine Learning and Deep Learning. This tutorial follows from Tutorial 1 where you downloaded your dataset, setup the Visual studio solution …
Welcome back! So we’ll continue with Questions 31 to 40 of our Machine Learning Q&A. You can find Question 1 to 20 below Questions 1 …
Welcome back! So we’ll continue with Questions 21 to 30 of our Machine Learning Q&A. You can find Question 1 to 20 below Questions 1 …
This is Machine Learning Questions and Answer (11 to 20) Find Question 1 to 10 here. So let’s get started! 11. Explain Clustering in …
I’m happy to the making this lesson. I would give you brief answers to several Machine Learning questions. But if you would like to go …
I will try to explain Likelihood Function in very clear and simple terms. Likelihood Function in Machine Learning and Data Science is the joint probability …
You already know of Simple Linear Regression. You also know of Logistic Regression. Now we would discuss Multiple Linear Regression. This is a case where …
In Lecture 4, we learnt about the Bayes’ classifier. Here we would see how to minimize misclassfication rate in Bayes classifier. Again, we would review …
First I would like clarify that the Logistic Regression model is a model for classification. Also note that Machine Learning 101 focuses on Supervised Learning. …
In the last lecture, we discussed Bayes’ Classifier. Now, we are going to discuss K-Nearest Neighbors Classifier. Remember that Bayes Classifier tries to classify X …
This is the second lecture on classification. It follow the first one: Introduction to Classification. Bayes’ Classifier is a classifier that works based on Bayes’ …
This Lecture follows from Lecture 7 on Underfitting and Overfitting. Here we would discuss Bias-Variance Trade-off. I will try to make this lesson very clear. …
In subsequent lectures, we have discussed regression problems. Now we would apply the same analysis to classification but with little adjustment. In case of classification, …
In the previous lesson (Lesson 9), we derived Bayes theorem. So let’s write it out: Also recall that Bayes’ theorem helps us find conditional probabilities …
By now, you probably understand probability as well as probability theory. You also know about the Sum Rule and Product Rule. Then you also understand …
We will now consider some of the important rules of probability. Meanwhile we would also understand the meaning of terms along the line. They include: …
Remember that in the previous lecture (Lecture 6), we discuss polynomial curve fitting. We kind of saw that the relationship in a dataset can be …
As you already know, one of the four basic theories of Machine Learning is the Probability Theory. Or simply, Probability. And this is one challenge …
Let’s go back to the regression problem we solved in Lecture 4. We are given a dataset. You need to find the relationship between the …
This is Lecture 6 of Machine Learning 101. We would discuss Polynomial Curve Fitting. Now don’t bother if the name makes it appear tough. This …
This is lesson 3 of Machine Learning 101. We are going to examine classes of machine learning problems. In Lecture 2 we already mentioned a …
This is Lecture 4 of the Machine Learning 101. It follows from Lecture 3. In this lecture, we would solve some regression problems. So brace …
The is lesson 2 of our Machine Learning 101 course. This follows from Lesson 1. We would cover the following: The Goal of Machine Learning …
This is the very first of a complete Machine Learning course . So if you intend to learn Machine Learning, then you are in the right place. …
We would examine the basics of Genetic Algorithm and dive a little deeper into the actual steps in genetics algorithm. I will try to be …
Now you know some theories about Principal Components Analysis (PCA) and now we are going to go through how to actually perform it. Next we …
Hello everyone, as you know, I’m Kindson The Genius. I would like to share with you these 20 cool Machine Learning and Data Science Concept …
PCA is one of the concepts that many find a bit tough to grasp. I had the same issue, but now I figure out a …
In this tutorial we would cover Simple Linear Regression in a very easy-to-understand way. We are assuming you don’t have much knowledge of Machine Learning …
Just as you know, I would try to explain Support Vector Machines (SVM) in a vary simple and clear way. I know many find it …
Are you looking for some interesting project ideas for your thesis, project or dissertation? Then be sure that a machine learning topic would be a …
In this simple tutorial, I would explain the concept of Principal Components Analysis (PCA) in Machine Learning. I would try to be as simple and …
Hello friend, I’ll like to share with you this brief explanation of the difference between Prediction and Inference. They appear similar, to us researchers and …
I have made a list of this 10 research paper I believe very student and researcher in area of Artificial Intelligence and Machine learning must …
I still cry when I remember what I lost in the in Nigeria couple of months before I relocated to Budapest. It’s a very long …
Hell guys, as you know, I’m Kindson the Genius and good to see you again! In this short lesson, I would explain to you the …
So much changes is taking place in the field of programming. Easy to Learn and Free 1. Python 2. R Programming 3. MatLab Script 4. …
My name is Kindson The Genius and today, I would introduce you to Machine Learning using .Net. Yes, .net C# programmer can now develop Machine …
Hello, my name is Kindson. One fact we must all appreciated is that in the next few years, Machine Learning or related courses would gradually …
Hello good to see you! My name is Kindson The Genius and I would give you a brief explanation of these top 10 technology trends …
Today, I would give a very simple explanation of the concept of linear separator and hyperplane. This is would be a very basic and simple, …
In this lesson, we are going to examine classification in machine learning. Below are the topics we are going to cover in this lesson Formulation …
In this lesson we are going discuss clustering under the following topic: Introduction to Clustering Formalized Definition of k-Means Clustering 1-of-K Coding Scheme The Expectation …
This lessons explains in simple terms how to minimize expected loss during classification.Remember that when an input variable is classified wrongly, a loss is incurred. …
Remember that classification is a supervised learning concept that has to do with determining the the class a new input variable belongs.In trying to assign …
In this lesson, we would examine 3 approaches to classification. The first 2 would be based on the a priori knowledge of the probabilities. The …
I have made a list of the best 20 easy lessons of various topic of Machine Learning, Pattern Recognition and Artificial Intelligence. Watch the Machine …
Today we will discuss the difference between two important topic that appear similar in machine learning. Classification and Clustering I have decided to create this …
What is Maximum Likelihood(ML)? and What is Maximum Likelihood Estimation (MLE)?These is a very important concept in Machine Learning and that is what we are …
Today we will discuss the concept of Outlier Detection in Statistics and Machine Learning and we would focus on the techniques used. We would cover …
We would try to clearly explain the concept of a recommender system. What is a Recommender System A recommender system is a system that is …
In this lesson, you will learn about Bias/Variance Trade-off in Machine Learning. This is a concept in machine learning which refers to the problem of …
Today we would give a clear and simple explanation of Support Vector Machines. We would discuss the basics of support vector machines in very clear …
In this short lesson, we will discuss the concept of over-fitting in Linear Regression. For now I would assume you have a basic knowledge of …
Activation Functions play a very important role in Neural Network so understanding them is key to getting a clearer understanding on how neural networks work. …
Backpropagation is the learning algorithm used in neural networks and is a generalization of the least mean squares algorithm used in linear perceptron. Backpropagation requires …
In this lesson, we would examine the learning process in Neural Networks. Remember that a neural network is a classifier that could learn from a …
Today we will understand the concept of Perceptron. Basics of The PerceptronThe perceptron(or single-layer perceptron) is the simplest model of a neuron that illustrates how …
We are going to explain the basic concept of k-means clustering and the k-means clustering algorithm. Table of Content What is K-Means Clustering How it …
What really is machine learning? Let’s try to explain it in a way that everyone can easily understand and appreciate. Here we would define Machine …
More Detailed Video Explanation Here Video on How to Perform PCA in R here We would explain the concept of dimensionality reduction in a very …
Watch the video here. In this lesson we would examine the following topics What is Decision Theory Application of Decision Theory in Cancer Diagnosis The …
You need to have basic knowledge of AI. You don’t have to be a Tech Pro like me to understand the principles of AI. So, …
The term “Big Data” have become quite common in the field of modern Relational Database Management and Data Analysis and today there are so many …