Predicting best quality of wine using Linear Regression and PyTorch
In this notebook we will predict the best quality of the wine using PyTorch and linear regression. If you haven't checked out my previous blog on Linear Regression check this out . First of all lets import required libraries.. Now lets analyse our dataset.. its important to analyse to see what we are dealing with.. Training Dataset: The sample of data used to fit the model. The actual dataset that we use to train the model (weights and biases in the case of a Neural Network). The model sees and learns from this data.
Nov-29-2020, 08:50:34 GMT
- Technology: