Git Product home page Git Product logo

yelp_challenge's Introduction

Yelp Challenge

This repo contains the code for HKUST COMP4332 projects, which is using the data from the Yelp Challenge. The model for each project is provided under model.py or model.ipynb on each folder, as well as the training and validation data used.

report.pdf on each project will further discuss the model and features of the data used, as well as further explain the implementation and the final hyperparameters.

Projects

Project 1: Sentiment Analysis, predicting the rating based on the review provided by the user, mainly the text review is used. The final model uses Bidirectional-GRU with Time-Distributed layers, which able to achieve 70.25% validation accuracy

Project 2: Link Prediction using Deep Walk, predicting the presence of relationship between vertices using DFS-like approach. The final model uses AUC score metrics, and able to achieve 95.87%

Project 3: Recommendation Prediction based on Wide and Deep Learning implementation with some feature engineering. RMSE metrics is used, and the final model is able to achieve the value of 1.0293

Training Environment

Most of the training of the model is done on either Google Colab because of their TPU support. However, as running grid search requires significantly longer time to train the model, and Google Colab has its limit on the runtime, Intel AI Cluster is used instead.

Setup

The easiest way to run locally is to make a Conda environment for Python3.6 and install the required library in that environment:

  • keras
  • nltk
  • tensorflow
  • sklearn
  • numpy
  • pandas
  • tqdm
  • node2vec
  • networkx
  • gensim
  • and other basic libraries

Contributor

yelp_challenge's People

Contributors

ang421 avatar hskrishandi avatar mcsuy avatar nwihardjo avatar pgabriela avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ang421

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.