/lab-python-Gby56

lab-python-Gby56 created by GitHub Classroom

Primary LanguageJupyter Notebook

lab-python-Gby56

lab-python-Gby56 created by GitHub Classroom

What do I need ?

  • Datasets

  • Respect this file tree, I've edited the db files in USPS because someone thought it was a great idea to put double slash for paths

├── answers.md
├── classify_images.py
├── feat.pkl
├── MNIST
│   ├── 0
│   ├── 1
│   ├── 2
│   ├── 3
│   ├── 4
│   ├── 5
│   ├── 6
│   ├── 7
│   ├── 8
│   └── 9
├── MNIST_all.csv
├── mnist_svm.py
├── Screenshots
│   ├── knncurve.png
│   ├── logisticcurve.png
│   ├── Plot_best_K_train_test_val.png
│   ├── testcurveknn1.png
│   ├── testcurveknn2.png
│   ├── testcurveknn5.png
│   └── testcurvelog.png
├── USPS
│   ├── Test
│   └── Train
├── USPS_Images.zip
└── usps.pkl

15 directories, 14 files

How do I run this ?

Use Pycharm, you can find the run configs in the folder, place the .xml files in your .idea folder under ...lab-python-Gby56/.idea/runConfigurations

Where are the answers?

They are in each folder for each TP, in answers.md