What is Machine Learning ???#machineLearning

What is Machine Learning?

Machine learning gives computers the ability to learn without being explicitly programmed.
It is the ability for computer programs to analyze data, extract information automatically, and learn from it.
So, basically, implementing machine learning means creating algorithms which can learn and make
predictions on data.

Some examples of machine learning:
 - Amazon recommendations based on the customer’s browsing and purchasing behavior.
 - Google's search engine, that ranks the websites by relevancy.
 - Self-driving cars.
 - Email spam filters.

All of the systems above learn and improve themselves as more and more data is provided: The more you search and purchase on Amazon, the better recommendations it gives. The more emails you mark as spam, the better the system filters new emails. The more situations the self-driving car navigates, the better it drives.

This is very similar to how we humans learn. A typical example is the problem of classification. For instance, the email spam filter needs to classify the spam and not spam emails. Note, that this is quite user-dependent. If we know that a specific user is marking all the travel emails as spam, we are going to classify the new emails more effectively. More relevant data leads to better predictions.


SO IF YOU LEARNED SOMETHING NEW ABOUT MACHINE LEARNING PLEASE DO SHARE THIS POST WHITH OTHERS AND ALSO COMMENT DOWN BELLOW .
THANK YOU!!!!!!!!!!!

Comments