Code Monkey home page Code Monkey logo

csc180-project1's Introduction

CSC180-Project1

In this project, we aim to predict a business's stars rating based on all the review text for that business using neural network implementations in TensorFlow. Consider this problem as a regression problem.

(1) Report the RMSE and plot the lift chart of the BEST neural network model you have obtained. (2) Choose 3-5 arbitrary businesses from your test data (preferably from different categories).
Show the names, the true star ratings, and the predicted ratings (from your best model) of those businesses.

Dataset

https://www.yelp.com/dataset

The dataset contains several JSON files. You can find the format of the data here:
https://www.yelp.com/dataset/documentation/main

Requirements

• You are required to split data to training and test. Use training data to train your models and evaluate the model quality using test data.
• Use TF-IDF to extract features from reviews. If you experience low memory issue when using tfidfVectorzier, set parameters max_df, min_df, and max_features appropriately. • You must use EarlyStopping when training neural networks using Tensorflow.
• Tuning the following hyperparameters when training neural networks using Tensorflow and record how they affect performance in your report. Save all the models you have tried as a proof in your notebook and tabulate your findings in your report.
• Activation: relu, sigmoid, tanh • Number of layers and neuron count for each layer • Optimizer: adam and sgd.

csc180-project1's People

Contributors

jacohallum avatar

Watchers

 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.