Difference between revisions of "Learning Techniques"
m (Text replacement - "http:" to "https:") |
m |
||
| Line 12: | Line 12: | ||
| − | <b>Core:</b> | + | <b>Core:</b> four main types of learning problems in machine learning |
| + | * [[In-Context Learning (ICL)]] ... [[Large Language Model (LLM)|LLM]]s understand to encode learning algorithms implicitly during their training processes | ||
* [[PRIMO.ai#Supervised|Supervised Learning]] | * [[PRIMO.ai#Supervised|Supervised Learning]] | ||
** [https://en.wikipedia.org/wiki/Deductive_classifier Deductive Inference | Wikipedia] | ** [https://en.wikipedia.org/wiki/Deductive_classifier Deductive Inference | Wikipedia] | ||
Revision as of 00:26, 23 April 2023
YouTube search... ...Google search
- 14 Different Types of Learning in Machine Learning | Jason Brownlee - Machine Learning Mastery
- Natural Language
Core: four main types of learning problems in machine learning
- In-Context Learning (ICL) ... LLMs understand to encode learning algorithms implicitly during their training processes
- Supervised Learning
- Unsupervised Learning
- Reinforcement Learning (RL)
Hybrid: drawing from unsupervised and supervised learning
Other Techniques:
- Deep Learning
- 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
- Neural Structured Learning (NSL)
- Meta-Learning
- Online Learning
- Human-in-the-Loop (HITL) Learning / Active Learning
- Decentralized: Federated & Distributed Learning