Users Online
· Guests Online: 150
· Members Online: 0
· Total Members: 188
· Newest Member: meenachowdary055
· Members Online: 0
· Total Members: 188
· Newest Member: meenachowdary055
Forum Threads
Newest Threads
No Threads created
Hottest Threads
No Threads created
Latest Articles
Articles Hierarchy
Become an AI and Machine Learning Specialist, Part I
Machine Learning and AI Foundations: Recommendations with Adam Geitgey
This project-based course shows programmers of all skill levels how to use machine learning to build programs that can make recommendations—like recommending new products to customers based on how they reviewed other products.
0. INTRODUCTION
|
|
|
|
001 Welcome
|
002 What you should know
|
003 Using the exercise files
|
004 Set up environment
|
1. The Basics of Making Recommendations
|
|
|
|
005 What is a recommendation system_
|
006 What can you do with recommendation systems_
|
007 Cool uses of recommendation systems
|
2. Ways of Making Recommendations
|
|
||
008 Content-based recommendations - Recommending based on product attributes
|
009 Collaborative filtering - Recommending based on similar users
|
3. Getting to Know Our Tools
|
|
||
010 Introduction to NumPy, SciPy, and pandas
|
011 Think in vectors - How to work with large data sets efficiently
|
4. Building the Framework for Our Recommendation System
|
|
|
|
012 Explore our product recommendation data set
|
013 Represent product reviews as a matrix
|
014 Recommend by predicting missing user ratings
|
015 A simple way to predict missing user ratings
|
5. Collaborative Filtering with Matrix Factorization
|
|
|
|
016 Latent representations of users and products
|
017 Code the recommendation system
|
018 How matrix factorization works
|
019 Use latent representations to find similar products
|
6. Testing Our System
|
|
|
|
020 Explore our system's recommendations
|
021 Use regularization
|
022 Measure recommendation accuracy
|
7. Using the Recommendation System in a Real World Program
|
|
|
|
023 Make recommendations for existing users
|
024 How to handle first-time users
|
025 Find similar products
|
CONCLUSION
|
|||
026 Wrap up
|
Comments
No Comments have been Posted.
Post Comment
Please Login to Post a Comment.