Difference between revisions of "Learning Techniques"

From
Jump to: navigation, search
Line 14: Line 14:
 
<b>Learning Problems:</b> three main types of learning problems in machine learning
 
<b>Learning Problems:</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]
 
* [[PRIMO.ai#Unsupervised|Unsupervised Learning]]
 
* [[PRIMO.ai#Unsupervised|Unsupervised Learning]]
 
* [[PRIMO.ai#Reinforcement Learning (RL)|Reinforcement Learning (RL)]]
 
* [[PRIMO.ai#Reinforcement Learning (RL)|Reinforcement Learning (RL)]]
 
  
 
<b>Hybrid Learning Problems:</b> The lines between unsupervised and supervised learning is blurry, and there are many hybrid approaches that draw from each field of study.
 
<b>Hybrid Learning Problems:</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/Transduction_(machine_learning) Transductive Learning | Wikipedia]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
 
* [http://en.wikipedia.org/wiki/Multiple_instance_learning Multi-Instance Learning]
 
* [http://en.wikipedia.org/wiki/Multiple_instance_learning Multi-Instance Learning]
  
 
+
<img src="https://3qeqpr26caki16dnhd19sv6by6v-wpengine.netdna-ssl.com/wp-content/uploads/2019/09/Relationship-between-Induction-Deduction-and-Transduction.png" width="600" height="500">
<b>Statistical Inference:</b> Inference refers to reaching an outcome or decision. In machine learning, fitting a model and making a prediction are both types of inference. There are different paradigms for inference that may be used as a framework for understanding how some machine learning algorithms work or how some learning problems may be approached.
 
* Inductive Learning
 
* Deductive Inference
 
* Transductive Learning
 
 
 
  
 
<b>Other types of Learning Techniques:</b>
 
<b>Other types of Learning Techniques:</b>

Revision as of 13:31, 8 December 2019