Chapter 1: Introduction to Machine Learning Flashcards
1
Q
Types of Machine Learning?
A
Supervised and Unsupervised learning
2
Q
What is Supervized Machine Learning?
A
- Uses labeled datasets to train.
- Contains examples of both inputs (called features) and correct outputs (labels).
3
Q
Types of Supervized Machine Learning?
A
- Classification
- Regression
4
Q
What are the problems of the Supervized Machine Learning Technique?
A
- Bias-variance dilemma: how the ML model performs accurately using different training sets?
- High-bias models: how to deal with complex and noisy training dataset?
- Size of the training dataset: what is the acceptable size of the training dataset for the ML algorithm to compute accurate classification and prediction?
5
Q
What is Unsupervized Machine Learning?
A
- Learns from data without human supervision.
- Models are given unlabeled data and allowed to discover patterns and insights without any explicit guidance or instruction
6
Q
Types of Unsupervized Machine Learning?
A
- Clustering
- Association
- Dimensionality reduction
7
Q
Where can ML be applied in real life?
A
- Spam detection
- Voice recognition
- Stock trading
- Robotics
- E-commerce
8
Q
Types of Machine Leaning Languages?
A
- Python
- R
- Matlab
- Scala-Scalable language
- Ruby
9
Q
Types of ML Software?
A
- WEKA (Open source)
- KafKa
- Spark & Hadoop
- DeepLearning4J