Machine Learning Guide

Detalls del Canal

Machine Learning Guide

Machine Learning Guide

Creador: OCDevel

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-c...

EN-US Estats Units Tecnologia

Episodis Recents

57 episodis
MLA 027 AI Video End-to-End Workflow

MLA 027 AI Video End-to-End Workflow

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

2025-07-14 10:06:00 01:11:37
Descarregar
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

Google Veo leads the generative video market with superior 4K photorealism and integrated audio, an advantage derived from its YouTube training data....

2025-07-12 04:57:00 40:39
Descarregar
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

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

2025-07-09 19:53:00 58:51
Descarregar
MLG 036 Autoencoders

MLG 036 Autoencoders

Auto encoders are neural networks that compress data into a smaller "code," enabling dimensionality reduction, data cleaning, and lossy compression by...

2025-05-30 22:55:00 01:05:55
Descarregar
MLG 035 Large Language Models 2

MLG 035 Large Language Models 2

At inference, large language models use in-context learning with zero-, one-, or few-shot examples to perform new tasks without weight updates, and ca...

2025-05-08 08:04:00 45:25
Descarregar
MLG 034 Large Language Models 1

MLG 034 Large Language Models 1

Explains language models (LLMs) advancements. Scaling laws - the relationships among model size, data size, and compute - and how emergent abilities s...

2025-05-07 23:37:00 50:48
Descarregar
MLA 024 Code AI MCP Servers, ML Engineering

MLA 024 Code AI MCP Servers, ML Engineering

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)...

2025-04-13 07:55:00 43:38
Descarregar
MLA 023 Code AI Models & Modes

MLA 023 Code AI Models & Modes

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/Cla...

2025-04-13 07:23:00 37:35
Descarregar
MLA 022 Code AI: Cursor, Cline, Roo, Aider, Copilot, Windsurf

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

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

2025-02-09 21:34:00 55:29
Descarregar
MLG 033 Transformers

MLG 033 Transformers

Links:

2025-02-09 02:33:00 43:23
Descarregar
MLA 021 Databricks: Cloud Analytics and MLOps

MLA 021 Databricks: Cloud Analytics and MLOps

Databricks is a cloud-based platform for data analytics and machine learning operations, integrating features such as a hosted Spark cluster, Python n...

2022-06-22 03:50:27 26:28
Descarregar
MLA 020 Kubeflow and ML Pipeline Orchestration on Kubernetes

MLA 020 Kubeflow and ML Pipeline Orchestration on Kubernetes

Machine learning pipeline orchestration tools, such as SageMaker and Kubeflow, streamline the end-to-end process of data ingestion, model training, de...

2022-01-29 01:48:10 01:08:47
Descarregar
MLA 019 Cloud, DevOps & Architecture

MLA 019 Cloud, DevOps & Architecture

The deployment of machine learning models for real-world use involves a sequence of cloud services and architectural choices, where machine learning e...

2022-01-13 23:42:24 01:15:21
Descarregar
MLA 017 AWS Local Development Environment

MLA 017 AWS Local Development Environment

AWS development environments for local and cloud deployment can differ significantly, leading to extra complexity and setup during cloud migration. By...

2021-11-06 06:39:58 01:04:49
Descarregar
MLA 016 AWS SageMaker MLOps 2

MLA 016 AWS SageMaker MLOps 2

SageMaker streamlines machine learning workflows by enabling integrated model training, tuning, deployment, monitoring, and pipeline automation within...

2021-11-05 06:20:32 01:00:25
Descarregar
MLA 015 AWS SageMaker MLOps 1

MLA 015 AWS SageMaker MLOps 1

SageMaker is an end-to-end machine learning platform on AWS that covers every stage of the ML lifecycle, including data ingestion, preparation, traini...

2021-11-04 07:21:53 47:31
Descarregar
MLA 014 Machine Learning Hosting and Serverless Deployment

MLA 014 Machine Learning Hosting and Serverless Deployment

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

2021-01-18 02:31:46 52:33
Descarregar
MLA 013 Tech Stack for Customer-Facing Machine Learning Products

MLA 013 Tech Stack for Customer-Facing Machine Learning Products

Primary technology recommendations for building a customer-facing machine learning product include React and React Native for the front end, serverles...

2021-01-03 02:20:23 47:37
Descarregar
MLA 012 Docker for Machine Learning Workflows

MLA 012 Docker for Machine Learning Workflows

Docker enables efficient, consistent machine learning environment setup across local development and cloud deployment, avoiding many pitfalls of virtu...

2020-11-09 02:17:07 31:41
Descarregar
MLG 032 Cartesian Similarity Metrics

MLG 032 Cartesian Similarity Metrics

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 dis...

2020-11-08 18:00:00 41:52
Descarregar
MLA 011 Practical Clustering Tools

MLA 011 Practical Clustering Tools

Primary clustering tools for practical applications include K-means using scikit-learn or Faiss, agglomerative clustering leveraging cosine similarity...

2020-11-08 02:13:02 34:50
Descarregar
MLA 010 NLP packages: transformers, spaCy, Gensim, NLTK

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

The landscape of Python natural language processing tools has evolved from broad libraries like NLTK toward more specialized packages such as Gensim f...

2020-10-28 02:08:40 26:22
Descarregar
MLA 009 Charting and Visualization Tools for Data Science

MLA 009 Charting and Visualization Tools for Data Science

Python charting libraries - Matplotlib, Seaborn, and Bokeh - explaining, their strengths from quick EDA to interactive, HTML-exported visualizations,...

2018-11-06 02:06:30 24:43
Descarregar
MLA 008 Exploratory Data Analysis (EDA)

MLA 008 Exploratory Data Analysis (EDA)

Exploratory data analysis (EDA) sits at the critical pre-modeling stage of the data science pipeline, focusing on uncovering missing values, detecting...

2018-10-26 10:00:13 25:07
Descarregar
MLA 007 Jupyter Notebooks

MLA 007 Jupyter Notebooks

Jupyter Notebooks, originally conceived as IPython Notebooks, enable data scientists to combine code, documentation, and visual outputs in an interact...

2018-10-16 10:00:48 16:52
Descarregar
MLA 006 Salaries for Data Science & Machine Learning

MLA 006 Salaries for Data Science & Machine Learning

O'Reilly's 2017 Data Science Salary Survey finds that location is the most significant salary determinant for data professionals, with median salaries...

2018-07-19 10:00:07 19:35
Descarregar
MLA 005 Shapes and Sizes: Tensors and NDArrays

MLA 005 Shapes and Sizes: Tensors and NDArrays

Explains the fundamental differences between tensor dimensions, size, and shape, clarifying frequent misconceptions—such as the distinction between th...

2018-06-09 10:00:46 27:18
Descarregar
MLA 003 Storage: HDF, Pickle, Postgres

MLA 003 Storage: HDF, Pickle, Postgres

Practical workflow of loading, cleaning, and storing large datasets for machine learning, moving from ingesting raw CSVs or JSON files with pandas to...

2018-05-24 12:00:50 17:46
Descarregar
MLA 002 Numpy & Pandas

MLA 002 Numpy & Pandas

NumPy enables efficient storage and vectorized computation on large numerical datasets in RAM by leveraging contiguous memory allocation and low-level...

2018-05-24 11:00:31 18:10
Descarregar
MLA 001 Degrees, Certificates, and Machine Learning Careers

MLA 001 Degrees, Certificates, and Machine Learning Careers

While industry-respected credentials like Udacity Nanodegrees help build a practical portfolio for machine learning job interviews, they remain insuff...

2018-05-24 10:00:16 11:21
Descarregar
MLG 029 Reinforcement Learning Intro

MLG 029 Reinforcement Learning Intro

Notes and resources:  ocdevel.com/mlg/29 
Try a walking desk to stay healthy while you study or work!
Reinforcement Learning (RL) is a fu...

2018-02-05 17:50:51 43:21
Descarregar
MLG 028 Hyperparameters 2

MLG 028 Hyperparameters 2

Notes and resources:  ocdevel.com/mlg/28 
Try a walking desk to stay healthy while you study or work!
More hyperparameters for optimizin...

2018-02-04 19:35:51 51:07
Descarregar
MLG 027 Hyperparameters 1

MLG 027 Hyperparameters 1

Full notes and resources at  ocdevel.com/mlg/27 
Try a walking desk to stay healthy while you study or work!
Hyperparameters are crucial...

2018-01-28 04:28:12 47:04
Descarregar
MLG 026 Project Bitcoin Trader

MLG 026 Project Bitcoin Trader

Try a walking desk to stay healthy while you study or work!
Ful notes and resources at  ocdevel.com/mlg/26 
NOTE. This episode is no long...

2018-01-27 04:05:46 38:40
Descarregar
MLG 025 Convolutional Neural Networks

MLG 025 Convolutional Neural Networks

Try a walking desk to stay healthy while you study or work!
Notes and resources at  ocdevel.com/mlg/25 
Filters and Feature Maps: Filters...

2017-10-30 14:47:01 44:39
Descarregar
MLG 024 Tech Stack

MLG 024 Tech Stack

Try a walking desk to stay healthy while you study or work!
Notes and resources at  ocdevel.com/mlg/24 
Desktop if you're stationary, as...

2017-10-07 03:40:58 01:01:36
Descarregar
MLG 023 Deep NLP 2

MLG 023 Deep NLP 2

Try a walking desk to stay healthy while you study or work!
Notes and resources at  ocdevel.com/mlg/23 
Vanilla Neural Networks (Feedforw...

2017-08-21 01:23:46 43:04
Descarregar
MLG 022 Deep NLP 1

MLG 022 Deep NLP 1

Try a walking desk to stay healthy while you study or work!
Notes and resources at  ocdevel.com/mlg/22 
Deep NLP Fundamentals
Deep...

2017-07-29 03:55:06 49:40
Descarregar
MLG 020 Natural Language Processing 3

MLG 020 Natural Language Processing 3

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

2017-07-24 01:47:37 40:45
Descarregar
MLG 019 Natural Language Processing 2

MLG 019 Natural Language Processing 2

Try a walking desk to stay healthy while you study or work!
Notes and resources at  ocdevel.com/mlg/19 
Classical NLP Techniques:
O...

2017-07-11 03:40:58 01:05:54
Descarregar
0:00
0:00
Episode
home.no_title_available
home.no_channel_info