GithubHelp home page GithubHelp logo

xon235 / bigdata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ddamddi/bigdata

0.0 0.0 0.0 22.48 MB

Game Recommendation using Collaborative filtering with K-Nearest Neighbor

Python 0.71% Jupyter Notebook 99.11% HTML 0.17%

bigdata's Introduction

Game Recommendation System using Collaborative Filtering with KNN

2020-2 CAU BigData(#50648) Team Project

팀명 : Big Cram
팀원 : 민준홍(팀장) 김경현 이수호 정영진 이혜성

Dataset - Steam Review

  • Steam game review 데이터를 직접 크롤링하여 사용
  • Google Drive

Environment

  • nltk
  • scikit-learn
  • pandas
  • http-server

Resources

  • Crawler
    • steam-review-crawler.py - Code to fetch reviews as html format from Steam
    • steam-review-extractor.py - Parse the Steam review files in html format and save them in csv format
    • sentiments.ipynb - Get comment sentiments using nltk library
  • Recommender
    • attempt_1_KNN_all_reviews.ipynb - 1st attempt at Item-based CF with KNN using all reviews and binary rating
    • attempt_2_KNN_with_sentiment_all_reviews.ipynb - 2nd attempt at Item-based CF with KNN using all reviews and comment sentiment
    • attempt_3_KNN_with_sentiment_reviews_gt_1.ipynb - 3rd attempt at Item-based CF with KNN using filtered reviews and comment sentiment
    • unused_KNN_reviews_gt_1.ipynb - Item-based CF with KNN using filtered reviews and binary rating, but not mentioned in final report
    • user-based_knn_with_sentiment.ipynb - User-based CF with KNN using comment sentiment
  • Visualization
    • KNN_with_sentiment_add_visul1.ipynb - Bubble chart generation code created by modifying Matplotlib unreleased code
    • KNN_with_sentiment_add_visul2.ipynb - Force-directed Graph Using D3.js to Visualize Recommended Results

References

bigdata's People

Contributors

ddamddi avatar jeongyeongjin avatar sy68kr avatar xon235 avatar ycs1m1yk 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.