• 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

Does Caffeine Hurt Productivity? (Part 3: Scientific Literature)

Added on October 25, 2021 by Jon Krohn.

For Five-Minute Friday yesterworkday, I concluded my three-part series on whether caffeine disrupts productivity by broadening from the experiment I ran on myself to the academic literature on the topic.

My Jupyter notebook of data and analysis of the caffeine vs productivity experiment I ran on myself is here.

SuperDataScience episodes are available on all major podcasting platforms and YouTube, and on SuperDataScience.com.

In Data Science, Five-Minute Friday, Personal Improvement, Podcast, SuperDataScience, YouTube Tags productivity, caffeine, datascience, podcast

Partial Derivative Notation

Added on October 25, 2021 by Jon Krohn.

This week's YouTube video is a quick one on the common options for partial derivative notation.

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, math, calculus

Accelerating Impact through Community — with Chrys Wu

Added on October 25, 2021 by Jon Krohn.

This week's guest is global tech community builder Chrys Wu who details how you too can leverage communities to accelerate your career. This is the first SuperDataScience episode ever recorded in-person!

In addition to accelerating your career with community, Chrys covers:
• K-pop music and its associated cultural movement
• How the Write/Speak/Code and Hacks/Hackers organizations she co-founded leverage community to make a massive global impact for marginalized genders and journalism, respectively
• Her top resources — social media accounts, blogs, and podcasts — for staying abreast of the latest in data science and machine learning

Chrys is a consultant who specializes in product development and change management. She's also a co-founder of both Write/Speak/Code and Hacks/Hackers, the latter of which has grown to 70 chapters across five continents.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, datascience, career, tech, podcast

"Math for Machine Learning" course on Udemy complete!

Added on October 18, 2021 by Jon Krohn.

After a year of filming and editing, my "Math for Machine Learning" course on Udemy is complete! To celebrate, we put together this epic video that overviews the 15-hour curriculum in under two minutes.

Over 83,000 students have registered for the course, which provides an introduction to all of the essential Linear Algebra and Calculus that one needs to be an expert Machine Learning practitioner. It's full of hundreds of hands-on code demos in the key Python tensor libraries — NumPy, TensorFlow, and PyTorch — to make learning fun and intuitive.

You can check out the course here.

In Accouncement, Calculus, Data Science, ML Foundations, Professional Development Tags math, machinelearning, datascience, linearalgebra, calculus, pytorch

Does Caffeine Hurt Productivity? (Part 2: Experimental Results)

Added on October 18, 2021 by Jon Krohn.

For this week's Five-Minute Friday, I detail the results of the experiment I ran on myself (chart shown) that suggests my productivity is significantly higher when I don't drink coffee than when I do. Am I alone in this?

You can check out the episode here and a Jupyter notebook of my data and statistical analysis here.

Tags superdatascience, productivity, coffee, podcast, python

Advanced Partial-Derivative Exercises

Added on October 18, 2021 by Jon Krohn.

My "Machine Learning Foundations" video this week features fun geometrical examples in order to strengthen your command of the partial derivative theory that we covered in the preceding videos.

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, math, calculus

Transformers for Natural Language Processing

Added on October 12, 2021 by Jon Krohn.

This week's guest is award-winning author Denis Rothman. He details how Transformer models (like GPT-3) have revolutionized Natural Language Processing (NLP) in recent years. He also explains Explainable AI (XAI).

Denis:
• Is the author of three technical books on artificial intelligence
• His most recent book, "Transformers for NLP", led him to win this year's Data Community Content Creator Award for technical book author
• Spent 25 years as co-founder of French A.I. company Planilog
• Has been patenting A.I. algos such as those for chatbots since 1982

In this episode, Denis fills us in on:
• What Natural Language Processing is
• What Transformer architectures are (e.g., BERT, GPT-3)
• Tools we can use to explain *why* A.I. algorithms provide a particular output

We covered audience questions from Serg, Chiara, and Jean-charles during filming. For those we didn't get to ask, Denis is kindly answering via a LinkedIn post today!

The episode's available on all major podcasting platforms, YouTube, and at SuperDataScience.com.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, machinelearning, artificialintelligence, nlp, xai, gpt3, bert

Translations of Deep Learning Illustrated – Now available in Traditional Chinese

Added on October 11, 2021 by Jon Krohn.

My book, Deep Learning Illustrated, recently became available in Traditional Chinese alongside the existing Russian, German, and Korean translations. The new edition instantly became a #1-bestseller in Taiwan.

Thanks to Neville Huang for diligently translating to Traditional Chinese from the original English. Neville also tipped me off to the #1-bestseller status — I've put the screenshot he shared with me on LinkedIn.

In Accouncement, Data Science, O'Reilly, Professional Development Tags deeplearning, machinelearning, book, chineselanguage

Does Caffeine Hurt Productivity? (Part 1)

Added on October 11, 2021 by Jon Krohn.

For Five-Minute Friday this week, I lay out my hypothesis that caffeine decreases people's capacity to focus deeply on work. Next week, we'll review the results of the months-long coffee experiment I ran on myself!

(If you can't wait to see the experiment results, you can head to jonkrohn.com/coffee to check them out.)

Listen or watch here.

In Five-Minute Friday, Personal Improvement, Podcast, SuperDataScience, YouTube Tags superdatascience, caffeine, coffee, productivity, work
1633609668110.jpeg

Upcoming guest on the SuperDataScience Podcast: Wes McKinney

Added on October 7, 2021 by Jon Krohn.

Next week, I'm interviewing the monumental Wes McKinney — creator of pandas, co-creator of Apache Arrow, and bestselling author of "Python for Data Analysis" — for a SuperDataScience episode.

Got Qs for him? Tweet them @jonkrohnlearns or send them to me on LinkedIn.

In Data Science, Interview, Podcast, SuperDataScience, YouTube Tags superdatascience, datascience, python, author, podcast

Advanced Partial Derivatives

Added on October 7, 2021 by Jon Krohn.

This week's video builds on the preceding ones in my ML Foundations series to advance our understanding of partial derivatives by working through geometric examples. We use paper and pencil as well as Python code.


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, math, calculus, python

Data Science for Private Investing — LIVE with Drew Conway

Added on October 5, 2021 by Jon Krohn.

This week's guest is prominent data scientist and author Dr. Drew Conway. Working at Two Sigma, one of the world's largest hedge funds, Drew leads data science for private markets (e.g., real estate, private equity).

If you aren't familiar with Drew already, he:
• Serves as Senior Vice President for data science at Two Sigma
• Co-authored the classic O'Reilly Media book "ML for Hackers"
• Was co-founder and CEO of Alluvium, which was acquired in 2019
• Advised countless successful data-focused startups (e.g., Yhat, Reonomy)
• Obtained a PhD in politics from New York University

In this episode, he covers:
• What private investing is
• How data science can lead to better private investment decisions
• The differences between creating and executing models for public markets (such as stock exchanges) relative to private markets
• What he looks for in the data scientists he hires and how he interviews them

This is a special SuperDataScience episode because it's the first one recorded live in front of an audience (at the The New York R Conference in September). Eloquent Drew was the willing guinea pig for this experiment, which was a great success: We filmed in a single unbroken take and fielded excellent audience questions.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, datascience, machinelearning, investing, realestate, privateequity, hedgefund

Deep Reinforcement Learning

Added on October 4, 2021 by Jon Krohn.

Five-Minute Friday today is an intro to (deep) reinforcement learning, which has diverse cutting-edge applications: E.g., machines defeating humans at complex strategic games and robotic hands solving Rubik’s cubes.

You can watch or listen here.

In Data Science, Five-Minute Friday, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, datascience, machinelearning, reinforcementlearning
JK+OReilly-banner-calc-complete.png

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

Added on September 30, 2021 by Jon Krohn.

We're halfway through my live 14-class "ML Foundations" curriculum, which I'm offering via O'Reilly Media. The first Probability class is on Wednesday with five of the seven remaining classes open for registration now:

• Oct 6 — Intro to Probability
• Oct 13 — Probability II and Information Theory
• Oct 27 — Intro to Statistics
• Nov 3 — Statistics II: Regression and Bayesian
• Nov 17 — Intro to Data Structures and Algorithms

The final two classes will be in December and are on Computer Science topics: Hashing, Trees, Graphs, and Optimization. Registration for them should open soon.

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 Data Science, Live Training, O'Reilly, ML Foundations, Professional Development, Accouncement Tags data science, machine learning, python, pytorch, math, statistics

Calculating Partial Derivatives with PyTorch AutoDiff

Added on September 30, 2021 by Jon Krohn.

My recent videos have detailed how to calculate partial derivatives by hand. In today's, I demo how we can compute them automatically using PyTorch, enabling us to easily differentiate complex equations like ML models.

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 machine learning, datascience, math, calculus, python, pytorch

Accelerating Start-up Growth with A.I. Specialists

Added on September 30, 2021 by Jon Krohn.

This week's guest is the game-changing Dr. Parinaz Sobhani. She leads ML at Georgian — a private fund that sends her "special ops" data science teams into its portfolio companies to accelerate their A.I. capabilities.

In this episode, Parinaz details:
• Case studies of Georgian's A.I. approach in action across industries (e.g. insurance, law, real estate)
• Tools and techniques her team leverages, with a particular focus on the transfer learning of transformer-based models of natural language
• What she looks for in the data scientists and ML engineers she hires
• Environmental and sociodemographic considerations of A.I.
• Her academic research (Parinaz holds a PhD in A.I. from the University of Ottawa where she specialized in natural language processing)

Listen or watch here.

...and thanks to Maureen for making this connection to Parinaz!

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, datascience, ml, venture capital, private equity

Building Your Ant Hill

Added on September 30, 2021 by Jon Krohn.

Five-Minute Friday today features my 91-year-old grandmother sharing her insightful life philosophy that centers around an analogy of ants building ant hills.

Listen here.

In Five-Minute Friday, Interview, Personal Improvement, Podcast, SuperDataScience, YouTube Tags superdatascience, philosophy, podcast

Partial Derivative Exercises

Added on September 30, 2021 by Jon Krohn.

Last week's YouTube tutorial was an epic intro to Partial Derivative Calculus — a critical foundation for understanding Machine Learning. This week's video features coding exercises that test your comprehension of that material.

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, math, calculus, python

Bayesian Statistics

Added on September 30, 2021 by Jon Krohn.

Expert Rob Trangucci joins me this week to provide an introduction to Bayesian Statistics, a uniquely powerful data-modeling approach.

If you haven't heard of Bayesian Stats before, today's episode introduces it from the ground up. It also covers why in many common situations, it can be more effective than other data-modeling approaches like Machine Learning and Frequentist Statistics.

Today's episode is a rich resource on:
• The centuries-old history of Bayesian Stats
• Its particular strengths
• Real-world applications, including to Covid epidemiology (Rob's particular focus at the moment)
• The best software libraries for applying Bayesian Statistics yourself
• Pros and cons of pursuing a PhD in the data science field

Rob is a core developer on the open-source STAN project — a leading Bayesian software library. Having previously worked as a statistician in renowned professor Andrew Gelman's lab at Columbia University in the City of New York, Rob's now pursuing a PhD in statistics at the University of Michigan.

Listen or watch here.

In Data Science, Interview, Podcast, Professional Development, SuperDataScience, YouTube Tags superdatascience, datascience, statistics, bayesianstatistics, podcast

Supervised vs Unsupervised Learning

Added on September 30, 2021 by Jon Krohn.

Five-Minute Friday this week is a high-level intro to the two largest categories of Machine Learning approaches: Supervised Learning and Unsupervised Learning.

Listen or watch here.

In Data Science, Five-Minute Friday, Podcast, SuperDataScience, Professional Development, YouTube Tags superdatascience, machinelearning, datascience, podcast
← Newer Posts Older Posts →
Back to Top