April 13, 2018
I’ve answered this question thousands of times.
I feel as though, because I repeat “prerequisites” so often, students stop believing me.
They wonder, “I took some other Udemy course on ML by some marketer guy and I learned so much! Why can’t you do the same?”
Unfortunately, they haven’t realized the truth: they didn’t learn machine learning, they learned some marketer’s interpretation of machine learning.
It didn’t lead to employable skills, and it didn’t lead to a proper understanding of ML.
What happens after?
Then you try to take a more advanced ML course (i.e. something at the college-level, or perhaps my courses).
Then you realize, “Hey, this is nothing like the course I took before. Why is there so much math?”
You expected all of ML to be as easy as the marketer’s course, because you didn’t understand that it wasn’t a real ML course.
I want to share a forum thread that I think should be useful, because instead of hearing it from me, now you can hear it from other people saying the exact same things.
The top comment in this discussion states the same topics I list in the prerequisites for nearly all of my ML courses:
- Calculus
- Linear Algebra
- Probability
Enjoy: https://news.ycombinator.com/item?id=15116379
Go to comments
April 11, 2018
ALL Courses on Udemy $10.99
April 2018
Grab these courses before these sales go away
I’m hard at work at my next course, so guess what that means? Everything on sale!
For the next 5 days, ALL courses on Udemy (not just mine) are available for just $10.99!
For my courses, please use the coupons below (included in the links), or if you want, enter the coupon code: APR2018.
For prerequisite courses (math, stats, Python programming) and all other courses, follow the links at the bottom.

https://www.udemy.com/data-science-linear-regression-in-python/?couponCode=APR2018

https://www.udemy.com/data-science-logistic-regression-in-python/?couponCode=APR2018

https://www.udemy.com/data-science-deep-learning-in-python/?couponCode=APR2018

https://www.udemy.com/data-science-natural-language-processing-in-python/?couponCode=APR2018

https://www.udemy.com/data-science-deep-learning-in-theano-tensorflow/?couponCode=APR2018

https://www.udemy.com/sql-for-marketers-data-analytics-data-science-big-data/?couponCode=APR2018

https://www.udemy.com/deep-learning-convolutional-neural-networks-theano-tensorflow/?couponCode=APR2018

https://www.udemy.com/cluster-analysis-unsupervised-machine-learning-python/?couponCode=APR2018

https://www.udemy.com/unsupervised-deep-learning-in-python/?couponCode=APR2018

https://www.udemy.com/unsupervised-machine-learning-hidden-markov-models-in-python/?couponCode=APR2018

https://www.udemy.com/deep-learning-recurrent-neural-networks-in-python/?couponCode=APR2018

https://www.udemy.com/natural-language-processing-with-deep-learning-in-python/?couponCode=APR2018

https://www.udemy.com/data-science-supervised-machine-learning-in-python/?couponCode=APR2018

https://www.udemy.com/bayesian-machine-learning-in-python-ab-testing/?couponCode=APR2018

https://www.udemy.com/machine-learning-in-python-random-forest-adaboost/?couponCode=APR2018

https://www.udemy.com/artificial-intelligence-reinforcement-learning-in-python/?couponCode=APR2018

https://www.udemy.com/deep-reinforcement-learning-in-python/?couponCode=APR2018

https://www.udemy.com/deep-learning-gans-and-variational-autoencoders/?couponCode=APR2018
https://www.udemy.com/advanced-computer-vision/?couponCode=APR2018
PREREQUISITE COURSE COUPONS
And just as important, $10.99 coupons for some helpful prerequisite courses. You NEED to know this stuff to understand machine learning in-depth:
General (site-wide): http://bit.ly/2oCY14Z
Python http://bit.ly/2pbXxXz
Calc 1 http://bit.ly/2okPUib
Calc 2 http://bit.ly/2oXnhpX
Calc 3 http://bit.ly/2pVU0gQ
Linalg 1 http://bit.ly/2oBBir1
Linalg 2 http://bit.ly/2q5SGEE
Probability (option 1) http://bit.ly/2prFQ7o
Probability (option 2) http://bit.ly/2p8kcC0
Probability (option 3) http://bit.ly/2oXa2pb
Probability (option 4) http://bit.ly/2oXbZSK
OTHER UDEMY COURSE COUPONS
As you know, I’m the “Lazy Programmer”, not just the “Lazy Data Scientist” – I love all kinds of programming!
iOS courses:
https://lazyprogrammer.me/ios
Android courses:
https://lazyprogrammer.me/android
Ruby on Rails courses:
https://lazyprogrammer.me/ruby-on-rails
Python courses:
https://lazyprogrammer.me/python
Big Data (Spark + Hadoop) courses:
https://lazyprogrammer.me/big-data-hadoop-spark-sql
Javascript, ReactJS, AngularJS courses:
https://lazyprogrammer.me/js
EVEN MORE COOL STUFF
Into Yoga in your spare time? Photography? Painting? There are courses, and I’ve got coupons! If you find a course on Udemy that you’d like a coupon for, just let me know and I’ll hook you up!
Go to comments
April 10, 2018
A lot of students come up to me and ask about when they’re going to learn the latest and greatest new deep learning algorithm.
Sometimes, it’s easy to forget how applicable even the most basic of tools are.
As you know, I consider Linear Regression to be the best starting point for deep learning and machine learning in general.
And wouldn’t you know, here it is being used in the most advanced, state-of-the-art video codec we have today:
next generation video: Introducing AV1
Check it out!

This new state-of-the-art video codec is based on research done by multiple big companies, such as Google, Cisco, and Mozilla.
As you can see, the final equation is just a line (\( y = mx + b \)).
$$ CfL(\alpha) = \alpha L^{AC} + DC $$
Go to comments