Giter Site home page Giter Site logo

youngju-na / dating-recommendation-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from asinghvi92/dating-recommendation-system

0.0 0.0 0.0 49.19 MB

A typical dating system using reciprocal recommendation

Jupyter Notebook 65.71% Python 27.45% HTML 6.84%

dating-recommendation-system's Introduction

PROJECT: Dating/Friendship Recommender

CS670: Information Storage and Retrieval
Spring 2017
Texas A&M University

Name of all Team Members:

Richa Surbhi
Saket Ati
Kelly Luk Bounsawat
Akshit Singhvi

Special Directions

Jupyter Notebook is located in code/report.ipynb Within the notebook, we call our code from our report which allows a cleaner and faster run time. There are three seperate modules that can be run:

  • run_training(num_samples): Training on our model takes a long time for sample sizes above 100. For this reason we have a precomputed training output located in code/myClassifier.log. So you can skip the training part. However, git is known to cause issue in reading files using cPickle.load() module in python. If this occurs, be sure to run the training in the report before running calculate_compatibility().

  • calculate_compatibility(num_samples): Run the compatibility algorithm and writes the outputs to compatibility.json and compatibility_ml.json.

  • verify_compatibility(): Uses the above two files to calculate the precision. Also outputs compatibility_with_proxyLabel.txt and compatibility_with_proxyLabel_ML.txt. Refer to the report for more info.

Our parsed and cleaned dataset is located in dataset/users.csv. Our training dataset is dataset/users_training.json. Our evaluation dataset is dataset/users_evaluation.json.

Reference:

Link to paper ‘RECON: a reciprocal recommender for online dating’: http://www.cs.usyd.edu.au/~judy/Homec/Pubs/2010_RecSysUSYD.pdf

Link to dataset OKCupid: https://github.com/rudeboybert/JSE_OkCupid

Link to our repository: https://github.tamu.edu/kelly-12azn/datingRecommender

Link to our youtube video: https://www.youtube.com/watch?v=byOjiZ26LZQ&feature=youtu.be

dating-recommendation-system's People

Contributors

asinghvi92 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.