ポッドキャスト//Machine Learning Guide
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.
59
エピソード
English
言語
0
購読者
0
再生回数
エピソード25
MLA 027 AI Video End-to-End Workflow

MLA 027 AI Video End-to-End Workflow

Jul 14, 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...

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

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

Jul 11, 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...

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

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

Jul 9, 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...

MLG 036 Autoencoders

MLG 036 Autoencoders

May 30, 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...

MLG 035 Large Language Models 2

MLG 035 Large Language Models 2

May 8, 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...

MLG 034 Large Language Models 1

MLG 034 Large Language Models 1

May 7, 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...

MLA 024 Code AI MCP Servers, ML Engineering

MLA 024 Code AI MCP Servers, ML Engineering

Apr 13, 2025·

Tool use in code AI agents allows for both in-editor code completion and agent-driven file and command actions, while the Model Context Protocol (MCP) standardizes how these agents communicate with external and internal...

MLA 024 Code AI MCP Servers, ML Engineering

MLA 024 Code AI MCP Servers, ML Engineering

Apr 13, 2025·

Tool use in code AI agents allows for both in-editor code completion and agent-driven file and command actions, while the Model Context Protocol (MCP) standardizes how these agents communicate with external and internal...

MLA 023 Code AI Models & Modes

MLA 023 Code AI Models & Modes

Apr 13, 2025·

Gemini 2.5 Pro currently leads in both accuracy and cost-effectiveness among code-focused large language models, with Claude 3.7 and a DeepSeek R1/Claude 3.5 combination also performing well in specific modes. Using...

MLA 023 Code AI Models & Modes

MLA 023 Code AI Models & Modes

Apr 13, 2025·

Gemini 2.5 Pro currently leads in both accuracy and cost-effectiveness among code-focused large language models, with Claude 3.7 and a DeepSeek R1/Claude 3.5 combination also performing well in specific modes. Using...

MLA 022 Code AI: Cursor, Cline, Roo, Aider, Copilot, Windsurf

MLA 022 Code AI: Cursor, Cline, Roo, Aider, Copilot, Windsurf

Feb 9, 2025·

Vibe coding is using large language models within IDEs or plugins to generate, edit, and review code, and has recently become a prominent and evolving technique in software and machine learning engineering. The episode...

MLG 033 Transformers

MLG 033 Transformers

Feb 8, 2025·

Links: Notes and resources at ocdevel.com/mlg/33 3Blue1Brown videos: Try a walking desk stay healthy & sharp while you learn & code Try Descript audio/video editing with AI power-tools Background & Motivation RNN...

MLA 021 Databricks: Cloud Analytics and MLOps

MLA 021 Databricks: Cloud Analytics and MLOps

Jun 21, 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...

MLA 020 Kubeflow and ML Pipeline Orchestration on Kubernetes

MLA 020 Kubeflow and ML Pipeline Orchestration on Kubernetes

Jan 28, 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...

MLA 019 Cloud, DevOps & Architecture

MLA 019 Cloud, DevOps & Architecture

Jan 13, 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...

MLA 017 AWS Local Development Environment

MLA 017 AWS Local Development Environment

Nov 6, 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...

MLA 016 AWS SageMaker MLOps 2

MLA 016 AWS SageMaker MLOps 2

Nov 5, 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...

MLA 015 AWS SageMaker MLOps 1

MLA 015 AWS SageMaker MLOps 1

Nov 4, 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...

MLA 014 Machine Learning Hosting and Serverless Deployment

MLA 014 Machine Learning Hosting and Serverless Deployment

Jan 17, 2021·

Machine learning model deployment on the cloud is typically handled with solutions like AWS SageMaker for end-to-end training and inference as a REST endpoint, AWS Batch for cost-effective on-demand batch jobs using...

MLA 013 Tech Stack for Customer-Facing Machine Learning Products

MLA 013 Tech Stack for Customer-Facing Machine Learning Products

Jan 2, 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...

MLA 012 Docker for Machine Learning Workflows

MLA 012 Docker for Machine Learning Workflows

Nov 8, 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...

MLG 032 Cartesian Similarity Metrics

MLG 032 Cartesian Similarity Metrics

Nov 8, 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...

MLA 011 Practical Clustering Tools

MLA 011 Practical Clustering Tools

Nov 7, 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...

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

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

Oct 27, 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...

MLA 009 Charting and Visualization Tools for Data Science

MLA 009 Charting and Visualization Tools for Data Science

Nov 5, 2018·

Python charting libraries - Matplotlib, Seaborn, and Bokeh - explaining, their strengths from quick EDA to interactive, HTML-exported visualizations, and clarifies where D3.js fits as a JavaScript alternative for...

おすすめ