• Home
  • Fresh Content
  • Courses
  • Resources
  • Podcast
  • Talks
  • Publications
  • Sponsorship
  • Testimonials
  • Contact
  • Menu

Jon Krohn

  • Home
  • Fresh Content
  • Courses
  • Resources
  • Podcast
  • Talks
  • Publications
  • Sponsorship
  • Testimonials
  • Contact
Jon Krohn

Deep Reinforcement Learning for Robotics with Pieter Abbeel

Added on September 7, 2021 by Jon Krohn.

Very special guest this week! Pieter Abbeel is a serial A.I. entrepreneur, host of star-studded The Robot Brains Podcast, and the world's most preeminent researcher of Deep Reinforcement Learning applications.

As a professor of Electrical Engineering and Computer Science at the University of California, Berkeley, Pieter directs the Berkeley Robot Learning Lab and co-directs the Berkeley A.I. Research Lab.

As an entrepreneur, he's been exceptionally successful at applying machine learning for commercial value. Gradescope, a machine learning company in the education technology space that he co-founded, was acquired in 2018. And the A.I. robotics firm Covariant, which he co-founded more recently, has raised $147 million so far, including raising $80 million in a Series C funding round in July.

In this episode, Pieter eloquently discusses:
• His exciting current research in the field of Deep Reinforcement Learning
• Top learning resources and skills for becoming an expert in A.I. robotics
• How academic robotics research is vastly different from R&D for industry
• Productivity tips
• Traits he looks for in data scientists he hires
• Skills to succeed as a data scientist in the coming decades

He also had time to answer thoughtful questions from distinguished SuperDataScience listeners Serg Masís and Hsieh-Yu Li.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags datascience, machinelearning, deeplearning, ai, robotics, entrepreneur

Managing Imposter Syndrome

Added on September 6, 2021 by Jon Krohn.

The Five-Minute Friday episode this week is on Imposter Syndrome, including what it is and how to manage it.

Thanks to Nikolay for the episode idea and Micayla for doing most of my homework for it!

Listen or watch here.

In Five-Minute Friday, Personal Improvement, Podcast, SuperDataScience, YouTube

Machine Learning from First Principles, with AutoDiff

Added on September 6, 2021 by Jon Krohn.

Today's brand-new, epic 40-minute YouTube tutorial ties together the preceding 27 Calculus videos to enable us to perform Machine Learning from first principles and fit a line to data points.

To make learning interactive and intuitive, this video focuses on hands-on code demos featuring PyTorch, the popular Python library for Automatic Differentiation.

If you're familiar with differential calculus but not machine learning, this video will make clear for you how ML works. If you're not familiar with differential calculus, the preceding videos in my "Calculus for Machine Learning" course will provide you with all of the foundational theory you need for ML.

We publish a new video from my "Calculus for Machine Learning" course to YouTube every Wednesday. Playlist is here.

More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.

In Calculus, Data Science, ML Foundations, Professional Development, YouTube Tags machinelearning, datascience, calculus, python, pytorch

Statistical Programming with Friends with Jared Lander

Added on September 1, 2021 by Jon Krohn.

This week's guest is THE Jared Lander! He fills us in on real-life communities that support learning about — and effectively applying — open-source statistical-programming languages like Python and R.

In addition, Jared:
• Overviews what data-science consulting is like (with fascinating use-cases from industrial metallurgy to "Money Ball"-ing for the Minnesota Vikings)
• Details the hard and soft skills of successful data-science consultants
• Ventures eloquently into the age-old R versus Python debate

Jared leads the New York Open Statistical Programming Meetup, which is the world's largest R meetup — but it also features other open-source programming languages like Python — for talks from global leaders in data science and machine learning. And Jared runs the R Conference, which is approaching its seventh annual iteration next week, Sep 9-10.

Jared also wrote the bestselling book "R for Everyone" and teaches stats at both Columbia University in the City of New York and Princeton University. And none of the massive responsibilities that I've just mentioned are Jared's day job! Nope, for that he's the CEO and Chief Data Scientist of Lander Analytics, a data-science consulting firm.

Watch or listen here.

P.S.: Jared is kindly providing 20% off admission to next week's R Conference off using promo code SDS20. See rstats.nyc for more details, including the first-ever live episode of SuperDataScience (with Drew Conway as guest)!

In Data Science, Interview, Podcast, Personal Improvement, Professional Development, SuperDataScience, YouTube Tags datascience, machinelearning, rlanguage, statistics, podcast, conference

Yoga Nidra

Added on August 30, 2021 by Jon Krohn.

Episode 500 of the SuperDataScience podcast is live today! For this special occasion, world-class yogi Jes Allen guides us through a full, deep session of Yoga Nidra — a centering and transformative meditation-like experience.

I'm so excited to share this practice with you and can't wait to hear what you think of it! Thank you to all of you listeners — as well as of course SuperDataScience founder / 400-plus-episode-host Kirill Eremenko — for bringing this podcast to where it is today. And none of this would be possible without the hundreds of inspiring guests we've had over the years, the indefatigable show manager Ivana, and the awesome production team: Mario, Jaime, and JP.

I am honored and grateful to be able to serve all of you and walk alongside you in your data-science career journey. Keep on rockin'! 🎸

You can listen to or watch the episode here.

In Five-Minute Friday, Interview, Podcast, SuperDataScience, YouTube, Personal Improvement Tags datascience, career, podcast, yoganidra, mindfulness, meditation
ML-foundations-calc-anounce-20210825.png

O'Reilly + JK October ML Foundations LIVE Classes open for registration

Added on August 30, 2021 by Jon Krohn.

The Linear Algebra classes of my "ML Foundations" curriculum, offered via the O'Reilly Media platform, are in the rear-view mirror. Two Calculus classes are coming up soon and the Probability classes just opened for registration:

• Sep 15 — Calculus III: Partial Derivatives
• Sep 22 — Calculus IV: Gradients and Integrals
• Oct 6 — Intro to Probability
• Oct 13 — Probability II and Information Theory
• Oct 27 — Intro to Statistics

Overall, four subject areas are covered:
• Linear Algebra (3/3 classes DONE)
• Calculus (2/4 classes DONE)
• Probability and Statistics (4 classes)
• Computer Science (3 classes)

Hope to see you in class! Sign up opens about two months prior to each class. All of the training dates and registration links are provided at jonkrohn.com/talks

A detailed curriculum and all of the code for my ML Foundations series is available open-source in GitHub here.


In Calculus, Accouncement, Data Science, Live Training, ML Foundations, O'Reilly, Professional Development Tags datascience, machinelearning, python, pytorch, math, statistics

The Line Equation as a Tensor Graph

Added on August 30, 2021 by Jon Krohn.

New YouTube video today — it's meaty! In it, we get ourselves set up for applying Machine Learning from scratch by using the popular Python library PyTorch to create a Tensor Graph representation of a simple line equation.

Next week, we'll publish a massive 40-minute video that builds on the Tensor Graph representation introduced this week in order to use Automatic Differential Calculus within a Machine Learning loop and fit a Regression line to data points.

If you're familiar with differential calculus but not machine learning, this pair of videos will fill in all the gaps for you on how ML works. If you're not familiar with differential calculus, the preceding videos in my "Calculus for Machine Learning" course will provide you with all of the foundational theory you need for ML.

We publish a new video from my "Calculus for Machine Learning" course to YouTube every Wednesday. Playlist is here.

More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in Github here.

In Calculus, Data Science, ML Foundations, Professional Development, YouTube Tags machinelearning, datascience, calculus, python, pytorch

Data Meshes and Data Reliability

Added on August 25, 2021 by Jon Krohn.

The fun and brilliant Barr Moses joins me this week to detail for us what organization-transforming Data Meshes are, as well as how to track and improve the "Data Uptime" (reliability) of your production systems.

Barr is co-founder and CEO of Monte Carlo, a venture capital-backed start-up that has grown in head count by a remarkable 10x in the past year. Monte Carlo specializes in data reliability, making sure that the data pipelines used for decision-making or production models are available 24/7 and that the data are high quality.

In this SuperDataScience episode, Barr covers:
• What data reliability is, including how we can monitor for the "good pipelines, bad data" problem
• How reliable data enables the creation of a Data Mesh that empowers data-driven decision-makers across all of the departments of a company to independently create and analyze data
• How to build a data science team
• How to get a data-focused start-up off the ground, generating revenue and rapidly scaled up

In addition, Barr took time to answer questions from listeners, including those from Svetlana, Bernard, and A Ramesh. Thanks to Scott Hirleman for suggesting Barr as a guest on the show and thanks to Molly Vorwerck for ensuring everything ran perfectly.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags SuperDataScience, datascience, dataengineering, datapipeline, datamesh, analytics

Tutorial on "Big O Notation"

Added on August 23, 2021 by Jon Krohn.

Brand-new, hands-on intro to "Big O Notation" — an essential computer science concept. "Big O" allows us to weigh the compute-time vs memory-usage trade-offs of all algorithms, including machine learning models.

This YouTube video is a 45-minute, standalone excerpt from my six-hour "Data Structures, Algorithms, and ML Optimization" course, which focuses on code demos in Python to make understanding concepts intuitive, fun, and interactive.

If you have an O'Reilly Media subscription, the full course was recently published here.

If you'd like to purchase the course, Pearson is offering it this week (until August 28th) at a 70% discount as their "Video Deal of the Week". The URL for this unusually deep discount is here.

This "DSA and ML Optimization" course is the fourth and final quarter of my broader ML Foundations curriculum. All of the associated code is available open-source via GitHub.


In Computer Science, Data Science, Live Training, O'Reilly, Professional Development, YouTube Tags computerscience, machinelearning, datascience, python, dsa, datastructures, algorithms, tutorials

How Only Beginners Know Everything

Added on August 23, 2021 by Jon Krohn.

For Five-Minute Friday, I review a paradoxical pattern I've noticed in myself and in many early-career data scientists: We think we know everything. That is, until we advance past being novices and discover we're not so great.

Listen or watch here.

In Personal Improvement, Podcast, SuperDataScience, YouTube Tags datascience, career, personaldevelopment

AI Recruitment Technology & Deep Learning - Guest Appearance on the Engineered-Mind Podcast

Added on August 23, 2021 by Jon Krohn.

Thanks to Jousef Murad for having me on the popular Engineered-Mind podcast.! Jousef had deeply insightful questions and I enjoyed the experience immensely :)

I spoke with Jousef back in April 2021, where we discussed:

- untapt and how AI powered recruiting works
- My background in neuroscience
- Where to get started when learning ML
- Tips for becoming a deep learning specialist
- What is I’m most excited about in terms of AI
- How I come up with the idea of writing a book

You can listen to the podcast anywhere podcasts are available including Apple Podcasts, Spotify, and Anchor.fm. You can also check out the video directly on YouTube here.

In Data Science, Interview, Podcast, Professional Development, YouTube Tags deeplearning, machinelearning, untapt, neuroscience, computervision, ai, reinforcementlearning, datascience, artificialintelligence

AutoDiff with TensorFlow

Added on August 23, 2021 by Jon Krohn.

PyTorch and TensorFlow are by far the two most widely-used automatic-differentiation libraries. Last week, we used PyTorch to differentiate an equation automatically and instantaneously. Today, we do it with TensorFlow.

(For an overview of the pros and cons of PyTorch versus TensorFlow, I've got a talk here. The TLDR is you should know both!)

A new video for my "Calculus for ML" course published on YouTube every Wednesday. Playlist is here.

More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.

In Calculus, Data Science, ML Foundations, Professional Development, YouTube Tags machinelearning, datascience, calculus, python, tensorflow

Maximizing the Global Impact of Your Career

Added on August 17, 2021 by Jon Krohn.

This week, expert Benjamin Todd details how you can find purpose in your work and maximize the global impact of your career. In particular, he emphasizes how data scientists can exert a massive positive influence.

In this mind-expanding and exceptionally inspiring episode, Ben details:
• An effective process for evaluating next steps in your career
• A data-driven guide to the most valuable skills for you to obtain regardless of profession
• Specific impact-maximizing career options that are available to data scientists and related professionals, such as ML engineers and software developers.

Ben has invested the past decade researching how people can have the most meaningful and impactful careers. This research is applied to great effect via his charity 80,000 Hours, which is named after the typical number of hours worked in a human lifetime. The Y Combinator-backed charity has reached over eight million people via its richly detailed, exceptionally thoughtful, and 100% free content and coaching.

Listen or watch here.

In Data Science, Interview, Professional Development, Podcast, SuperDataScience, YouTube Tags datascience, machinelearning, careers, meaningfulwork, socialimpact

Why The Best Data Scientists have Mastered Algebra, Calculus and Probability

Added on August 16, 2021 by Jon Krohn.

Over the past year, I've published dozens of hours of video tutorials on the mathematical foundations that underlie machine learning and data science. In this talk, I explain *why* knowing this math is so essential.

Thanks to Roberto Lambertini and SuperDataScience for hosting it!

In Data Science, Professional Development, YouTube Tags datascience, machinelearning, math, linearalgebra, calculus, probability, python

A Brain-Computer Interface Story

Added on August 16, 2021 by Jon Krohn.

For Five-Minute Friday this week, I tried something different: I wrote a short sci-fi story! Let me know if you liked it or hated it and, based on your feedback, I'll either do more of it or consider never doing it again :)

Watch or listen here.


In Data Science, Five-Minute Friday, Podcast, SuperDataScience, YouTube Tags podcast, braincomputerinterface, sciencefiction

AutoDiff with PyTorch

Added on August 12, 2021 by Jon Krohn.

Over the past month, we've covered all the key rules for differentiating equations by hand. In today's YouTube video, we use PyTorch to differentiate equations automatically and instantaneously.

A new video for my "Calculus for ML" course published on YouTube every Wednesday. Playlist is here.

More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.

In Calculus, Data Science, ML Foundations, Professional Development Tags machinelearning, datascience, calculus, python, pytorch

Successful AI Projects and AI Startups

Added on August 10, 2021 by Jon Krohn.

This week, the rockstar Greg Coquillo fills us in on how to get a return on investment in A.I. projects and A.I. start-ups. He also introduces Quantum Machine Learning.

In addition, through responding to audience questions, Greg details:
• Element AI's maturity framework for A.I. businesses
• How A.I. startup success comes from understanding your long-term business strategy while iterating tactically
• How machines typically are much faster than people but tend to be less accurate

(Thanks to Bernard, Serg, Kenneth, Nikolay, and Yousef for the questions!)

Greg is LinkedIn's current "Top Voice for A.I. and Data Science". When he's not sharing succinct summaries of both technically-oriented and commercially-oriented A.I. developments with his LinkedIn followers, Greg's a technology manager at Amazon's global HQ in Seattle. Originally from Haiti, Greg obtained his degrees in industrial engineering and engineering management from the University of Florida before settling into a series of management-level process-engineering roles.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags datascience, machinelearning, ai, entrepreneurship, quantummachinelearning

A4N Episode 5: We're on Pause for Now!

Added on August 7, 2021 by Jon Krohn.

In this episode of A4N, I have a special announcement! While the A4N podcast will be going on indefinite hiatus, it is because I am now hosting the SuperDataScience Podcast. If you enjoyed A4N then you're sure to enjoy the SuperDataScience podcast, which publishes twice every week on Tuesdays and Fridays!

You can check it out here.

In Accouncement, Podcast, YouTube Tags A4N, ANNNN, Artificial Neural Network News Network, Deep Learning, AI, Artificial Inteligence, Data Science, Machine Learning

How to Instantly Appreciate Being Alive

Added on August 7, 2021 by Jon Krohn.

In today's always-connected world, it's easy to get caught up in thought after thought after thought. For Five-Minute Friday this week, here's a trick to jolt yourself into the present and bask in the simple appreciation of being alive.

Listen or watch here.

In Five-Minute Friday, Personal Improvement, YouTube Tags SuperDataScience, podcast
1628195143963.jpeg
1628195143409.jpeg

Filming ""Data Structures, Algorithms, and Machine Learning Optimization"" LiveLessons

Added on August 7, 2021 by Jon Krohn.

Silly times on set filming my "Data Structures, Algorithms, and Machine Learning Optimization" videos, which — over 6.5 interactive hours — introduce critical Computer Science concepts for ML and Data Science.

These videos were recently published in the O'Reilly Media platform.

These CS-focused videos are the fourth and final quarter of the subject areas covered in my broader "ML Foundations" curriculum — the first three being Linear Algebra, Calculus, and Probability. All of the code from the curriculum is available open-source in GitHub.

And my "Math for ML" playlist on O'Reilly captures all of the videos in this curriculum in one place.

In Data Science, Live Training, O'Reilly, Professional Development, Computer Science Tags machinelearning, datascience, python, computerscience, dsa
← Newer Posts Older Posts →
Back to Top