You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine Learning(The reason why machine learning is popular)
- Grew out of work in AI
- New capability for computers
Examples:
- Database mining
Large datasets from growth of automation/web.
E.g., Web click data,medical records,biology,engineering
- Applications can't program by hand.
E.g., Autonomous helicopter,handwriting recognition,most of Natural Language Processing(NLP), Computer Vision.
- Self-customizing programs
E.g.,Amazon,Netflix product recommendations
What is Machine Learning?
Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives computers the ability to learn without being explicitly programmed." This is an older, informal definition.
Tom Mitchell provides a more modern definition: "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E."
Example: playing checkers.
E = the experience of playing many games of checkers
T = the task of playing checkers.
P = the probability that the program will win the next game.
Machine learning algorithms:
- Supervised learning
- Unsupervised learning
Others:
- Reinforcement learning
- Recommender systems
Also talk about:
- Practical advice for applying learning algorithms