Code Monkey home page Code Monkey logo

fpetrini15 / web_info_management Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 121 KB

This repository contains my COEN 169 Web Information Management Project. Essentially, this project mimicked the Netflix Prize competition in which Netflix challenged teams to beat their recommendation algorithm. My project utilizes several methods to calculate vector similarity including cosine similarity, Pearson correlation, and item-based cosine similarity. Additionally it has the functionality to incorporate Inverse User Frequency and Case modification for improved results. The source code is still a little messy and work is still ongoing!

Python 100.00%

web_info_management's Introduction

Web_Info_Management

This repository contains my COEN 169 Web Information Management Project. Essentially, this project mimicked the Netflix Prize competition in which Netflix challenged teams to beat their recommendation algorithm. My project utilizes several methods to calculate vector similarity including cosine similarity, Pearson correlation, and item-based cosine similarity. Additionally it has the functionality to incorporate Inverse User Frequency and Case modification for improved results. The source code is still a little messy and work is still ongoing!

File Descriptions:

train.txt - training data that we were given in order to construct our prediction schemes. The file is organized into a 200x1000 matrix (200 users & 1000 movies).

train5.txt - A list of 100 new test users. Each new user in this file provides 5 movie ratings to help match similar users from the training data.

train10.txt - A list of 100 new test users. Each new user in this file provides 10 movie ratings to help match similar users from the training data.

train20.txt - A list of 100 new test users. Each new user in this file provides 20 movie ratings to help match similar users from the training data.

project2.py - Source code that attempts to synthesize the train data a testing file in order to predict what rating each new user will assign a corresponding movie.

web_info_management's People

Contributors

fpetrini15 avatar

Stargazers

Pengfei Xing avatar

Watchers

James Cloos avatar

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.