Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 #8

Open
herrkun opened this issue Jul 13, 2020 · 1 comment
Open

Difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 #8

herrkun opened this issue Jul 13, 2020 · 1 comment

Comments

@herrkun
Copy link

herrkun commented Jul 13, 2020

What's the mainly difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 ? just finally activation layer using tanh or others ? It will be perfect as showing the source code of these two models.

@aadeshnpn
Copy link
Owner

@herrkun . The only difference is the use of ReLU and tanh activation in the final layers. I tried finding the source code for the models I trained. As far as I remember, I was using the basic architecture called LeCun Net (the network from the MNIST paper). I have updated the repo with steps to use the existing code with your own model and data. Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants