GithubHelp home page GithubHelp logo

eddieir / recommendation_systems Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 32.79 MB

Movie and Book recommendation systems

Python 100.00%
recommendation-system sklearn tensorflow movie-recommendation book-recomendation

recommendation_systems's Introduction

Recommendation_systems

This repository contains of three methodology for implementing the recommendation system

At the BOOK folder you could find the Recommendation system which implemented for recommending the books based on the ratings done by users

At Movie_Recommendation_al folder you could find the A recommendation algorithm implemented with Biased Matrix Factorization method using tensorflow and tested over 1 million Movielens dataset with state-of-the-art validation RMSE around ~ 0.83

At the body of the repo you could find the simple movie recommendation that works based on the user ratings for each movie

recommendation_systems's People

Contributors

eddieir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

recommendation_systems's Issues

not find file : data/training.csv

Getting the following errors:

Traceback (most recent call last):
File "captrain.py", line 139, in
df = pd.read_csv('data/training.csv')
File "/Users/gimhyeonjong/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 702, in parser_f
return _read(filepath_or_buffer, kwds)
File "/Users/gimhyeonjong/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 429, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/Users/gimhyeonjong/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 895, in init
self._make_engine(self.engine)
File "/Users/gimhyeonjong/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 1122, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/Users/gimhyeonjong/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 1853, in init
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 387, in pandas._libs.parsers.TextReader.cinit
File "pandas/_libs/parsers.pyx", line 705, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: [Errno 2] File b'data/training.csv' does not exist: b'data/training.csv'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.