Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 5.26 KB

File metadata and controls

77 lines (51 loc) · 5.26 KB

Machine Learning Spring 2021 GIT Repository

Launch kNN regression Jupyter notebook: Binder

Launch kNN classification Jupyter notebook: Binder

Launch linear regression (in 1D) Jupyter notebook: Binder

Launch linear regression (in 2D) Jupyter notebook: Binder

Launch molecular data set treatment Jupyter notebook: Binder

Launch (stochastic) gradient descent for linear regression Jupyter notebook: Binder

Launch training error evaluation on 1D data Jupyter notebook: Binder

Launch training error evaluation on energy efficiency data Jupyter notebook: Binder

Launch comparison between linear and non-linear classifier Jupyter notebook: Binder

Launch class likelihood visualization Jupyter notebook: Binder

Launch confusion matrix Jupyter notebook: Binder

Launch logistic regression to linear discriminant analysis comparison Jupyter notebook: Binder

Launch demonstration of masking in linear regression for the indicator matrix Jupyter notebook: Binder

Launch K-means clustering Jupyter notebook: Binder

Launch simple 2D principle components visualization Jupyter notebook: Binder

Launch hand written digit synthesis by PCA Jupyter notebook: Binder

Launch quadratic polynomial model Jupyer notebook: Binder

Launch higher degree polynomial model Jupyer notebook: Binder

Launch Gaussian kernel visualization Jupyer notebook: Binder

Launch kernel-based model Jupyer notebook: Binder

Launch kernel ridge regression model Jupyer notebook: Binder

Launch MLP regression model Jupyer notebook: Binder

Launch MLP regression model with special weight initialization Jupyer notebook: Binder

Launch MLP regression model withy batch normalization Jupyer notebook: Binder

Launch image classification with MLP and CNN models Jupyer notebook: Binder