Skip to content

Clarify difference between modern conv2d and original LeNet #91

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

Merged
merged 3 commits into from
Jul 6, 2015

Conversation

memimo
Copy link
Member

@memimo memimo commented Jun 22, 2015

fixed #78

The result sums all the convolved input feature maps with the corresponding
kernel. As opposed to some of the earlier works that used to select only
some of the input feature maps.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"in majority" => "in the majority"
"of of" => "of"
"library codes" => "implementations" ?
"is slightly different than" => "differs slightly from"
Starting at "In modern conv2d" until the end, it's not really obvious to me what you mean. This would probably benefit from being rephrased. There are a few typos and errors too, but I'll wait since this will probably be rewritten anyway.

@nouiz
Copy link
Member

nouiz commented Jun 29, 2015

@memimo make a comment when you add commits to a PR, otherwise, we don't get notification.

@carriepl can you check?

@memimo
Copy link
Member Author

memimo commented Jul 2, 2015

I'm not sure which are you referring to as "one" and "others"

@carriepl
Copy link
Contributor

carriepl commented Jul 2, 2015

You list 3 items, suggesting they are different but you only explain the characteristics of the 2 first items and not the third so the reader doesn't know how it differs from the 2 previous items.

@memimo
Copy link
Member Author

memimo commented Jul 3, 2015

I tried to clarify it a bit further.

lamblin added a commit that referenced this pull request Jul 6, 2015
Clarify difference between modern conv2d and original LeNet
@lamblin lamblin merged commit a375cf4 into lisa-lab:master Jul 6, 2015
@memimo memimo deleted the lenet branch July 6, 2015 21:12
taneishi pushed a commit to taneishi/DBN that referenced this pull request Nov 28, 2019
Clarify difference between modern conv2d and original LeNet
taneishi pushed a commit to taneishi/DBN that referenced this pull request Feb 13, 2020
Clarify difference between modern conv2d and original LeNet

Former-commit-id: 656077a
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

Successfully merging this pull request may close these issues.

How to implement the real LeNet5 in theano?
4 participants