Help people discover new products and content with deep learning, neural networks, and machine learning recommendations. Includes 10 hours of on-demand video and a certificate of completion.
Also available at Udemy
Buy This Course
Lifetime access to all videos and materials for this course with a one-time payment.
Learn how to build recommender systems from one of Amazon’s pioneers in the field. Frank Kane spent over nine years at Amazon, where he managed and led the development of many of Amazon’s personalized product recommendation technologies.
You’ve seen automated recommendations everywhere – on Netflix’s home page, on YouTube, and on Amazon as these machine learning algorithms learn about your unique interests, and show the best products or content for you as an individual. These technologies have become central to the largest, most prestigious tech employers out there, and by understanding how they work, you’ll become very valuable to them.
We’ll cover tried and true recommendation algorithms based on neighborhood-based collaborative filtering, and work our way up to more modern techniques including matrix factorization and even deep learning with artificial neural networks. Along the way, you’ll learn from Frank’s extensive industry experience to understand the real-world challenges you’ll encounter when applying these algorithms at large scale and with real-world data.
Recommender systems are complex; don’t enroll in this course expecting a learn-to-code type of format. There’s no recipe to follow on how to make a recommender system; you need to understand the different algorithms and how to choose when to apply each one for a given situation. We assume you already know how to code.
However, this course is very hands-on; you’ll develop your own framework for evaluating and combining many different recommendation algorithms together, and you’ll even build your own neural networks using Tensorflow to generate recommendations from real-world movie ratings from real people. We’ll cover:
- Building a recommendation engine
- Evaluating recommender systems
- Content-based filtering using item attributes
- Neighborhood-based collaborative filtering with user-based, item-based, and KNN CF
- Model-based methods including matrix factorization and SVD
- Applying deep learning, AI, and artificial neural networks to recommendations
- Using Neural Collaborative Filtering with libRecommender
- Session-based recommendations with recursive neural networks
- Scaling to massive data sets with Apache Spark machine learning, Amazon DSSTNE deep learning, and AWS SageMaker with factorization machines
- Real-world challenges and solutions with recommender systems
- Case studies from YouTube and Netflix
- Building hybrid, ensemble recommenders
This comprehensive course takes you all the way from the early days of collaborative filtering, to bleeding-edge applications of deep neural networks and modern machine learning techniques for recommending the best items to every individual user.
The coding exercises in this course use the Python programming language. We include an intro to Python if you’re new to it, but you’ll need some prior programming experience in order to use this course successfully. We also include a short introduction to deep learning if you are new to the field of artificial intelligence, but you’ll need to be able to understand new computer algorithms.
High-quality, hand-edited English closed captions are included to help you follow along.
I hope to see you in the course soon!
Course Instructor
Buy This Course
Lifetime access to all videos and materials for this course with a one-time payment.
Hello Frank. To begin with, I would like to thank you for this very interesting course.
I started the course a few weeks ago and as I was going on through it, I realized that there was no documentation: no PDF, no link to an online article, no link to a book, etc. I find this very frustrating as there are quite a lot of theoretical and and mathematical concepts that we need to grasp and fully understand along the course, and for me, just listening to you briefly mentioning those concepts is far from being enough. As a software engineer, I would like to improve my knowledge in AI and Data science, and I truly believe that theory and documentation are as much as important as practice.
I don’t think we made any claims that this was anything other than a video-based training course. However, you will find a link to the course slides in the course materials page that we direct you to in the first lecture. There is also a book version of the course available from https://www.amazon.com/gp/product/1718120125/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1718120125&linkCode=as2&tag=sundog07-20&linkId=0d47c78ea5184442739f851bfe0a126f if you’re so inclined.
Thank you.
Will this course require setting up a Spark cluster in AWS? If so, what should we anticipate as the out-of-pocket cost for running the necessary infrastructure to follow along with this course?
You can run the Spark example locally on your own PC for free.