Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.21 KB

File metadata and controls

16 lines (10 loc) · 1.21 KB

Machine Learning (cse517a) Example Application Project

This repository serves as an example for your application project. Feel free to fork this repository if you would like a starting point.

Folder Setup

Each milestone should have an accompanying folder in which all of the code and resources for that milestone should be contained. Each folder should have a README file which describes what you are doing and the the approach taken, the README file should also contain instructions on how to run the code including outside packages/resources needed to run the code.

There should also be a folder containing the dataset. If your dataset is large (or just in general it is good practice even if it is not large) you should add a .gitignore so that your dataset does not appear in the repository. But please describe where to put the files in this folder so that the TAs can run the code is necessary.

Notes

We obviously won't be grading you on the cleanliness of your repository but please keep it as clean and usable as possible. Try to keep it relatively small and leave large datasets/packages out of your repository. Make sure to keep a well updated README.