Machine Learning Guide

Machine Learning Guide

Machine learning audio course, teaching the fundamentals of machine learning and artificial intelligence. It covers intuition, models (shallow and deep), math, languages, frameworks, etc. Where your other ML resources provide the trees, I provide the forest. Consider MLG your syllabus, with highly-curated resources for each episode's details at ocdevel.com. Audio is a great supplement during exercise, commute, chores, etc.

Episodes

February 1, 2017 8 mins

Show notes: ocdevel.com/mlg/1. MLG teaches the fundamentals of machine learning and artificial intelligence. It covers intuition, models, math, languages, frameworks, etc. Where your other ML resources provide the trees, I provide the forest. Consider MLG your syllabus, with highly-curated resources for each episode's details at ocdevel.com. Audio is a great supplement during exercise, commute, chores, etc.


Listen
Watch
Mark as Played

Artificial intelligence is the automation of tasks that require human intelligence, encompassing fields like natural language processing, perception, planning, and robotics, with machine learning emerging as the primary method to recognize patterns in data and make predictions. Data science serves as the overarching discipline that includes artificial intelligence and machine learning, focusing broadly on extracting kno...

Listen
Watch
Mark as Played
February 10, 2017 19 mins

AI is rapidly transforming both creative and knowledge-based professions, prompting debates on economic disruption, the future of work, the singularity, consciousness, and the potential risks associated with powerful autonomous systems. Philosophical discussions now focus on the socioeconomic impact of automation, the possibility of a technological singularity, the nature of machine consciousness, and the ethical consideratio...

Listen
Watch
Mark as Played
February 12, 2017 23 mins

Machine learning consists of three steps: prediction, error evaluation, and learning, implemented by training algorithms on large datasets to build models that can make decisions or classifications. The primary categories of machine learning algorithms are supervised, unsupervised, and reinforcement learning, each with distinct methodologies for learning from data or experience.

Links

  • Notes and resources at ...
Listen
Watch
Mark as Played
February 16, 2017 35 mins

Linear regression is introduced as the foundational supervised learning algorithm for predicting continuous numeric values, using cost estimation of Portland houses as an example. The episode explains the three-step process of machine learning - prediction via a hypothesis function, error calculation with a cost function (mean squared error), and parameter optimization through gradient descent - and details both the univariat...

Listen
Watch
Mark as Played
February 17, 2017 16 mins

People interested in machine learning can choose between self-guided learning, online certification programs such as MOOCs, accredited university degrees, and doctoral research, with industry acceptance and personal goals influencing which path is most appropriate. Industry employers currently prioritize a strong project portfolio over non-accredited certificates, and while master's degrees carry more weight for job applicati...

Listen
Watch
Mark as Played
February 19, 2017 35 mins

The logistic regression algorithm is used for classification tasks in supervised machine learning, distinguishing items by class (such as "expensive" or "not expensive") rather than predicting continuous numerical values. Logistic regression applies a sigmoid or logistic function to a linear regression model to generate probabilities, which are then used to assign class labels through a process involving hypothesis prediction...

Listen
Watch
Mark as Played
February 23, 2017 28 mins

Mathematics essential for machine learning includes linear algebra, statistics, and calculus, each serving distinct purposes: linear algebra handles data representation and computation, statistics underpins the algorithms and evaluation, and calculus enables the optimization process. It is recommended to learn the necessary math alongside or after starting with practical machine learning tasks, using targeted resources as nee...

Listen
Watch
Mark as Played
March 4, 2017 51 mins

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

Full notes at ocdevel.com/mlg/9 

Key Concepts:

  • Deep Learning vs. Shallow Learning: Machine learning is broken down hierarchically into AI, ML, and subfields like supervised/unsupervised learning. Deep learning is a specialized area within supervised learning distinct from shallow learning algorithms like linear regression.
  • Neural Networks: Central to ...
Listen
Watch
Mark as Played
March 7, 2017 44 mins

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

Full notes at  ocdevel.com/mlg/10 

Topics:

  • Recommended Languages and Frameworks:

    • Python and TensorFlow are top recommendations for machine learning.
    • Python's versatile libraries (NumPy, Pandas, Scikit-Learn) enable it to cover all areas of data science including data mining, analytics, and machine learning.
  • Language Choices:

    • C/C...
Listen
Watch
Mark as Played
March 19, 2017 53 mins

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

Full notes at ocdevel.com/mlg/12 

Topics

  • Shallow vs. Deep Learning: Shallow learning can often solve problems more efficiently in time and resources compared to deep learning.

  • Supervised Learning: Key algorithms include linear regression, logistic regression, neural networks, and K Nearest Neighbors (KNN). KNN is unique as it is instance-based and s...

Listen
Watch
Mark as Played
April 9, 2017 55 mins

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...
Listen
Watch
Mark as Played
April 23, 2017 48 mins

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

Full notes at ocdevel.com/mlg/14

Anomaly Detection Systems

  • Applications: Credit card fraud detection and server activity monitoring.
  • Concept: Identifying outliers on a bell curve.
  • Statistics: Central role of the Gaussian distribution (normal distribution) in detecting anomalies.
  • Process: Identifying significant deviations from the mean to detect outliers.
  • <...
Listen
Watch
Mark as Played
May 7, 2017 42 mins

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

Full notes at  ocdevel.com/mlg/15 

Concepts

  • Performance Evaluation Metrics: Tools to assess how well a machine learning model performs tasks like spam classification, housing price prediction, etc. Common metrics include accuracy, precision, recall, F1/F2 scores, and confusion matrices.
  • Accuracy: The simplest measure of performance, indicating how...
Listen
Watch
Mark as Played
May 21, 2017 74 mins

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

Full notes at  ocdevel.com/mlg/16 

Inspiration in AI Development

Early inspirations for AI development centered around solving challenging problems, but recent advancements like self-driving cars and automated scientific discoveries attract professionals due to potential economic automation and career opportunities.

The Singularity

The singula...

Listen
Watch
Mark as Played
June 4, 2017 8 mins

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

At this point, browse #importance:essential on ocdevel.com/mlg/resources with the 45m/d ML, 15m/d Math breakdown.

Listen
Watch
Mark as Played
June 25, 2017 58 mins

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

Full notes at  ocdevel.com/mlg/18 

Overview: Natural Language Processing (NLP) is a subfield of machine learning that focuses on enabling computers to understand, interpret, and generate human language. It is a complex field that combines linguistics, computer science, and AI to process and analyze large amounts of natural language data.

NLP Structure<...

Listen
Watch
Mark as Played
July 10, 2017 65 mins

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

Notes and resources at  ocdevel.com/mlg/19 

Classical NLP Techniques:

  • Origins and Phases in NLP History: Initially reliant on hardcoded linguistic rules, NLP's evolution significantly pivoted with the introduction of machine learning, particularly shallow learning algorithms, leading eventually to deep learning, which is the current standard.

  • Importance...

Listen
Watch
Mark as Played
July 23, 2017 40 mins

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

Notes and resources at  ocdevel.com/mlg/20 

NLP progresses through three main layers: text preprocessing, syntax tools, and high-level goals, each building upon the last to achieve complex linguistic tasks.

Text Preprocessing

Text preprocessing involves essential steps such as tokenization, stemming, and stop word removal. These foundational tasks clea...

Listen
Watch
Mark as Played
July 28, 2017 49 mins

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

Notes and resources at  ocdevel.com/mlg/22 

Deep NLP Fundamentals

Deep learning has had a profound impact on natural language processing by introducing models like recurrent neural networks (RNNs) that are specifically adept at handling sequential data. Unlike traditional linear models like linear regression, RNNs can address the complexities of language which ...

Listen
Watch
Mark as Played

Popular Podcasts

    If you've ever wanted to know about champagne, satanism, the Stonewall Uprising, chaos theory, LSD, El Nino, true crime and Rosa Parks, then look no further. Josh and Chuck have you covered.

    Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations. Follow now to get the latest episodes of Dateline NBC completely free, or subscribe to Dateline Premium for ad-free listening and exclusive bonus content: DatelinePremium.com

    The Bobby Bones Show

    Listen to 'The Bobby Bones Show' by downloading the daily full replay.

    The Joe Rogan Experience

    The official podcast of comedian Joe Rogan.

    The Clay Travis and Buck Sexton Show

    The Clay Travis and Buck Sexton Show. Clay Travis and Buck Sexton tackle the biggest stories in news, politics and current events with intelligence and humor. From the border crisis, to the madness of cancel culture and far-left missteps, Clay and Buck guide listeners through the latest headlines and hot topics with fun and entertaining conversations and opinions.

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2026 iHeartMedia, Inc.

  • Help
  • Privacy Policy
  • Terms of Use
  • AdChoicesAd Choices