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

(Dan) Look into ConvNets #9

Open
DBowald opened this issue Apr 15, 2017 · 0 comments
Open

(Dan) Look into ConvNets #9

DBowald opened this issue Apr 15, 2017 · 0 comments
Labels

Comments

@DBowald
Copy link
Contributor

DBowald commented Apr 15, 2017

https://www.youtube.com/watch?v=u6aEYuemt0M&index=2&list=PLWtzrfzH7gsfxTs8neTRJDXuqAn7qeV4E

Watch this video, keeping in mind these three things are the major takeaways for moving from a NN to a CNN

  1. Filters (these will make up your basic convolutional layers)
  2. ReLu (its purpose is similar to the sigmoid, but it works better with images)
  3. Pooling layers (basically downsizing your NN)

You can also check out this page for a really good explanation, but it can't get a bit thick if you don't already have an idea of the "bigger picture":

http://cs231n.github.io/convolutional-networks/#pool

I think you said you were busy this week, so if you can't watch the video this week, so I didn't assign this task to this week's milestone. If you do watch it, you can still just move this task to the done column.

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

No branches or pull requests

1 participant