Skip to content

This project is to predict the quality of wine based on features like alcohol content and density, using a publically available dataset. The target variable of "quality" is a subjective measure of the wine's quality based on expert tasters. I am using pandas, numpy, torch and matplotlib in python.

Notifications You must be signed in to change notification settings

ManinderpreetPuri/Wine_quality_prediction_using_MLP_Regression-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wine_quality_prediction_using_MLP

Using Pytorch basics I build and trained a complete neural network. The type of network I build is called a Multilayer Perceptron (MLP), which is fantastic for tabular data.

The project is to predict the quality of wine based on features like alcohol content and density, using a publically available dataset. The target variable of "quality" is a subjective measure of the wine's quality based on expert tasters. I used regression technqiue in this project.

I performed a number of steps:

Acquiring and exploring the dataset Splitting the dataset into train / validation / test partitions Implementing a neural network and optimiser Writing a training loop Visualising results

About

This project is to predict the quality of wine based on features like alcohol content and density, using a publically available dataset. The target variable of "quality" is a subjective measure of the wine's quality based on expert tasters. I am using pandas, numpy, torch and matplotlib in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published