-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Undefined Function in CNN #170
Comments
Did you add the path to the folders of DeepLearnToolBox? |
Thanks, solved it. |
I am afraid I did not understand the question clearly. You get many kernels because you are using a whole batch of images and push them through the convolution layer. I don;t understand your second question but still may be you did not understand maps correctly in convolution? |
And for a better understanding on CNN filters,maps etc here is a good link |
by the way, your pooling layer uses max pooling or mean pooling? |
Max pooling |
thanks, much obliged. |
One last thing, softmax classifier in the output layer? |
If you are talking about the CNN, its sigm() found here https://github.com/rasmusbergpalm/DeepLearnToolbox/blob/master/util/sigm.m For simple neural network, the tests show softmax output layer. Check the 'tests' folder for a better understanding. |
Undefined sigm in cnnff.m at line 17 and line 37.
Undefined expand function in cnnbp.m at line 26
The text was updated successfully, but these errors were encountered: