Skip to content

Uses a Convolutional Neural Net to determine the origin of wine based on a review.

License

Notifications You must be signed in to change notification settings

darinmoore/grape_expectations

Repository files navigation

Grape Expectations

Introduction

Uses a Convolutional Neural Net to determine the type of wine based on a review. Wine reviews found on kaggle.

Usage

To train the model

./main.py -dataset=X
  • With X=0, the model will train on classifying the wine as red or white.
  • With X=1, the model will train on classifying the wine by type (e.g Pinot Noir, Cabarnet).

To predict

./main.py -predict=Z -snapshot=S
  • Z should be a description of a wine review passed in as a string
  • S should be the location of the model used to predict the classification passed in as a string

Final Report

References

About

Uses a Convolutional Neural Net to determine the origin of wine based on a review.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published