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

Change Wording In ConvNet Post #2

Open
josephmisiti opened this issue Jul 19, 2014 · 0 comments
Open

Change Wording In ConvNet Post #2

josephmisiti opened this issue Jul 19, 2014 · 0 comments

Comments

@josephmisiti
Copy link

First off, I would just like to say that your blog posts are awesome. The math you are blogging about is extremely complicated (if you are trying to read it via papers) but your posts definitely explain it in Layman's terms better than anything I have come across.

I would change the wording this paragraph from:

"At its most basic, convolutional neural networks can be thought of as a kind of neural network that uses many identical copies of the same neuron.1 This allows the network to have lots of neurons and express computationally large models while keeping the number of actual parameters – the values describing how neurons behave – that need to be learned fairly small."

to something like this

"At its most basic, convolutional neural networks can be thought of as a kind of neural network that uses many identical copies of the same neuron.1 This allows the network to have lots of neurons and express computationally large models while keeping the number of actual parameters (the values describing how neurons behave) that have to be learned fairly small."

I had to read that last sentence a few times to figure out what was going on. This makes more sense to me. Keep up the good work!

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

1 participant