Skip to content

Keras 2.0 is here! Find updated example CNN implementation here.

Notifications You must be signed in to change notification settings

ashirgao/Keras-2.0-CNN-and-CAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras-2.0-CNN-and-CAE

Instructions:

On Python terminal do the following

from CAE import trainCAE

from CNN import runCNN

Use funtions:

1> trainCAE() ''' Parameters: epochs - number of epochs for CAE input_dim - number of samples to train CAE show_encoded - show encoded representation or not '''

2> runCNN() ''' Parameters: epochs - enter number of epochs input_dim - number of samples you want to train the CNN on initialized - if you want to initialize weights from a CAE model_cae - file name from which you want to initialize CNN '''

About

Keras 2.0 is here! Find updated example CNN implementation here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages