OCDevel

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.

Auteur

OCDevel

Catégorie

Technology

Site du podcast

ocdevel.com

Dernier épisode

26 févr. 2026

Où écouter ?

Les podcasts dans l'appli Replaio Radio Bientôt disponible

Les podcasts arrivent très bientôt dans l'appli. Installe-la dès maintenant et découvre en avant-première une toute nouvelle façon de vivre les podcasts

Télécharger sur Google Play Installe-la gratuitement Android 5 M+ de téléchargements · note de 4,8 iOS bientôt

Épisodes

MLA 030 AI Job Displacement & ML Careers 26.02.2026

ML engineering demand remains high with a 3.2 to 1 job-to-candidate ratio, but entry-level hiring is collapsing as AI automates routine programming and data tasks. Career longevity requires shifting from model training to production operations, deep domain expertise, and mastering AI-augmented workflows before standard implementation becomes a commodity. Links Notes and resources at  ocdevel.com/m...

MLA 029 OpenClaw 22.02.2026

OpenClaw is a self-hosted AI agent daemon that executes autonomous tasks through messaging apps like WhatsApp and Telegram using persistent memory. It integrates with Claude Code to enable software development and administrative automation directly from mobile devices. Links Notes and resources at  ocdevel.com/mlg/mla-29 Try a walking desk  - stay healthy & sharp while you learn & code Generate a...

MLA 028 AI Agents 22.02.2026

AI agents differ from chatbots by pursuing autonomous goals through the ReACT loop rather than responding to turn-based prompts. While coding agents are currently the most reliable due to verifiable feedback loops, the market is expanding into desktop and browser automation via tools like Claude co-work and open claw. Links Notes and resources at  ocdevel.com/mlg/mla-28 Try a walking desk  - stay...

MLA 027 AI Video End-to-End Workflow 14.07.2025

How to maintain character consistency, style consistency, etc in an AI video. Prosumers can use Google Veo 3's "High-Quality Chaining" for fast social media content. Indie filmmakers can achieve narrative consistency by combining Midjourney V7 for style, Kling for lip-synced dialogue, and Runway Gen-4 for camera control, while professional studios gain full control with a layered ComfyUI pipeline...

MLA 026 AI Video Generation: Veo 3 vs Sora, Kling, Runway, Stable Video Diffusion 12.07.2025

Google Veo leads the generative video market with superior 4K photorealism and integrated audio, an advantage derived from its YouTube training data. OpenAI Sora is the top tool for narrative storytelling, while Kuaishou Kling excels at animating static images with realistic, high-speed motion. Links Notes and resources at  ocdevel.com/mlg/mla-26 Try a walking desk  - stay healthy & sharp while yo...

MLA 025 AI Image Generation: Midjourney vs Stable Diffusion, GPT-4o, Imagen & Firefly 09.07.2025

The AI image market has split: Midjourney creates the highest quality artistic images but fails at text and precision. For business use, OpenAI's GPT-4o offers the best conversational control, while Adobe Firefly provides the strongest commercial safety from its exclusively licensed training data. Links Notes and resources at  ocdevel.com/mlg/mla-25 Try a walking desk  - stay healthy & sharp while...

MLG 036 Autoencoders 30.05.2025

Auto encoders are neural networks that compress data into a smaller "code," enabling dimensionality reduction, data cleaning, and lossy compression by reconstructing original inputs from this code. Advanced auto encoder types, such as denoising, sparse, and variational auto encoders, extend these concepts for applications in generative modeling, interpretability, and synthetic data generation. Lin...

MLG 035 Large Language Models 2 08.05.2025

At inference, large language models use in-context learning with zero-, one-, or few-shot examples to perform new tasks without weight updates, and can be grounded with Retrieval Augmented Generation (RAG) by embedding documents into vector databases for real-time factual lookup using cosine similarity. LLM agents autonomously plan, act, and use external tools via orchestrated loops with persisten...

MLG 034 Large Language Models 1 07.05.2025

Explains language models (LLMs) advancements. Scaling laws - the relationships among model size, data size, and compute - and how emergent abilities such as in-context learning, multi-step reasoning, and instruction following arise once certain scaling thresholds are crossed. The evolution of the transformer architecture with Mixture of Experts (MoE), describes the three-phase training process cul...

MLA 024 Agentic Software Engineering 13.04.2025

Agentic engineering shifts the developer role from manual coding to orchestrating AI agents that automate the full software lifecycle from ticket to deployment. Using Claude Code with MCP servers and git worktrees allows a single person to manage the output and quality of an entire engineering organization. Links Notes and resources at  ocdevel.com/mlg/mla-24 Try a walking desk  - stay healthy & s...

MLA 023 Claude Code Components 13.04.2025

Claude Code distinguishes itself through a deterministic hook system and model-invoked skills that maintain project consistency better than visual-first tools like Cursor. Its multi-surface architecture allows developers to move sessions between CLI, web sandboxes, and mobile while maintaining persistent context. Links Notes and resources at  ocdevel.com/mlg/mla-23 Try a walking desk  - stay healt...

MLA 022 Vibe Coding 09.02.2025

Andrej Karpathy coined "vibe coding" in February 2025 - a year later, 41% of all code is AI-generated, agents run multi-hour tasks autonomously, and the developer role has shifted from writing code to orchestrating systems. Links Notes and resources at  ocdevel.com/mlg/mla-22 Try a walking desk  - stay healthy & sharp while you learn & code Generate a podcast  - use my voice to listen to any AI ge...

MLG 033 Transformers 09.02.2025

Links : Notes and resources at ocdevel.com/mlg/33 3Blue1Brown videos:  https://3blue1brown.com/ Try a walking desk  stay healthy & sharp while you learn & code Try Descript  audio/video editing with AI power-tools Background & Motivation RNN Limitations:  Sequential processing prevents full parallelization—even with attention tweaks—making them inefficient on modern hardware. Breakthrough:  "Atten...

MLA 021 Databricks: Cloud Analytics and MLOps 22.06.2022

Databricks is a cloud-based platform for data analytics and machine learning operations, integrating features such as a hosted Spark cluster, Python notebook execution, Delta Lake for data management, and seamless IDE connectivity. Raybeam utilizes Databricks and other ML Ops tools according to client infrastructure, scaling needs, and project goals, favoring Databricks for its balanced feature se...

MLA 020 Kubeflow and ML Pipeline Orchestration on Kubernetes 29.01.2022

Machine learning pipeline orchestration tools, such as SageMaker and Kubeflow, streamline the end-to-end process of data ingestion, model training, deployment, and monitoring, with Kubeflow providing an open-source, cross-cloud platform built atop Kubernetes. Organizations typically choose between cloud-native managed services and open-source solutions based on required flexibility, scalability, i...

MLA 019 Cloud, DevOps & Architecture 13.01.2022

The deployment of machine learning models for real-world use involves a sequence of cloud services and architectural choices, where machine learning expertise must be complemented by DevOps and architecture skills, often requiring collaboration with professionals. Key concepts discussed include infrastructure as code, cloud container orchestration, and the distinction between DevOps and architectu...

MLA 017 AWS Local Development Environment 06.11.2021

AWS development environments for local and cloud deployment can differ significantly, leading to extra complexity and setup during cloud migration. By developing directly within AWS environments, using tools such as Lambda, Cloud9, SageMaker Studio, client VPN connections, or LocalStack, developers can streamline transitions to production and leverage AWS-managed services from the start. This epis...

MLA 016 AWS SageMaker MLOps 2 05.11.2021

SageMaker streamlines machine learning workflows by enabling integrated model training, tuning, deployment, monitoring, and pipeline automation within the AWS ecosystem, offering scalable compute options and flexible development environments. Cloud-native AWS machine learning services such as Comprehend and Poly provide off-the-shelf solutions for NLP, time series, recommendations, and more, reduc...

MLA 015 AWS SageMaker MLOps 1 04.11.2021

SageMaker is an end-to-end machine learning platform on AWS that covers every stage of the ML lifecycle, including data ingestion, preparation, training, deployment, monitoring, and bias detection. The platform offers integrated tools such as Data Wrangler, Feature Store, Ground Truth, Clarify, Autopilot, and distributed training to enable scalable, automated, and accessible machine learning opera...

MLA 014 Machine Learning Hosting and Serverless Deployment 18.01.2021

Builders can scale ML from simple API calls to full MLOps pipelines using SST on AWS, utilizing Aurora pgvector for search and Spot instances for 90 percent cost savings. External platforms like Modal or GCP Cloud Run provide superior serverless GPU options for real-time inference when AWS native limits are reached. Links Notes and resources at  ocdevel.com/mlg/mla-14 Try a walking desk  - stay he...

MLA 013 Tech Stack for Customer-Facing Machine Learning Products 03.01.2021

Primary technology recommendations for building a customer-facing machine learning product include React and React Native for the front end, serverless platforms like AWS Amplify or GCP Firebase for authentication and basic server/database needs, and Postgres as the relational database of choice. Serverless approaches are encouraged for scalability and security, with traditional server frameworks...

MLA 012 Docker for Machine Learning Workflows 09.11.2020

Docker enables efficient, consistent machine learning environment setup across local development and cloud deployment, avoiding many pitfalls of virtual machines and manual dependency management. It streamlines system reproduction, resource allocation, and GPU access, supporting portability and simplified collaboration for ML projects. Machine learning engineers benefit from using pre-built Docker...

MLG 032 Cartesian Similarity Metrics 08.11.2020

Try a walking desk to stay healthy while you study or work! Show notes at  ocdevel.com/mlg/32 . L1/L2 norm, Manhattan, Euclidean, cosine distances, dot product Normed distances  link A norm is a function that assigns a strictly positive length to each vector in a vector space.  link Minkowski is generalized.  p_root(sum(xi-yi)^p) . "p" = ? (1, 2, ..) for below. L1: Manhattan/city-block/taxicab.  a...

MLA 011 Practical Clustering Tools 08.11.2020

Primary clustering tools for practical applications include K-means using scikit-learn or Faiss, agglomerative clustering leveraging cosine similarity with scikit-learn, and density-based methods like DBSCAN or HDBSCAN. For determining the optimal number of clusters, silhouette score is generally preferred over inertia-based visual heuristics, and it natively supports pre-computed distance matrice...

MLA 010 NLP packages: transformers, spaCy, Gensim, NLTK 28.10.2020

The landscape of Python natural language processing tools has evolved from broad libraries like NLTK toward more specialized packages such as Gensim for topic modeling, SpaCy for linguistic analysis, and Hugging Face Transformers for advanced tasks, with Sentence Transformers extending transformer models to enable efficient semantic search and clustering. Each library occupies a distinct place in...

Écoute le podcast Machine Learning Guide sur Replaio

La radio et les podcasts dans une seule appli - gratuite, sans inscription. Installe-la dès aujourd'hui et ne rate pas le lancement

Télécharger sur Google Play

Replaio n'est pas éditeur de podcasts ; les noms des émissions, les visuels et l'audio appartiennent à leurs auteurs et sont diffusés via des flux RSS publics