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.
Filtering by Category: YouTube
Why The Best Data Scientists have Mastered Algebra, Calculus and Probability
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!
A Brain-Computer Interface Story
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.
Successful AI Projects and AI Startups
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.
A4N Episode 5: We're on Pause for Now!
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.
How to Instantly Appreciate Being Alive
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.
AutoDiff Explained
New YouTube video live! This one introduces what Automatic Differentiation — a technique that allows us to scale up the computation of derivatives to machine-learning scale — is.
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.
Automatic Differentiation – Segment 3 of Subject 3, "Limits & Derivatives" – Machine Learning Foundations
Automatic Differentiation is a computational technique that allows us to move beyond calculating derivatives by hand and scale up the calculation of derivatives to the massive scales that are common in machine learning.
The YouTube videos in this segment, which we'll release every Wednesday, introduce AutoDiff in the two most important Python AutoDiff libraries: PyTorch and TensorFlow.
My growing "Calculus for ML" course is available on YouTube here.
More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.
Intro to Regression Models – O'Reilly Live Lessons
My new 80-minute intro to Regression Models is up on YouTube! It's packed with hands-on code demos in Python-based Jupyter notebooks to make learning regression intuitive, interactive, and maybe even fun :)
This lesson is an excerpt from my 9-hour "Probability and Statistics for Machine Learning" video tutorial, which is available via O'Reilly here.
All of the code is available open-source via GitHub.
The Power Rule on a Function Chain — Topic 61 of Machine Learning Foundations
This is the FINAL (of nine) videos in my Machine Learning Foundations series on the Derivative Rules. It merges together the Power Rule and the Chain Rule into a single easy step.
Next begins a chunk of long, meaty videos on Automatic Differentiation — i.e., using the PyTorch and TensorFlow libraries to, well, automatically differentiate equations (e.g., ML models) instead of needing to do it painstakingly by hand.
Because these forthcoming videos are so meaty, we're moving from a twice-weekly publishing schedule to a weekly one: Starting next week, we'll publish a new video to YouTube every Wednesday.
My growing "Calculus for ML" course available on YouTube here.
More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.
Advanced Exercises on Derivative Rules — Topic 60 of Machine Learning Foundations
Having now covered the product rule, quotient rule, and chain rule, we're well-prepared for advanced exercises that confirm your comprehension of all of the derivative rules in my Machine Learning Foundations series.
There’s just one quick derivative rule left after this — one that conveniently combines together two of the rules we’ve already covered — and then we’re ready to move on to the next segment of videos on Automatic Differentiation with PyTorch and TensorFlow.
New videos are published every Monday and Thursday to my "Calculus for ML" course, which is available on YouTube here.
More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub here.
The Chain Rule for Derivatives — Topic 59 of Machine Learning Foundations
Today's video introduces the Chain Rule — arguably the single most important differentiation rule for ML. It facilitates several of the most ubiquitous ML algorithms, such as gradient descent and backpropagation.
Gradient descent and backprop will be covered in great detail later in my "Machine Learning Foundations" video series. This video is critical for understanding those applications.
New videos are published every Monday and Thursday to my "Calculus for ML" course, which is available on YouTube.
More detail about my broader "ML Foundations" curriculum and all of the associated open-source code is available in GitHub.
The History of Calculus
Y'all seem to love these "History of..." episodes, so for Five-Minute Friday this week, here's another one. It's on the History of Calculus! Enjoy 😄
(Leibniz and Newton, who independently devised modern calculus around the same time, are pictured.)
Listen or watch here.
The Quotient Rule for Derivatives — Topic 58 of Machine Learning Foundations
This is the penultimate Derivative Rule and then we're moving onward to AutoDiff with TensorFlow and PyTorch! The Quotient Rule is analogous to the Product Rule introduced on Monday but is for division instead of multiplication.
New videos are published every Monday and Thursday. The playlist for my "Calculus for ML" course is here.
More detail about my broader "ML Foundations" series and all of the associated open-source code is available in GitHub here.
The Product Rule for Derivatives
Today's video is on the Product Rule, a relatively advanced Derivative Rule. Only a couple such rules remain and then we move onward to Automatic Differentiation with PyTorch and TensorFlow.
New videos are published every Monday and Thursday. The playlist for my "Calculus for ML" course is here.
More detail about my broader "ML Foundations" series and all of the associated open-source code is available in GitHub here.
machinelearning,datascience,calculus,mathematics,python
Exercises on Derivative Rules — Topic 56 of Machine Learning Foundations
Today's YouTube video uses five fun exercises to test your understanding of the derivative rules we’ve covered so far: the Constant Rule, Power Rule, Constant-Multiple Rule, and Sum Rule.
New videos are published every Monday and Thursday. The playlist for my "Calculus for ML" course is here.
More detail about my broader "ML Foundations" series and all of the associated open-source code is available in GitHub here.
If you’d happen to like a detailed walkthrough of the solutions to all the exercises in this video, you can check out my Udemy course called Mathematical Foundations of Machine Learning. See jonkrohn.com/udemy
The Sum Rule for Derivatives
Thus far in this set of videos on Differentiation Rules, we’ve covered the Constant, Power, and Constant-Multiple rules. Today's video is on the Sum Rule. On Thursday, we'll have comprehension exercises on all four key rules!
The Constant Multiple Rule for Derivatives
Continuing my short series on Differentiation Rules, today’s video covers the Constant Multiple Rule. This rule is often used in conjunction with the Power Rule, which was covered in the preceding video, released on Monday.
New videos are published every Monday and Thursday. The playlist for my "Calculus for ML" course is here.
More detail about my broader "ML Foundations" series and all of the associated open-source code is available in GitHub here.
Performance Marketing Analytics
My guest this week is Kris Tait, who fills us in on how data and machine learning have transformed — and will continue to transform — marketing, enabling even small firms to effectively target customers and grow their revenue.
In this episode of the SuperDataScience show, we cover:
• What performance marketing is
• The rapidly shifting digital marketing ecosystem, as well as how data and ML can mitigate the risks associated with these changes
• The sweet spot for augmenting human marketers' skills with machines
• How any firm should define metrics to maximize return on marketing investment, thereby ensuring broader commercial success
• The most useful modern data science tools for global digital marketing
Kris is the managing director for the US at Croud - Performance Marketing Agency of the Year, an innovative marketing agency that is driven by data analytics and machine learning algorithms.
Listen or watch here.
The Power Rule for Derivatives
On Thursday, I published a video on the Constant Rule, the first video in a series on Differentiation Rules. Today, we continue the series with the Power Rule, arguably the most common and most important of all the rules.
New videos are published every Monday and Thursday. The playlist for my "Calculus for ML" course is here.
More detail about my broader "ML Foundations" series and all of the associated open-source code is available in GitHub here.