logo
episode-header-image
Apr 2017
55m 36s

MLG 013 Shallow Algos 2

OCDevel
About this episode

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

Up next
Apr 2017
MLG 014 Shallow Algos 3
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg14"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Full notes at <a href= "https://ocdevel.com/mlg/14?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg14"> ocdevel.co ... Show More
48m 27s
May 2017
MLG 015 Performance
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg15"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Full notes at  <a href= "https://ocdevel.com/mlg/15?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg15"> ocdevel.c ... Show More
42m 51s
May 2017
MLG 016 Consciousness
<p><a href= "https://ocdevel.com/walk?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg16"> Try a walking desk</a> to stay healthy while you study or work!</p> <p>Full notes at  <a href= "https://ocdevel.com/mlg/16?utm_source=podcast&utm_medium=mlg&utm_campaign=mlg16"> ocdevel.c ... Show More
1h 14m
Recommended Episodes
Jun 2020
Rust and machine learning #4: practical tools (Ep. 110)
<p>In this episode I make a non exhaustive list of machine learning tools and frameworks, written in Rust. Not all of them are mature enough for production environments. I believe that community effort can change this very quickly.</p> <p>To make a comparison with the Python ecos ... Show More
24m 18s
Apr 2017
Feature Processing for Text Analytics
It seems like every day there's more and more machine learning problems that involve learning on text data, but text itself makes for fairly lousy inputs to machine learning algorithms.  That's why there are text vectorization algorithms, which re-format text data so it's ready f ... Show More
17m 28s
Nov 2024
SE Radio 641: Catherine Nelson on Machine Learning in Data Science
<p><strong>Catherine Nelson</strong>, author of the new O'Reilly book, <em data-renderer-mark="true">Software Engineering for Data Scientists</em>, discusses the collaboration between data scientists and software engineers -- an increasingly common pairing on machine learning and ... Show More
48m 19s
May 2024
MLOps + DevOps + Kubernetes with Annie Talvasto
<p>Machine learning models need updating - what's the reliable way to do it? While in Romania, Richard sat down with Annie Talvasto to talk about her work helping to build DevOps practices around machine learning: Building repeatable processes for data ingestions, cleaning, organ ... Show More
33m 17s
May 2023
TinyML: Bringing machine learning to the edge
When we think about machine learning today we often think in terms of immense scale — large language models that require huge amounts of computational power, for example. But one of the most interesting innovations in machine learning right now is actually happening on a really s ... Show More
45m 45s
Sep 2021
An Exploration Of The Data Engineering Requirements For Bioinformatics
<div class="wp-block-jetpack-markdown"><h2>Summary</h2> <p>Biology has been gaining a lot of attention in recent years, even before the pandemic. As an outgrowth of that popularity, a new field has grown up that pairs statistics and compuational analysis with scientific research ... Show More
55m 10s
Mar 2023
How to get and ace an ML Engineer job Inteview! With RJ He (Director of Perception at Zoox) - What's AI Podcast Episode 5
<p>Here&#39;s an interview with the Director of Perception at Zoox, Ruijie (RJ) He, with the goal of demystifying what is a good profile to get an ML engineer job and perform at the interviews.</p> <p>We go over many points from the current job market, the screening process, how ... Show More
26m 13s
Apr 2021
464: A.I. vs Machine Learning vs Deep Learning
In this episode, I tackle three often conflated terms - AI, machine learning, and deep learning - to shine some light on what exactly they are. Additional materials: www.superdatascience.com/464 
7m 14s
Oct 2024
PP033: AI and Machine Learning 101 for Cybersecurity
The terms “AI” and “machine learning (ML)” get thrown around pretty regularly in IT and cybersecurity. On today’s Packet Protector we get an introduction to AI and ML to help you ask the right questions when vendors tout their latest AI-infused products. Our guest is Jeff Crume, ... Show More
46m 21s
Mar 2021
449: Fairness in A.I.
Ayodele Odubela joins us to discuss fairness in AI and how we can work towards a more equitable and transparent world of data science and machine learning. In this episode you will learn: Comet ML [3:22] What is a data science evangelist? [7:08] FullyConnected [12:04] Impost ... Show More
59m 33s