Search a title or topic

Over 20 million podcasts, powered by 

Player FM logo
OCDevel public
[search 0]
More
Download the App!
show episodes
 
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.
  continue reading
 
Loading …
show series
 
Links Notes and resources at ocdevel.com/mlg/mla-24 Try a walking desk stay healthy & sharp while you learn & code Try Descript audio/video editing with AI power-tools Tool Use in AI Code Agents File Operations: Agents can read, edit, and search files using sophisticated regular expressions. Executable Commands: They can recommend and perform insta…
  continue reading
 
Links Notes and resources at ocdevel.com/mlg/mla-23 Try a walking desk stay healthy & sharp while you learn & code Try Descript audio/video editing with AI power-tools Model Current Leaders According to the Aider Leaderboard (as of April 12, 2025), leading models include for vibe-coding: Gemini 2.5 Pro Preview 03-25: most accurate and cost-effectiv…
  continue reading
 
Links Notes and resources at ocdevel.com/mlg/mla-22 Try a walking desk stay healthy & sharp while you learn & code Try Descript audio/video editing with AI power-tools I currently favor Roo Code. Plus either gemini-2.5-pro-exp-03-25 for Architect, Boomerang, or Code with large contexts. And Claude 3.7 for code with small contexts, eg Boomerang subt…
  continue reading
 
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 ineffici…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/mla-21 Raybeam and Databricks: Ming Chang from Raybeam discusses Raybeam's focus on data science and analytics, and how their recent acquisition by Dept Agency has expanded their scope into ML Ops and AI. Raybeam often utilizes Databricks due to its comprehens…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/mla-20 Conversation with Dirk-Jan Kubeflow (vs cloud native solutions like SageMaker) Dirk-Jan Verdoorn - Data Scientist at Dept Agency Kubeflow. (From the website:) The Machine Learning Toolkit for Kubernetes. The Kubeflow project is dedicated to making deplo…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/mla-19 Chatting with co-workers about the role of DevOps in a machine learning engineer's life Expert coworkers at Dept Matt Merrill - Principal Software Developer Jirawat Uttayaya - DevOps Lead The Ship It Podcast (where Matt features often) Devops tools Terr…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Show notes: ocdevel.com/mlg/mla-17 Developing on AWS first (SageMaker or other) Consider developing against AWS as your local development environment, rather than only your cloud deployment environment. Solutions: Stick to AWS Cloud IDEs (Lambda, SageMaker Studio, Cloud9 Connect to deploye…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full note at ocdevel.com/mlg/mla-16 Part 2 of deploying your ML models to the cloud with SageMaker (MLOps) MLOps is deploying your ML models to the cloud. See MadeWithML for an overview of tooling (also generally a great ML educational run-down.) SageMaker Jumpstart Deploy Pipelines Monito…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Show notes Part 1 of deploying your ML models to the cloud with SageMaker (MLOps) MLOps is deploying your ML models to the cloud. See MadeWithML for an overview of tooling (also generally a great ML educational run-down.) SageMaker DataWrangler Feature Store Ground Truth Clarify Studio Aut…
  continue reading
 
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…
  continue reading
 
Notes and resources: ocdevel.com/mlg/28 Try a walking desk to stay healthy while you study or work! More hyperparameters for optimizing neural networks. A focus on regularization, optimizers, feature scaling, and hyperparameter search methods. Hyperparameter Search Techniques Grid Search involves testing all possible permutations of hyperparameters…
  continue reading
 
Full notes and resources at ocdevel.com/mlg/27 Try a walking desk to stay healthy while you study or work! Hyperparameters are crucial elements in the configuration of machine learning models. Unlike parameters, which are learned by the model during training, hyperparameters are set by humans before the learning process begins. They are the knobs a…
  continue reading
 
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 longer relevant, and tforce_btc_trader no longer maintained. The current podcast project is Gnothi. Episode Overview TForce BTC Trader Project: Trading Crypto Special: Intuitively highlights decisions: hypers, supervise…
  continue reading
 
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 are small matrices used to detect visual features from an input image by applying them to local pixel patches, creating a 3D output called a feature map. Each filter is tasked with recognizing a specific pattern (e…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Notes and resources at ocdevel.com/mlg/24 Hardware Desktop if you're stationary, as you'll get the best performance bang-for-buck and improved longevity; laptop if you're mobile. Desktops. Build your own PC, better value than pre-built. See PC Part Picker, make sure to use an Nvidia graphi…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Notes and resources at ocdevel.com/mlg/23 Neural Network Types in NLP Vanilla Neural Networks (Feedforward Networks): Used for general classification or regression tasks. Examples include predicting housing costs or classifying images as cat, dog, or tree. Convolutional Neural Networks (CN…
  continue reading
 
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 …
  continue reading
 
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, …
  continue reading
 
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 eventua…
  continue reading
 
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 …
  continue reading
 
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 …
  continue reading
 
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. Accu…
  continue reading
 
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: I…
  continue reading
 
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 m…
  continue reading
 
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 …
  continue reading
 
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 m…
  continue reading
 
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 a…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/8 Mathematics in Machine Learning Linear Algebra: Essential for matrix operations; analogous to chopping vegetables in cooking. Every step of ML processes utilizes linear algebra. Statistics: The hardest part, akin to the cookbook; supplies algorithms for pred…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/7. See Andrew Ng Week 3 Lecture Notes Overview Logistic Function: A sigmoid function transforming linear regression output to logits, providing a probability between 0 and 1. Binary Classification: Logistic regression deals with binary outcomes, determining ei…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Full notes at ocdevel.com/mlg/6 Pursuing Machine Learning: Individuals may engage with machine learning for self-education, as a hobby, or to enter the industry professionally. Use a combination of resources, including podcasts, online courses, and textbooks, for a comprehensive self-learn…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Show notes at ocdevel.com/mlg/5. See Andrew Ng Week 2 Lecture Notes Key Concepts Machine Learning Hierarchy: Explains the breakdown into supervised, unsupervised, and reinforcement learning with an emphasis on supervised learning, which includes classification and regression. Supervised Le…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Show notes at ocdevel.com/mlg/4 The AI Hierarchy Artificial Intelligence is divided into subfields such as reasoning, planning, and learning. Machine Learning is the learning subfield of AI. Machine learning consists of three phases: Predict (Infer) Error (Loss) Train (Learn) Core Intuitio…
  continue reading
 
Try a walking desk to stay healthy while you study or work! Show notes at ocdevel.com/mlg/3. This episode covers four major philosophical topics related to artificial intelligence. The purpose is to give broader context to why AI matters, before moving into technical details in later episodes. 1. Economic Automation AI is automating not just simple…
  continue reading
 
Links: Notes and resources at ocdevel.com/mlg/2 Try a walking desk stay healthy & sharp while you learn & code Try Descript audio/video editing with AI power-tools What is artificial intelligence, machine learning, and data science? What are their differences? AI history. Hierarchical breakdown: DS(AI(ML)). Data science: any profession dealing with…
  continue reading
 
Loading …
Listen to this show while you explore
Play