Machine Learning Guide

MLG 013 Shallow Algos 2


Listen Later

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
  • Andrew Ng Week 7
  • Pros/cons table for algos
  • Sci-Kit Learn's decision tree for algorithm selection.
  • Machine Learning with R book for SVMs and Naive Bayes.
  • "Mathematical Decision-Making" great courses series for Bayesian methods.
...more
View all episodesView all episodes
Download on the App Store

Machine Learning GuideBy OCDevel

  • 4.9
  • 4.9
  • 4.9
  • 4.9
  • 4.9

4.9

772 ratings


More shows like Machine Learning Guide

View all
The Changelog: Software Development, Open Source by Changelog Media

The Changelog: Software Development, Open Source

292 Listeners

Data Skeptic by Kyle Polich

Data Skeptic

478 Listeners

Software Engineering Daily by Software Engineering Daily

Software Engineering Daily

624 Listeners

Talk Python To Me by Michael Kennedy

Talk Python To Me

585 Listeners

Super Data Science: ML & AI Podcast with Jon Krohn by Jon Krohn

Super Data Science: ML & AI Podcast with Jon Krohn

303 Listeners

NVIDIA AI Podcast by NVIDIA

NVIDIA AI Podcast

342 Listeners

Syntax - Tasty Web Development Treats by Wes Bos & Scott Tolinski - Full Stack JavaScript Web Developers

Syntax - Tasty Web Development Treats

983 Listeners

AI Today Podcast by AI & Data Today

AI Today Podcast

155 Listeners

DataFramed by DataCamp

DataFramed

268 Listeners

Practical AI by Practical AI LLC

Practical AI

212 Listeners

Google DeepMind: The Podcast by Hannah Fry

Google DeepMind: The Podcast

198 Listeners

The Real Python Podcast by Real Python

The Real Python Podcast

141 Listeners

Machine Learning Street Talk (MLST) by Machine Learning Street Talk (MLST)

Machine Learning Street Talk (MLST)

90 Listeners

This Day in AI Podcast by Michael Sharkey, Chris Sharkey

This Day in AI Podcast

209 Listeners

The AI Daily Brief: Artificial Intelligence News and Analysis by Nathaniel Whittemore

The AI Daily Brief: Artificial Intelligence News and Analysis

591 Listeners