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
Part 1: Applied Machine Learning algorithms using the Python language to predict whether adult Pima Indian females are diagnosed with diabetes. Feature engineering was conducted using Pearson correlations. Logistic regression, KNN and Decision Tree classification models were used. Part 2: My team and I trained a Convolutional Neural Network mode…