This is a repository for Allegheny College computer science 250 final project. Group member includs Travis Thomas, Matt Jones, Xingbang Liu.
- Intro and datasets
- Instructions
- Proposal
- Progress Report 1
- Progress Report 2
- Presentation
- Final Report
The topic of our project is about learning the user preference of music, and feed new songs to user. The datasets are from Internet, we have modified it to make it more simple.
Here is the instruction file. Our professor is Dr.Mohan. Also, the PDF file we have here contains clickable URL which cannot be shown in GitHub. Please download each files or go to RMarkdownPackage repository.
To use our code,
- download the whole repository, then use
cd test/
to go to test repository. - use
javac *.java
to compile every java file in this repository, then usejava musicSug
to run main class. - follow the prompt in terminal.
For actual slides, go here. If you want to check the raw code of my presentation, you can check our another repository.