Skip to content
/ Rho Public

A MLP in Keras that try to fit some functions.

Notifications You must be signed in to change notification settings

yiming989/Rho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rho

The generate_data.py generates the X and Y's training, testing data which obey a function. Those data are stored in directory "data" in numpy array.

The mlp.py builds the MLP model in Keras and trains it. The trained model stored in directory "model".

The test.py just inferences a random selection from testing dataset.

About

A MLP in Keras that try to fit some functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages