Coder Social home page Coder Social logo

amazon_beauty_products's Introduction

Amazon Beauty Products

Key Problems / Issues:

As a beauty retailer on Amazon, you want to determine if there is an optimal way you can recommend products to customers

Neural Network:

  • The purpose of this neural network is to make predictions to see if customers would like a product
  • The three variables I am looking at are (User ID, Product ID, and Rating)
  • By creating a neural network on users’ history of the products and how they rated it the model would recommend products
    • Inputs:
      • User ID (reviewerID)
      • Product ID (asin = amazon standard identification number)
    • Output: Rating (overall)

How It Works:

For Example: We want to predict products Customer-B would likely want to purchase

  • Customer-A purchases Product 1 and rates it 5/5 stars with 5 being the highest value
  • Customer-A then purchases Product 2 and rates it 5/5 stars
  • Customer-B purchases Product 1 and rates it 5/5 stars Therefore the model would recommend that Customer-B would like Product 2

Analyses:

Option 1: Fully Connected Neural Network
Option 2: Gradient Boosted Decision Trees-XGBoost

Summary:

The results from Option1 had an RMSE of 1.32, and the Option2 has an RMSE of 0.33. The XGBoost model can more accurately predict the rating of a product than the neural network.

amazon_beauty_products's People

Contributors

kawong14 avatar kevinalexanderwong 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.