Difference between revisions of "Learning Techniques"
Line 12: | Line 12: | ||
− | <b>Learning | + | <b>Core Learning:</b> three main types of learning problems in machine learning |
* [[PRIMO.ai#Supervised|Supervised Learning]] | * [[PRIMO.ai#Supervised|Supervised Learning]] | ||
** [http://en.wikipedia.org/wiki/Deductive_classifier Deductive Inference | Wikipedia] | ** [http://en.wikipedia.org/wiki/Deductive_classifier Deductive Inference | Wikipedia] | ||
Line 18: | Line 18: | ||
* [[PRIMO.ai#Reinforcement Learning (RL)|Reinforcement Learning (RL)]] | * [[PRIMO.ai#Reinforcement Learning (RL)|Reinforcement Learning (RL)]] | ||
− | <b>Hybrid Learning | + | <b>Hybrid Learning:</b> The lines between unsupervised and supervised learning is blurry, and there are many hybrid approaches that draw from each field of study. |
* [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]] | * [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]] | ||
** [http://en.wikipedia.org/wiki/Inductive_reasoning Inductive Learning | Wikipedia] | ** [http://en.wikipedia.org/wiki/Inductive_reasoning Inductive Learning | Wikipedia] |
Revision as of 14:09, 8 December 2019
YouTube search... ...Google search
- 14 Different Types of Learning in Machine Learning | Jason Brownlee - Machine Learning Mastery
- Natural Language
Core Learning: three main types of learning problems in machine learning
Hybrid Learning: The lines between unsupervised and supervised learning is blurry, and there are many hybrid approaches that draw from each field of study.
Other types of Learning Techniques:
- Transfer Learning a model trained on one task is re-purposed on a second related task
- Few Shot Learning
- Ensemble Learning
- Multi-Task Learning (MTL)
- Apprenticeship Learning - Inverse Reinforcement Learning (IRL)
- Imitation Learning
- Simulated Environment Learning
- Lifelong Learning - Catastrophic Forgetting Challenge
- Active Learning
- Online Learning