Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 561 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 561 Bytes

eigenbike

This repository serves for FMFI UK machine learning course project.

Installation

To install project dependencies, simply run

Execution

To run the project after installing all the necessary dependencies, simply execute either cnn.py or svm.py. As tensorflow is still unavailable on python 3.7 as of submission, please use theano: KERAS_BACKEND=theano.

On first run, please uncomment data scraping from either file (function scrape). It is currently commented to prevent unneccessary download of the dataset.