ML Basics with PyTorch Here you may find implementations of ML models using basic PyTorch functionalities. I won't use any predefined loss functions or optimizers. Models Basic Linear Regression Code Notebook (with math) Logistic Regression Code Notebook (with math) Support Vector Machine Code Notebook (with math) K-Nearest Neighbors Classifier Code Notebook (with math)