Build Your Own Artificial Neural Network Using Python

randerson112358
7 min readAug 10, 2019

In this article I will show you how to create your very own Artificial Neural Network (ANN) using Python ! We will use the Pima-Indian-Diabetes data set to predict if a person has diabetes or not using Neural Networks.

The Pima are a group of Native Americans living in an area consisting of what is now central and southern Arizona. The Pima have the highest reported…

--

--