News

Implementing binary / multiple logistic regression models, for the well known mnist dataset while also creating the support vector machine(SVM) models ...
Go to the scripts/ folder and run the files in this order : python preprocess.py python train_model.py python train_smote.py python train_smote_threshold.py python f1_comparison.py python ...