Skip to content

Multi Layer Implementation of Artificial Neural Network

License

Notifications You must be signed in to change notification settings

midofemi/ANN_DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial neural networks (ANNs) are computer systems that are modelled after the biological neural networks that make up animal brains. It processes data and creates patterns for use in decision-making in the same way that the human brain does

ANN_DL

Multi Layer Implementation of Artificial Neural Network

Requirement to execute this project

tensorflow matplotlib seaborn numpy pandas

TO execute this code

  • python src/training.py

To Run TensorBoard

tensorboard -- logdir logs_dir/tensorboard_logs/

About

Multi Layer Implementation of Artificial Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages