fbpx
4.59 de 5
4.59
4332 reseñas sobre Udemy

Recommender Systems and Deep Learning in Python

The most in-depth course on recommendation systems with deep learning, machine learning, data science, and AI techniques
Instructor:
Lazy Programmer Inc.
23.279 estudiantes matriculados
English [Auto] Más
Understand and implement accurate recommendations for your users using simple and state-of-the-art algorithms
Big data matrix factorization on Spark with an AWS EC2 cluster
Matrix factorization / SVD in pure Numpy
Matrix factorization in Keras
Deep neural networks, residual networks, and autoencoder in Keras
Restricted Boltzmann Machine in Tensorflow

Believe it or not, almost all online businesses today make use of recommender systems in some way or another.

What do I mean by “recommender systems”, and why are they useful?

Let’s look at the top 3 websites on the Internet, according to Alexa: Google, YouTube, and Facebook.

Recommender systems form the very foundation of these technologies.

Google: Search results

They are why Google is the most successful technology company today.

YouTube: Video dashboard

I’m sure I’m not the only one who’s accidentally spent hours on YouTube when I had more important things to do! Just how do they convince you to do that?

That’s right. Recommender systems!

Facebook: So powerful that world governments are worried that the newsfeed has too much influence on people! (Or maybe they are worried about losing their own power… hmm…)

Amazing!

This course is a big bag of tricks that make recommender systems work across multiple platforms.

We’ll look at popular news feed algorithms, like Reddit, Hacker News, and Google PageRank.

We’ll look at Bayesian recommendation techniques that are being used by a large number of media companies today.

But this course isn’t just about news feeds.

Companies like Amazon, Netflix, and Spotify have been using recommendations to suggest products, movies, and music to customers for many years now.

These algorithms have led to billions of dollars in added revenue.

So I assure you, what you’re about to learn in this course is very real, very applicable, and will have a huge impact on your business.

For those of you who like to dig deep into the theory to understand how things really work, you know this is my specialty and there will be no shortage of that in this course. We’ll be covering state of the art algorithms like matrix factorization and deep learning (making use of both supervised and unsupervised learning – Autoencoders and Restricted Boltzmann Machines), and you’ll learn a bag full of tricks to improve upon baseline results.

As a bonus, we will also look how to perform matrix factorization using big data in Spark. We will create a cluster using Amazon EC2 instances with Amazon Web Services (AWS). Most other courses and tutorials look at the MovieLens 100k dataset – that is puny! Our examples make use of MovieLens 20 million.

Whether you sell products in your e-commerce store, or you simply write a blog – you can use these techniques to show the right recommendations to your users at the right time.

If you’re an employee at a company, you can use these techniques to impress your manager and get a raise!

I’ll see you in class!

NOTE:

This course is not “officially” part of my deep learning series. It contains a strong deep learning component, but there are many concepts in the course that are totally unrelated to deep learning.

“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 scratch

  • Other 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:

  • For earlier sections, just know some basic arithmetic

  • For advanced sections, know calculus, linear algebra, and probability for a deeper understanding

  • Be proficient in Python and the Numpy stack (see my free course)

  • For the deep learning section, know the basics of using Keras

  • For the RBM section, know Tensorflow

WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:

  • Check out the lecture “Machine Learning and AI Prerequisite Roadmap” (available in the FAQ of any of my courses, including the free Numpy course)

UNIQUE FEATURES

  • Every line of code explained in detail – email me any time if you disagree

  • No wasted time “typing” on the keyboard like other courses – let’s be honest, nobody can really write code worth learning about in just 20 minutes from scratch

  • Not afraid of university-level math – get important details about algorithms that other courses leave out

Welcome

1
Introduction
2
Outline of the course
3
Where to get the code
4
How to Succeed in this Course

Simple Recommendation Systems

1
Section Introduction and Outline
2
Perspective for this Section
3
Basic Intuitions
4
Associations
5
Hacker News - Will you be penalized for talking about the NSA?
6
Reddit - Should censorship based on politics be allowed?
7
Problems with Average Rating & Explore vs. Exploit (part 1)
8
Problems with Average Rating & Explore vs. Exploit (part 2)
9
Bayesian Ranking (Beginner Version)
10
Demographics and Supervised Learning
11
PageRank (part 1)
12
PageRank (part 2)
13
Evaluating a Ranking
14
Section Conclusion
15
Suggestion Box

Collaborative Filtering

1
Collaborative Filtering Section Introduction
2
User-User Collaborative Filtering
3
Collaborative Filtering Exercise Prep
4
Data Preprocessing
5
User-User Collaborative Filtering in Code
6
Item-Item Collaborative Filtering
7
Item-Item Collaborative Filtering in Code
8
Collaborative Filtering Section Conclusion

Beginner Q&A

1
How do I Choose Which Model to Use?
2
How do I Solve the Cold-Start Problem?
3
What if I Don't Like Math or Programming?

Matrix Factorization and Deep Learning

1
Matrix Factorization Section Introduction
2
Matrix Factorization - First Steps
3
Matrix Factorization - Training
4
Matrix Factorization - Expanding Our Model
5
Matrix Factorization - Regularization
6
Matrix Factorization - Exercise Prompt
7
Matrix Factorization in Code
8
Matrix Factorization in Code - Vectorized
9
SVD (Singular Value Decomposition)
10
Probabilistic Matrix Factorization
11
Bayesian Matrix Factorization
12
Matrix Factorization in Keras (Discussion)
13
Matrix Factorization in Keras (Code)
14
Deep Neural Network (Discussion)
15
Deep Neural Network (Code)
16
Residual Learning (Discussion)
17
Residual Learning (Code)
18
Autoencoders (AutoRec) Discussion
19
Autoencoders (AutoRec) Code

Restricted Boltzmann Machines (RBMs) for Collaborative Filtering

1
RBMs for Collaborative Filtering Section Introduction
2
Intro to RBMs
3
Motivation Behind RBMs
4
Intractability
5
Neural Network Equations
6
Training an RBM (part 1)
7
Training an RBM (part 2)
8
Training an RBM (part 3) - Free Energy
9
Categorical RBM for Recommender System Ratings
10
RBM Code pt 1
11
RBM Code pt 2
12
RBM Code pt 3
13
Speeding up the RBM Code

Big Data Matrix Factorization with Spark Cluster on AWS / EC2

1
Big Data and Spark Section Introduction
2
Setting up Spark in your Local Environment
3
Matrix Factorization in Spark
4
Spark Submit
5
Setting up a Spark Cluster on AWS / EC2
6
Making Predictions in the Real World

Basics Review

1
(Review) Keras Discussion
2
(Review) Keras Neural Network in Code
3
(Review) Keras Functional API
4
(Review) How to easily convert Keras into Tensorflow 2.0 code
5
(Review) Confidence Intervals
6
(Review) Gaussian Conjugate Prior

Bayesian Ranking (Scary Version)

1
Bayesian Approach part 0 (Preparation)
2
Bayesian Approach part 1 (Optional)
3
Optional: Bayesian Approach part 2 (Sampling and Ranking)
4
Optional: Bayesian Approach part 3 (Gaussian)
5
Optional: Bayesian Approach part 4 (Code)
6
Why don't we just use a library?

Setting Up Your Environment (FAQ by Student Request)

1
Anaconda Environment Setup
2
How to How to install Numpy, Theano, Tensorflow, etc...

Extra Help With Python Coding for Beginners (FAQ by Student Request)

1
How to Code by Yourself (part 1)
2
How to Code by Yourself (part 2)
3
Proof that using Jupyter Notebook is the same as not using it
4
Python 2 vs Python 3

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

1
How to Succeed in this Course (Long Version)
2
Is this for Beginners or Experts? Academic or Practical? Fast or slow-paced?
4.6
4.6 de 5
Calificaciones 4332

Calificación Detallada

5 estrellas
2727
4 estrellas
1323
3 estrellas
196
2 estrellas
41
1 estrellas
45
e65968740514d8d21691ca57616eaaa8
Garantía de devolución de dinero de 30 días

Incluye

13 horas de video a pedido
Acceso completo de por vida
Acceso en el móvil y en la televisión
Certificado de finalización
Recommender Systems and Deep Learning in Python
Precio:
$109.99 $20
bubble_bg_popup.png

Descarga las Herramientas Gratis