Please share the Github Link to the repository where I can find the exact codes and PPTs of all the videos under section CNN Case Studies.
Where to find CNN Case Studies course material?
The slides are taken from CS231n course.
Here’s the link : http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture9.pdf
And what about the code repo ?
The only code implemented is AlexNet paper, you can just follow the same architecture with Keras Sequential Model. It’s just repeating ( Conv -> MaxPool ->Norm ) , you can implement that on your own, i guess it’s not there on github. Try it yourself, if you face any problem, I will provide you with the code.
Okay ! Sure, I will try to implement the code on my own.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.