Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
what is Machine learning?
Neural Narrator
Jun 17, 2024
25 views
what is Machine learning?
it's method of data analysis which automates analytical model building.
Using algorithms that iteratively learn from data.
Machine learning allows computer to find hidden insights without being explicitly programmed where to look.
So the Machine Learning algorithm on it's own will figure it out, what patterns and what features are important.
Applications:
Supervised learning:
Supervised learning algorithms are trained using labeled examples. For example: Where then input and the desired output are known.
The learning algorithm receives a set of inputs along with the corresponding correct outputs.
The algorithms is going to learn by comparing it's actual output with the correct outputs in order to find an error and then it's going to modify it's internal parameters accordingly to achieve the best results on it's own, without you explicitly programming.
Supervised learning is commonly used application where historical data points predict likely future events. For example, Information of previous emails you've received that someone has labeled as spam or legitimate. This historical data can be used to create a spam filter for future emails.
Text classification and recognition this is really common and widely applicable use of ml
Supervised Machine Learning Process: