Week 01 Lecture Content Flashcards
What is Machine Learning (Arthur Samuel)?
Definition: Machine Learning is the study of computer algorithms that improve automatically through experience according to a performance measure (1959).
What is Machine Learning (Tom Mitchell)?
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 in tasks T, as measured by P, improves with experience E (1998).
What are the three major classes of Machine Learning?
Reinforcement Learning, Unsupervised Learning and Supervised Learning.
What is Artificial Intelligence?
The capability of a computer system to mimic human cognitive functions such as learning and problem solving.
What is Machine Learning?
an application of AI that uses mathematical models of data to help a computer without direct instruction. This enables a computer system to continue learning and improving on its own, based on experience.
What is Deep Learning?
Neural Network algorithms that learn important features in data by themselves. These network algorithms adapt through the process of repetitive training to uncover hidden patterns and new insights in complex data.
What is an Alternative Definition to Machine Learning?
Machine Learning is the study of computer algorithms that improve automatically through experience according to a performance measure.
Describe in Detail What Machine Learning Is?
Instead of writing a program by hand, we collect lots of examples that specify the correct output for a given input. A machine learning algorithm then takes these examples and produce a program that does the job.
How does Machine Learning Work?
This program may look quite different to a typical hand-written program. It may contain millions of numbers (parameters). If we do it right, the program works for new cases (generalization) as well as the ones we trained it on.
Why is Machine Learning Important (Part 1)?
- Automation and Efficiency: Machines learn to perform tasks that would otherwise require human intervention.
Why is Machine Learning Important (Part 2)?
- Data Analysis and Prediction: From stock markets to weather forecasts, machine learning algorithms can process enormous amounts of data for analysis.
Why is Machine Learning Important (Part 3)?
- Personalization and Engagement: Imagine your smartphone understanding your needs and preferences.
Why is Machine Learning Important (Part 4)?
- Solving Complex Problems: In areas where traditional algorithms fail, machine learning thrives.
Why is Machine Learning Important (Part 5)?
- Social Impact: Addressing key challenges in sustainability, accessibility, and social justice.
Pattern Recognition Tasks involving Machine Learning?
Facial Identities, Handwritten or spoken words, Medical Images.