Google Machine Learning Flashcards
Coursera
What is Machine Learning?
It is a way to derive predictive insights from data.
What is Machine Learning
Machine learning is the subfield of computer science that gives “computers the ability to learn without being explicitly programmed.”
What are the 2 stages of Machine Learning?
Training and Prediction.
Questions to ask when framing a Machine Learning problem?
1) What is being predicted?
2) What data is needed?
Questions to ask when the Machine Learning is a question of software
3) What is the API for the problem during prediction?
4) Who will use this service? How are they doing it today?
What is the Data Problem to the Machine Learning question?
5) What data are we analyzing?
6) What data are we predicting?
7) What data are we reacting to?
Difference between Machine Learning, Artificial Intelligence and Deep Learning
AI components:
* Computer Vision
* Language Processing
* Creativity
* Etc.
Machine learning:
* Classification
* Clustering
* Neural Network
* Etc.
Revolution in Machine Learning:
* Deep learning
What is training serving skew?
it is a mismatch between the data or environment used during the training phase of a machine learning model and the data or environment encountered during the serving (or deployment) phase.