Skip to content

Artificial Neural Network (ANN) with backpropagation for prediction

License

Notifications You must be signed in to change notification settings

sindhupr11/ANN-backpropagation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ANN-backpropagation

Description:

This repository implements an Artificial Neural Network (ANN) with backpropagation for predicting diabetes from the data. The code is divided into two Jupyter Notebooks:

preprocessing.ipynb: This notebook handles data preprocessing steps.

network.ipynb: This notebook defines the neural network architecture, including layers, activation functions, loss function, and optimizer. It also implements the backpropagation algorithm for training the network.

About

Artificial Neural Network (ANN) with backpropagation for prediction

Topics

Resources

License

Stars

Watchers

Forks