ICP 8 - saikalyan552/CSEE5590-490-Python-and-Deep-Learning-Programming GitHub Wiki
Predicting the diabetes disease
Name: Vytla Sai Kalyan
Id: 24
Step-1: Here we learnt introduction to Deep Learning programming on Keras and then to existing code we add dence layers and check for the accuracy.
Step-2: First we import from keras Sequential, dense and load the dataset and print the dataset.Later, we import numpy and split the dataset into training and testing.Now, we create model and add hidden layer and output layer and fit and display it.
Step-3: In the secound we use Breast Cancer dataset and predict if the patient has Malignant.First we load the dataset and encode the categorial data and then create model and add hidden layer,output layer and print in the table form and add title labels and tricks.