MY YOUTUBE TUTORIALS
- Regression model with Python: https://youtu.be/e0eyE4m238o
- Train/test split for regression and Cross-validation: https://youtu.be/Hpjgr3oholE
- Regularized regression and overfitting: https://youtu.be/VmxP7QTVh00
- Classification and K-Nearest Neighbours: https://youtu.be/ZbVPmjDaCFg
- Unsupervised Learning - Clustering: https://youtu.be/fqssd7g-mtY
- Principal component analysis(PCA): https://youtu.be/yFtpz54RGuA
🔺 Make sure to subscribe to my YouTube channel and enable notifications so you will get notified next time I upload a video!🔺
First you need to install Jupyter Notebook
Installing Jupyter via Anaconda
31 July 2020
- Introduction to machine learning
- How to build a regression model with Python?
Code availabe at this link
Slides availabe at this link
Video available at this link
7 August 2020
- Train/test split for regression
- Cross-validation
Code availabe at this link
Slides availabe at this link
Video available at this link
7 August 2020
- Regularized regression
- Overfitting
- Ridge regression
- Lasso regression
Code availabe at this link
Slides availabe at this link
Video available at this link
14 August 2020
- Classification
- Feature scaling
- Confusion matrix
- K-Nearest Neighbours
- KNN classifier in Pyhton
Code availabe at this link
Slides availabe at this link
Video available at this link
21 August 2020
- Unsupervised Learning-1 - Clustering
- K-Means Clustering
- Elbow Method
- SpectralClustering estimator
- MiniBatchKMeans
- K-means for color compression¶
Code availabe at this link
Slides availabe at this link
Video available at this link
28 August 2020
- Principal component analysis (PCA)
- Dimensionality reduction
- COVARIANCE MATRIX
- Singular Value Decomposition (SVD)
- PCA in Python
Slides availabe at this link
Video available at this link