M1 Flashcards
(40 cards)
[ ] is about extracting knowledge from data.
Machine Learning
It is a research field at the intersection of statistics, AI, and computer science.
Machine Learning
Machine Learning is a field of study concerned with giving computers [ ].
the ability to learn without being explicitly programmed
[ ] is a study of learning algorithms.
Machine Learning
A computer program is said to learn from [ ] with respect to some class of [ ] and [ ].
Experience E, Tasks T, Performance Measure P
Machine Learning Steps:
[ ] -> [ ] -> [ ]
Data ( E ) -> Learning Algo ( T ) ->Basic Understanding ( P )
Collection, preparation, and analysis of data.
Data Science
Leverages AI/ML research, industry expertise, and statistics to make business decisions.
Data Science
Technology for machines to understand/interpret, learn, and make ‘intelligent’ decisions.
Artificial Intelligence
Includes ML among many other fields.
Artificial Intelligence
Algorithms that help machines improve through supervised, unsupervised, and reinforcement learning.
Machine Learning
Subset of AI and Data Science tool
Machine Learning
ML Algo or Traditional Rule Based Algo?
Explicit programming is used to solve problems.
Traditional Rule Based Algo
ML Algo or Traditional Rule Based Algo?
Rules can be manually specified.
Traditional Rule Based Algo
ML Algo or Traditional Rule Based Algo?
Samples are used for training.
Machine Learning Algo
ML Algo or Traditional Rule Based Algo?
The decision-making rules are complex or difficult to describe.
Machine Learning Algo
ML Algo or Traditional Rule Based Algo?
Rules are automatically learned by machines.
Machine Learning Algo
This enables computers to operate autonomously without explicit programming.
Machine Learning
ML algo adaptively improves with an increase in the number of available samples during [ ].
the ‘learning’ process
What are the types of Machine Learning?
(SML-UML-SSL-RL)
- Supervised ML
- Unsupervised ML
- Semi-Supervised Learning
- Reinforced Learning
[ ] is a collection of data used in ML tasks.
Dataset
Each data record is called a [ ].
Sample
Events or attributes that reflect the performance or nature of a sample in a particular aspect are [ ].
Features
[ ] is a data set used in the training process, where each sample is referred to as a training sample.
Training set