Skip to content

A small web app to visualize the training of different network architectures and optimization methods

Notifications You must be signed in to change notification settings

Flowsen753/Neural-Network-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Network-App

A small web app to visualize the training of different network architectures and optimization methods solving regression tasks. It is mostly meant to serve as a learning tool to complement the theoretical materials.



You can also use your own data to train on. Just put it in a file with the following .json format

+ {'inputs': [0, 1, 2, 3, 4, 5], 'labels': [0, 2, 4, 6, 8, 10]}

and use the file-loader menu in the upper right corner to include it in the app.

About

A small web app to visualize the training of different network architectures and optimization methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published