What Is Machine Learning
What Is Machine Learning
What Is Machine Learning
Machine Learning
How does Machine Learning Work?
Now in this Machine learning basics for beginners tutorial, we will learn how Machine Learning (ML) works:
Machine learning is the brain where all the learning takes place. The way the machine learns is similar to the human being. H umans
learn from experience. The more we know, the more easily we can predict. By analogy, when we face an unknown situation, the
likelihood of success is lower than the known situation. Machines are trained the same. To make an accurate prediction, the m achine
sees an example. When we give the machine a similar example, it can figure out the outcome. However, like a human, if its feed a
previously unseen example, the machine has difficulties to predict.
The core objective of machine learning is the learning and inference. First of all, the machine learns through the discovery of patterns.
This discovery is made thanks to the data. One crucial part of the data scientist is to choose carefully which data to provide to the
machine. The list of attributes used to solve a problem is called a feature vector. You can think of a feature vector as a subset of data
that is used to tackle a problem.
The machine uses some fancy algorithms to simplify the reality and transform this discovery into a model. Therefore, the learning stage
is used to describe the data and summarize it into a model.
For instance, the machine is trying to understand the relationship between the wage of an individual and the likelihood to go to a fancy
restaurant. It turns out the machine finds a positive relationship between wage and going to a high-end restaurant: This is the model
Inferring
When the model is built, it is possible to test how powerful it is on never-seen-before data. The new data are transformed into a features
vector, go through the model and give a prediction. This is all the beautiful part of machine learning. There is no need to update the
rules or train again the model. You can use the model previously trained to make inference on new data.
The life of Machine Learning programs is straightforward and can be summarized in the following points:
1. Define a question
2. Collect data
3. Visualize data
4. Train algorithm
5. Test the Algorithm
6. Collect feedback
7. Refine the algorithm
8. Loop 4-7 until the results are satisfying
9. Use the model to make a prediction
Once the algorithm gets good at drawing the right conclusions, it applies that knowledge to new sets of data.
Machine Learning Algorithms and Where they are Used?
Now in this Machine learning tutorial for beginners, we will learn where Machine Learning (ML) algorithms are used: