Difference between revisions of "Learning Techniques"

From
Jump to: navigation, search
Line 12: Line 12:
  
  
Learning Problems:
+
<b>Learning Problems:</b>
 
* [[PRIMO.ai#Supervised|Supervised Learning]]
 
* [[PRIMO.ai#Supervised|Supervised Learning]]
 
* [[PRIMO.ai#Unsupervised|Unsupervised Learning]]
 
* [[PRIMO.ai#Unsupervised|Unsupervised Learning]]
Line 18: Line 18:
  
  
Hybrid Learning Problems:
+
<b>Hybrid Learning Problems:</b>
 
* [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]]
 
* [[PRIMO.ai#Semi-Supervised|Semi-Supervised Learning]]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
 
* [[PRIMO.ai#Self-Supervised|Self-Supervised Learning]]
Line 31: Line 31:
  
  
Learning Techniques:
+
<b>Learning Techniques:</b>
 
* [[Active Learning]]
 
* [[Active Learning]]
 
* [[Online Learning]]
 
* [[Online Learning]]

Revision as of 13:05, 8 December 2019

YouTube search... ...Google search


Learning Problems:


Hybrid Learning Problems:


Statistical Inference: 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


Learning Techniques: