Diabetes dataset from sklearn was used for this project
-
Loaded the raw unscaled dataset (sklearn.datasets).
-
Analysis and Visualization of the features and target variable (matplotlib).
-
Standerdized the features and the target (StandardScaler).
-
Created Custom Dataset and DataLoader (torch).
-
Created my Neural Network Model.
-
Training and simultanous Validation was performed for around 200 epochs.