/ud741-proj

Project for Udacity ud741 course

Primary LanguagePython

ud741-proj

Coding Resources for Udacity ud741 final project. In this project you will be designing a recommendation system using Collaborative Filtering.

Getting Started

  • You will need Python version 2.7.5 or up to get started.
  • Install scikit-learn. Use scikit-learn Installation Docs.
  • Download project files directly using the .tar.gz or .zip links above.
  • Hack!

Files

  • part1.py - Start here. This is the template for the first part of your project.
  • part2.py - This is the template for the second part of your project. The movielens.py script provides helper functions to load the movielens dataset.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_branch)
  3. Commit your changes (git commit -am "Awesome feature")
  4. Push to the branch (git push origin my_branch)
  5. Open a Pull Request
  6. Enjoy a refreshing Diet Coke and wait

Getting Started