Deep Learning Prerequisites: The Numpy Stack in Python (V2+) (Udemy.com)

The Numpy, Scipy, Pandas, and Matplotlib stack: prep for deep learning, machine learning, and artificial intelligence

Created by: Lazy Programmer Inc.

Produced in 2021

icon
What you will learn

  • Understand supervised machine learning (classification and regression) with real-world examples using Scikit-Learn
  • Understand and code using the Numpy stack
  • Make use of Numpy, Scipy, Matplotlib, and Pandas to implement numerical algorithms
  • Understand the pros and cons of various machine learning models, including Deep Learning, Decision Trees, Random Forest, Linear Regression, Boosting, and More!

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 90 / 100

icon
Course Description

Welcome! This isDeep Learning, Machine Learning, and Data Science Prerequisites: The Numpy Stack in Python.
One question or concern I get a lot is that people want to learn deep learning and data science, so they take these courses, but they get left behind because they dont know enough about the Numpy stack in order to turn those concepts into code.
Even if I write the code in full, if you dont know Numpy, then its still very hard to read.
This course is designed to remove that obstacle - to show you how to do things in the Numpy stack that are frequently needed in deep learning and data science.
So what are those things?
Numpy. This forms the basis for everything else. The central object in Numpy is the Numpy array, on which you can do various operations.
The key is that a Numpy array isnt just a regular array youd see in a language like Java or C++, but instead is like a mathematical object like a vector or a matrix.
That means you can do vector and matrix operations like addition, subtraction, and multiplication.
The most important aspect of Numpy arrays is that they are optimized for speed. So were going to do a demo where I prove to you that using a Numpy vectorized operation is faster than using a Python list.
Then well look at some more complicated matrix operations, like products, inverses, determinants, and solving linear systems.
Pandas.
Pandas is great because it does a lot of things under the hood, which makes your life easier because you then dont need to code those things manually.
Pandas makes working with datasets a lot like R, if youre familiar with R.
The central object in R and Pandas is the DataFrame.
Well look at how much easier it is to load a dataset using Pandas vs. trying to do it manually.
Then well look at some dataframe operations, like filtering by column, filtering by row, the apply function, and joins, which look a lot like SQL joins.
So if you have an SQL background and you like working with tables then Pandas will be a great next thing to learn about.
Since Pandas teaches us how to load data, the next step will be looking at the data. For that we will use Matplotlib.
In this section well go over some common plots, namely the line chart, scatter plot, and histogram.
Well also look at how to show images using Matplotlib.
99% of the time, youll be using some form of the above plots.
Scipy.
I like to think of Scipy as an addon library to Numpy.
Whereas Numpy provides basic building blocks, like vectors, matrices, and operations on them, Scipy uses those general building blocks to do specific things.
For example, Scipy can do many common statistics calculations, including getting the PDF value, the CDF value, sampling from a distribution, and statistical testing.
It has signal processing tools so it can do things like convolution and the Fourier transform.
In sum:
If youve taken a deep learning or machine learning course, and you understand the theory, and you can see the code, but you cant make the connection between how to turn those algorithms into actual running code, this course is for you."If you can't implement it, you don't understand it"Or as the great physicist Richard Feynman said: "What I cannot create, I do not understand".
My courses are the ONLY courses where you will learn how to implement machine learning algorithms from scratchOther courses will teach you how to plug in your data into a library, but do you really need help with 3 lines of code?
After doing the same thing with 10 datasets, you realize you didn't learn 10 things. You learned 1 thing, and just repeated the same 3 lines of code 10 times...
Suggested Prerequisites:
matrix arithmeticprobabilityPython coding: if/else, loops, lists, dicts, setsyou should already know "why" things like a dot product, matrix inversion, and Gaussian probability distributions are useful and what they can be used forWHATORDERSHOULDITAKEYOURCOURSESIN?:
Check out the lecture "Machine Learning and AIPrerequisite Roadmap" (available in the FAQ of any of my courses)Who this course is for:
Students and professionals with little Numpy experience who plan to learn deep learning and machine learning laterStudents and professionals who have tried machine learning and data science but are having trouble putting the ideas down in code

icon
Instructor Details

Lazy Programmer Inc.

Today, I spend most of my time as an artificial intelligence and machine learning engineer with a focus on deep learning, although I have also been known as a data scientist, big data engineer, and full stack software engineer.
I received my masters degree in computer engineering with a specialization in machine learning and pattern recognition.
Experience includesonline advertising and digital media as both a data scientist (optimizing click and conversion rates)and big data engineer (building data processing pipelines). Some big data technologies I frequently use are Hadoop,Pig, Hive,MapReduce, and Spark.
I've created deeplearning models to predict click-through rate and user behavior, as well as for image and signal processing and modeling text.
My work in recommendation systems has applied Reinforcement Learning and Collaborative Filtering, and wevalidated the results using A/B testing.
I have taught undergraduate and graduate students in data science, statistics, machine learning, algorithms, calculus, computer graphics, and physics for students attending universities such as Columbia University, NYU, Hunter College, and The New School.
Multiple businesses have benefitted from my web programming expertise. I do all the backend (server), frontend (HTML/JS/CSS), and operations/deployment work. Some of the technologies I've used are: Python, Ruby/Rails, PHP, Bootstrap, jQuery (Javascript), Backbone, and Angular. For storage/databases I've used MySQL, Postg

icon
More courses by Lazy Programmer Inc.

Deep Learning: Convolutional Neural Networks in Python

$11.99

Data Science: Natural Language Processing (NLP) in Python

$11.99

Deep Learning Prerequisites: Linear Regression in Python

$11.99

Bayesian Machine Learning in Python: A/B Testing

$11.99

Unsupervised Machine Learning Hidden Markov Models in Python

$11.99

Advanced AI: Deep Reinforcement Learning in Python

$11.99

icon
More deep learning courses

Learn Data Science Deep Learning, Machine Learning NLP & R

$11.99

Complete Tensorflow 2 and Keras Deep Learning Bootcamp

$11.99

PyTorch for Deep Learning and Computer Vision

$11.99

PyTorch: Deep Learning and Artificial Intelligence

$11.99

Deep Learning with TensorFlow 2.0 [2021]

$11.99

The Complete Self-Driving Car Course - Applied Deep Learning

$11.99

icon
Reviews

4.5

280 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

By YASH THAKUR on 11/7/2020

bakchodi hai per free hai to sunlete bc

By Akarshit Rana on 11/7/2020

good course worth taking

By George Chalkiopoulos on 11/7/2020

Great course to get the fundamentals of ML's most common libraries without wasting too much time on really long courses. This one is spot on, well structured and coding along really helps (as recommended).
Even if you have some experience with ML, it's always good to return to the basics from time to time.

By Kausik Dutta on 11/1/2020

This good to start as pre-requisites, however I would love to see more use of numpy, pandas and all other relevant basic libraries. Thank You.

By Lucian Tanase on 10/19/2020

Good intro course but expected more explanation on how to use numpy and pandas frameworks.

By Isaac Afedzi on 9/24/2020

straight forward and precise for beginners indeed. I really like it

By Anang Raj on 9/24/2020

The course works descent for the overview... but for that also you have to have some prior knowledge (in case of machine learning).

By Amjad Amireh on 9/23/2020

great Course

By Andres Lopez Candanedo on 9/23/2020

I can really appreciate the time and effort the instructor have taken to explain the material, and prepare exercises for the students. If you are willing to take the time to study, and practice the content, this course will be really educational.
This is the second course I take on Machine Learning (first one with Lazy Programmer), but there is a huge difference between what I am learning here, and in the other course I took. Mainly because the first course was focus on Scikit learn, and didn't explain the foundation behind it.
So I will definitely keep taking courses with the Lazy Programmer.

By Rodolfo Fernando Juarez on 9/19/2020

Para un nivel inicial, se realiza un vista rpida de diferentes herramientas para manejar de manera bsica datos dimensionales, matrices y vectores.

By Zirui Wang on 9/19/2020

Too easy ... and lack of personal insights. One would learn the same or even more by just looking at the documentation without paying the money for it. But guess what - I'm lazy, people are lazy, so we watch from lazy programmers (though from my personal experience I already knew all of these - I was expecting way more when I bought this course).

By Jakob Lange on 9/12/2020

Very good! Have already been using numpy for a while but this helped me clean up my code a lot :)