Math 0-1: Calculus for Data Science & Machine Learning

A Casual Guide for Artificial Intelligence, Deep Learning, and Python Programmers

Register for this Course

$39.99 $199.99 USD 80% OFF!

Login or signup to register for this course

Have a coupon? Click here.

Course Data

Lectures: 93
Length: 15h 56m
Skill Level: All Levels
Languages: English
Includes: Lifetime access, certificate of completion (shareable on LinkedIn, Facebook, and Twitter), Q&A forum

Course Description

Common scenario: You try to get into machine learning and data science, but there's SO MUCH MATH.

Either you never studied this math, or you studied it so long ago you've forgotten it all.

What do you do?

Well my friends, that is why I created this course.

Calculus is one of the most important math prerequisites for machine learning. It's required to understand probability and statistics, which form the foundation of data science. Backpropagation, the learning algorithm behind deep learning and neural networks, is really just calculus with a fancy name.

If you want to do machine learning beyond just copying library code from blogs and tutorials, you must know calculus.

Normally, calculus is split into 3 courses, which takes about 1.5 years to complete.

Luckily, I've refined these teachings into just the essentials, so that you can learn everything you need to know on the scale of hours instead of years.

This course will cover Calculus 1 (limits, derivatives, and the most important derivative rules), Calculus 2 (integration), and Calculus 3 (vector calculus). It will even include machine learning-focused material you wouldn't normally see in a regular college course. We will even demonstrate many of the concepts in this course using the Python programming language (don't worry, you don't need to know Python for this course). In other words, instead of the dry old college version of calculus, this course takes just the most practical and impactful topics, and provides you with skills directly applicable to machine learning and data science, so you can start applying them today.

Are you ready?

Let's go!

Suggested prerequisites:

  • Firm understanding of high school math (functions, algebra, trigonometry)

Testimonials and Success Stories


I am one of your students. Yesterday, I presented my paper at ICCV 2019. You have a significant part in this, so I want to sincerely thank you for your in-depth guidance to the puzzle of deep learning. Please keep making awesome courses that teach us!

I just watched your short video on “Predicting Stock Prices with LSTMs: One Mistake Everyone Makes.” Giggled with delight.

You probably already know this, but some of us really and truly appreciate you. BTW, I spent a reasonable amount of time making a learning roadmap based on your courses and have started the journey.

Looking forward to your new stuff.

Thank you for doing this! I wish everyone who call’s themselves a Data Scientist would take the time to do this either as a refresher or learn the material. I have had to work with so many people in prior roles that wanted to jump right into machine learning on my teams and didn’t even understand the first thing about the basics you have in here!!

I am signing up so that I have the easy refresh when needed and the see what you consider important, as well as to support your great work, thank you.

Thank you, I think you have opened my eyes. I was using API to implement Deep learning algorithms and each time I felt I was messing out on some things. So thank you very much.

I have been intending to send you an email expressing my gratitude for the work that you have done to create all of these data science courses in Machine Learning and Artificial Intelligence. I have been looking long and hard for courses that have mathematical rigor relative to the application of the ML & AI algorithms as opposed to just exhibit some 'canned routine' and then viola here is your neural network or logistical regression. ...

READ MORE

I have now taken a few classes from some well-known AI profs at Stanford (Andrew Ng, Christopher Manning, …) with an overall average mark in the mid-90s. Just so you know, you are as good as any of them. But I hope that you already know that.

I wish you a happy and safe holiday season. I am glad you chose to share your knowledge with the rest of us.

Hi Sir I am a student from India. I've been wanting to write a note to thank you for the courses that you've made because they have changed my career. I wanted to work in the field of data science but I was not having proper guidance but then I stumbled upon your "Logistic Regression" course in March and since then, there's been no looking back. I learned ANNs, CNNs, RNNs, Tensorflow, NLP and whatnot by going through your lectures. The knowledge that I gained enabled me to get a job as a Business Technology Analyst at one of my dream firms even in the midst of this pandemic. For that, I shall always be grateful to you. Please keep making more courses with the level of detail that you do in low-level libraries like Theano.

I just wanted to reach out and thank you for your most excellent course that I am nearing finishing.

And, I couldn't agree more with some of your "rants", and found myself nodding vigorously!

You are an excellent teacher, and a rare breed.

And, your courses are frankly, more digestible and teach a student far more than some of the top-tier courses from ivy leagues I have taken in the past.

(I plan to go through many more courses, one by one!)

I know you must be deluged with complaints in spite of the best content around That's just human nature.

Also, satisfied people rarely take the time to write, so I thought I will write in for a change. :)

Hello, Lazy Programmer!

In the process of completing my Master’s at Hunan University, China, I am writing this feedback to you in order to express my deep gratitude for all the knowledge and skills I have obtained studying your courses and following your recommendations.

The first course of yours I took was on Convolutional Neural Networks (“Deep Learning p.5”, as far as I remember). Answering one of my questions on the Q&A board, you suggested I should start from the beginning – the Linear and Logistic Regression courses. Despite that I assumed I had already known many basic things at that time, I overcame my “pride” and decided to start my journey in Deep Learning from scratch. ...

READ MORE

By the way, if you are interested to hear. I used the HMM classification, as it was in your course (95% of the script, I had little adjustments there), for the Customer-Care department in a big known fintech company. to predict who will call them, so they can call him before the rush hours, and improve the service. Instead of a poem, I Had a sequence of the last 24 hours' events that the customer had, like: "Loaded money", "Usage in the food service", "Entering the app", "Trying to change the password", etc... the label was called or didn't call. The outcome was great. They use it for their VIP customers. Our data science department and I got a lot of praise.

Lectures

Welcome

4 Lectures · 21min
  1. Introduction (04:01) (FREE preview available)
  2. Outline (07:25)
  3. How to Succeed in this Course (08:45)
  4. Where to get the code (01:42)

Review

2 Lectures · 37min
  1. Functions Review (25:34)
  2. Functions Review in Python (11:27)

Limits

9 Lectures · 01hr 03min
  1. What Are Limits? (14:30)
  2. Precise Definition of Limit (Optional) (07:13)
  3. Limit Laws (04:35)
  4. Infinities and Asymptotes (06:49)
  5. Indeterminate Forms (12:32)
  6. Limits in Python (08:01)
  7. Limits with Plotting in Python (03:35)
  8. Limits Section Summary (03:26)
  9. Suggestion Box (03:10)

Derivatives From First Principles

9 Lectures · 01hr 07min
  1. Slopes, Tangent Lines, and Derivatives (20:56)
  2. More On Tangent Lines, Derivative Checking (14:10)
  3. Exercise: Quadratic (03:35)
  4. Exercise: Cubic (03:51)
  5. Exercise: Reciprocal (03:25)
  6. Exercise: Root (05:58)
  7. Alternate Notations & Higher Order Derivatives (08:42)
  8. Derivative Checking in Python (03:03)
  9. Derivatives Section Summary (04:19)

Derivative Rules

19 Lectures · 03hr 12min
  1. Power Rule (11:50)
  2. Constant Multiple, Addition, Subtraction Rules (09:52)
  3. Exponent Rule (08:39)
  4. Exponent Rule (continued) (07:08)
  5. Chain Rule (21:46)
  6. Exercises: Chain Rule (10:45)
  7. Product and Quotient Rules (19:45)
  8. Exercises: Product and Quotient Rules (12:41)
  9. Implicit Differentiation (10:08)
  10. Logarithm Rule (07:33)
  11. Implicit Differentiation Applications (07:13)
  12. Logarithmic Differentiation (07:55)
  13. Exercise: Derivatives of Hyperbolic Functions (08:53)
  14. Exercise: Sum of Polynomials (08:10)
  15. Exercise: Gaussian Variance (07:30)
  16. Exercise: Entropy (06:47)
  17. Trigonometric Functions (Optional) (11:50)
  18. Inverse Trigonometric Functions (Optional) (09:30)
  19. Derivative Rules Section Summary (04:26)

Applications of Differentiation

12 Lectures · 01hr 28min
  1. Finding the Minimum / Maximum (12:21)
  2. Minimum / Maximum Clarifications and Examples (09:52)
  3. Second Derivative Test (03:59)
  4. Exercise: Minimums and Maximums (05:33)
  5. Exercise: Entropy (06:31)
  6. Exercise: Gaussian 1 (08:40)
  7. Exercise: Gaussian 2 (06:38)
  8. Why Does Taking the Log Work? (VIP only) (07:51)
  9. l'Hopital's Rule (06:40)
  10. Newton's Method (08:57)
  11. Newton's Method in Python (08:41)
  12. Derivative Applications Section Summary (02:49)

Integration (Calculus 2)

10 Lectures · 01hr 47min
  1. Integrals: Section Introduction (06:39)
  2. Area Under Curve (10:56)
  3. Fundamental Theorem of Calculus (pt 1) (22:03)
  4. Fundamental Theorem of Calculus (pt 2) (08:01)
  5. Definite and Indefinite Integrals (07:22)
  6. Exercises: Definite Integrals (14:38)
  7. Exercises: Indefinite Integrals (14:16)
  8. Exercises: Improper Integrals (14:00)
  9. Numerical Integration in Python (06:58)
  10. Integration Section Summary (02:55)

Vector Calculus in Multiple Dimensions (Calculus 3)

14 Lectures · 03hr 22min
  1. Functions of Multiple Variables (12:45)
  2. Partial Differentiation (20:02)
  3. The Gradient (20:01)
  4. Exercise: Gradient of Log (03:09)
  5. The Jacobian and Hessian (16:01)
  6. Differentials and Chain Rule in Multiple Dimensions (14:50)
  7. Exercise: Chain Rule (11:29)
  8. Exercise: Softmax (15:17)
  9. Why is the Gradient the Direction of Steepest Ascent? (12:41)
  10. Steepest Ascent in Python (09:28)
  11. Optimization and Lagrange Multipliers (pt 1) (24:36)
  12. Optimization and Lagrange Multipliers (pt 2) (16:49)
  13. Exercise: Linear Regression (17:27)
  14. Vector Calculus Section Summary (07:58)

Taylor Series and Taylor Expansion (VIP)

6 Lectures · 01hr 03min
  1. Infinite Series and Taylor Expansion (22:22)
  2. Polynomial Regression (02:42)
  3. Taylor Expansion Examples (17:08)
  4. Taylor Expansion in Python (05:32)
  5. Taylor Expansion in Multiple Dimensions (11:53)
  6. Taylor Expansion Section Summary (03:25)

Setting Up Your Environment (Appendix/FAQ by Student Request)

2 Lectures · 37min
  1. Anaconda Environment Setup (20:21)
  2. How to install Numpy, Scipy, Matplotlib, Pandas, IPython, Theano, and TensorFlow (17:33)

Effective Learning Strategies for Machine Learning (Appendix/FAQ by Student Request)

4 Lectures · 01hr 04min
  1. Can YouTube Teach Me Calculus? (Optional) (15:08)
  2. Is this for Beginners or Experts? Academic or Practical? Fast or slow-paced? (22:05)
  3. What order should I take your courses in? (part 1) (11:19)
  4. What order should I take your courses in? (part 2) (16:07)

Appendix / FAQ Finale

2 Lectures · 08min
  1. What is the Appendix? (02:48)
  2. Where to get discount coupons and FREE deep learning material (05:31)

Extras

  • PDF Notes
This website is using cookies. That's Fine