Skip to content

Code to create an MLP in keras using the sequential model. Only the parameters of the neural net are required, and the keras neural net is generated based on these entries.

Notifications You must be signed in to change notification settings

abhi060698/Neural-Network-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Neural-Network-Generator

Code to create an MLP in keras using the sequential model. Only the parameters of the neural net are required, and the keras neural net is generated based on these entries. ANN.py contains two classes, ANN and Retrain. ANN is used to create neural networks from scratch, whereas Retrain is used to fine tune pre-trained neural networks.

About

Code to create an MLP in keras using the sequential model. Only the parameters of the neural net are required, and the keras neural net is generated based on these entries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages