You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To classify whether a person has diabetes, we have used Gradient Descent with Logistic Regression for part 1 of this project. The dataset was split into train(60%), test(20%) and validation(20%) sets. We have performed normalization on the dataset. In part 2, we have used a Neural Network with several layers to perform classification. We have us…