Lesson 6 - Unsupervised Learning and Recommendations
Machine Learning with Python: Zero to GBMs
Course HomeLesson 1 - Linear Regression with Scikit LearnLesson 2 - Logistic Regression for ClassificationAssignment 1 - Train Your First ML ModelLesson 3 - Decision Trees and HyperparametersLesson 4 - Random Forests and RegularizationAssignment 2 - Decision Trees and Random ForestsLesson 5 - Gradient Boosting with XGBoostCourse Project - Real-World Machine Learning Model
This lesson covers the following topics:
- Overview of unsupervised learning algorithms in Scikit-learn
- Clustering algorithms: K Means, DBScan, Hierarchical clustering, etc.
- Dimensionality reduction (PCA) and manifold learning (t-SNE)
- Creating a recommender system using collaborative filtering
Please provide your valuable feedback on this link to help us improve the course experience.
Ask questions and get help on the discussion forum.
Attend weekly study hours on the Jovian Discord Server
aakashns/sklearn-unsupervised-learning
aakashns/movielens-fastai
Loading...