General - Machine Learning (ML)
Main Ingredients for Machine Learning
- Data
- Training
- Hardware
CPU - Central Processing Units
- Used to all the tasks that are performed on a computer. GPU - Graphics Processing Unit
- Dedicated high performance chip used for machine learning
Features
- Input Data Label
- Output Training DataSet
- A large group of lableled examples. ML Training Phase
- ML Trained Model
Inference
Under-fitting Model
- Reasons:
- Too Simple Model
- Training data is not enough Over-fitting Model
- Reasons:
- Training dataaset is a SAMPLE
- Too Complex Model
Classification of ML Systems:
- Supervised Learning
- Classification Classifier Support Vector Machines (SVM’s)
- Regression Linear Regression Logistic Regression Polynomial Regression
- Unsupervised Learning
- Clustering
- Task of identifying similar instances with shared attributes in a dataset and group them together into clusters.
- The output of the algorithm would be a set of labels assigning each data point to one of the identified clusters. - Dimension Reduction
- Reinforcement Learning
This post is licensed under CC BY 4.0 by the author.