Skip to content

For simple problem, many deep learning problem share many parts. So, all you need to implement is your own model architecture and data generator to feed your network.

Notifications You must be signed in to change notification settings

clxdsjyx/deeplearning_assistant

Repository files navigation

deeplearning_assistant

For simple problem, many deep learning problem share many parts. Thus, implementing shared part in every time to solve those simple problems is very inefficient. So, this package provides a reusable code for typical parts of deep learning, and all user need is just implement own Neural Network Architecture and Iterator to feed the network.

You can inherit AbstractModelBuilder Class in model_builder.py to implement your own Network architecture, and also inherit Iterator Class of Keras to implement to feed the network.

After doing above tasks, set a hyper parameters like hparams.json. Also, more parameters are available and you can refer it in assistant.py.

Finally, after implement the code like run.py, you will get another version of deep learning training example!!

About

For simple problem, many deep learning problem share many parts. So, all you need to implement is your own model architecture and data generator to feed your network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages