You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch this video, keeping in mind these three things are the major takeaways for moving from a NN to a CNN
Filters (these will make up your basic convolutional layers)
ReLu (its purpose is similar to the sigmoid, but it works better with images)
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":
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: