Skip to content

A neural network designed to help in diagnosis of diabetes based on patient data.

Notifications You must be signed in to change notification settings

sklimasz/Diabetes-diagnosis-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diagnosis of diabetes - neural network

Neural network made without dedicated libraries such as TensorFlow,
designed to help diagnose diabetes based on patient data.
Learning by backpropagation algorithm, explained eg. here https://towardsdatascience.com/understanding-backpropagation-abcc509ca9d0.

Visualizing data

Seaborn plot displayed at the end of the training.
We can see that the network lowers the error rate and finds the solution on its own.

Image

Another sample plot

Here we see a different learning process
Because starting weights are random
But outcome is similiar

Image

Console

Application also displays progress, parameters onto the console

Image

Requirements

Pandas
Numpy
Seaborn/matplotlib

About

A neural network designed to help in diagnosis of diabetes based on patient data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages