Machine Learning Guide

Dept

  • 25 minutes 45 seconds
    MLA 021 Databricks

    Support my new podcast: Lefnire's Life Hacks

    Discussing Databricks with Ming Chang from Raybeam (part of DEPT®)

    22 June 2022, 1:50 am
  • 1 hour 7 minutes
    MLA 020 Kubeflow

    Support my new podcast: Lefnire's Life Hacks

    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 deployments of machine learning (ML) workflows on Kubernetes simple, portable and scalable. Our goal is not to recreate other services, but to provide a straightforward way to deploy best-of-breed open-source systems for ML to diverse infrastructures. Anywhere you are running Kubernetes, you should be able to run Kubeflow.

    TensorFlow Extended (TFX). If using TensorFlow with Kubeflow, combine with TFX for maximum power. (From the website:) TensorFlow Extended (TFX) is an end-to-end platform for deploying production ML pipelines. When you're ready to move your models from research to production, use TFX to create and manage a production pipeline.

    Alternatives:

    29 January 2022, 12:48 am
  • 1 hour 14 minutes
    MLA 019 DevOps

    Support my new podcast: Lefnire's Life Hacks

    Chatting with co-workers about the role of DevOps in a machine learning engineer's life

    Expert coworkers at Dept

    Devops tools

    Pictures (funny and serious)

    13 January 2022, 10:42 pm
  • 6 minutes 22 seconds
    MLA 018 Descript

    Support my new podcast: Lefnire's Life Hacks

    (Optional episode) just showcasing a cool application using machine learning

    Dept uses Descript for some of their podcasting. I'm using it like a maniac, I think they're surprised at how into it I am. Check out the transcript & see how it performed.

    • Descript
    • The Ship It Podcast How to ship software, from the front lines. We talk with software developers about their craft, developer tools, developer productivity and what makes software development awesome. Hosted by your friends at Rocket Insights. AKA shipit.io
    • Brandbeats Podcast by BASIC An agency podcast with views on design, technology, art, and culture. Explore the new microsite at www.brandbeats.basicagency.com
    7 November 2021, 1:26 am
  • 1 hour 4 minutes
    MLA 017 AWS Local Development

    Support my new podcast: Lefnire's Life Hacks

    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:

    1. Stick to AWS Cloud IDEs (LambdaSageMaker StudioCloud9
    2. Connect to deployed infrastructure via Client VPN

    3. LocalStack

    Infrastructure as Code

    6 November 2021, 5:39 am
  • 59 minutes 42 seconds
    MLA 016 SageMaker 2

    Support my new podcast: Lefnire's Life Hacks

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

    5 November 2021, 5:20 am
  • 46 minutes 46 seconds
    MLA 015 SageMaker 1

    Support my new podcast: Lefnire's Life Hacks

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

    And I forgot to mention JumpStart, I'll mention next time.

    4 November 2021, 6:21 am
  • 51 minutes 50 seconds
    MLA 014 Machine Learning Server

    Support my new podcast: Lefnire's Life Hacks

    Server-side ML. Training & hosting for inference, with a goal towards serverless. AWS SageMaker, Batch, Lambda, EFS, Cortex.dev

    18 January 2021, 1:31 am
  • 46 minutes 53 seconds
    MLA 013 Customer Facing Tech Stack

    Support my new podcast: Lefnire's Life Hacks

    Client, server, database, etc.

    3 January 2021, 1:20 am
  • 30 minutes 58 seconds
    MLA 012 Docker

    Support my new podcast: Lefnire's Life Hacks

    Use Docker for env setup on localhost & cloud deployment, instead of pyenv / Anaconda. I recommend Windows for your desktop.

    9 November 2020, 1:17 am
  • 41 minutes 37 seconds
    MLG 032 Cartesian Similarity Metrics

    Support my new podcast: Lefnire's Life Hacks

    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. abs(x2-x1)+abs(y2-y1). Grid-like distance (triangle legs). Preferred for high-dim space.
    • L2: Euclidean. sqrt((x2-x1)^2+(y2-y1)^2. sqrt(dot-product). Straight-line distance; min distance (Pythagorean triangle edge)
    • Others: Mahalanobis, Chebyshev (p=inf), etc

    Dot product

    • A type of inner product. Outer-product: lies outside the involved planes. Inner-product: dot product lies inside the planes/axes involved link. Dot product: inner product on a finite dimensional Euclidean space link

    Cosine (normalized dot)

    8 November 2020, 5:00 pm
  • More Episodes? Get the App
© MoonFM 2024. All rights reserved.