Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1006 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1006 Bytes

Fashion Mnist Classification (Linear,SVM,CNN)

AICoursework

Introduction to Artificial Intelligence (IN3062)

#Authors: Adewunmi Oluwatobi & Muhammad Masum Miah

#Required packages: Use pip3 > freeze requirements.txt to add packages that have been installed in current environment to a file called requirements.txt (some are redundant, so probably best to use install in an environment... to not install on your actual machine) use pip install -r requirements.txt to install all packages in requirements.txt

#Set up virtualenv:

  • pip3 install virtualenv
  • virtualenv env
  • source env/bin/activate
  • pip3 install -r requirements.txt

#How to run: python3 run.py in parent directory (coursework)

This will run what ever files in imported in the run.py file which as of now are:

from app.main.svm.run import *

from app.main.cnn.run import *

#Tips: When a chart opens close it to continue running the code.

SVM wait time (c value default)- 8 mins

SVM wait time (c value 6)- 8mins

CNN wait time -