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

Question on two slices in the shallow net #19

Closed
NUAAXQ opened this issue Mar 8, 2017 · 2 comments
Closed

Question on two slices in the shallow net #19

NUAAXQ opened this issue Mar 8, 2017 · 2 comments

Comments

@NUAAXQ
Copy link

NUAAXQ commented Mar 8, 2017

As I am a freshman on deep learning, I have a stupid question about the structure of your shallow net. There are two slices (slice1 and slice2) between the FC layer and the Maxout layer. I'm not clear about what they are. Are they the neurons in the hidden layer of the Maxout layer?
I will be very appreciate it if you can answer that.
qq 20170308162057

@junting
Copy link
Collaborator

junting commented Mar 9, 2017

Hi @NUAAXQ ,

The Slice means to cut the output feature vector from la first FC layer into two slice, and then perform maxout operation between those two slices, for example you pick the value of the first position of both slices and only keep the biggest value. Hope this can help you.

Best,
Junting

@NUAAXQ
Copy link
Author

NUAAXQ commented Mar 10, 2017

Thanks for your reply. That really helps me.

@NUAAXQ NUAAXQ closed this as completed Mar 10, 2017
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