DiscoverMachine Learning GuideMLG 013 Shallow Algos 2
MLG 013 Shallow Algos 2

MLG 013 Shallow Algos 2

Update: 2017-04-092
Share

Description

Try a walking desk to stay healthy while you study or work!

Full notes at  ocdevel.com/mlg/13 

Support Vector Machines (SVM)

  • Purpose: Classification and regression.
  • Mechanism: Establishes decision boundaries with maximum margin.
  • Margin: The thickness of the decision boundary, large margin minimizes overfitting.
  • Support Vectors: Data points that the margin directly affects.
  • Kernel Trick: Projects non-linear data into higher dimensions to find a linear decision boundary.

Naive Bayes Classifiers

  • Framework: Based on Bayes' Theorem, applies conditional probability.
  • Naive Assumption: Assumes feature independence to simplify computation.
  • Application: Effective for text classification using a "bag of words" method (e.g., spam detection).
  • Comparison with Deep Learning: Faster and more memory efficient than recurrent neural networks for text data, though less precise in complex document understanding.

Choosing an Algorithm

  • Assessment: Evaluate based on data type, memory constraints, and processing needs.
  • Implementation Strategy: Apply multiple algorithms and select the best-performing model using evaluation metrics.

Links

Comments 
00:00
00:00
1.0x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

MLG 013 Shallow Algos 2

MLG 013 Shallow Algos 2