caffe-tutorial
Caffe tutorial for the beginners
Caffe is a deep learning framework. This is a tutorial for beginners and self study repo. You need to build caffe (Maybe the most challenging) to follow this example. I am using windows 10 and visual studio 2013 but I don't think this is a big deal because the code will not be changed.
At first, caffe provides a simple classification example. So, let's get it started understanding this example.
Usaually, caffe needs three additional files to make it easy. These are model definition file, solver file and weight file. Model defintion file and solver file is prototxt file (ex. model.prototxt, solver.prototxt) and weight file is caffemodel file (ex. mnist_iter_10000.caffemodel). You can decide whether use these convenient file or not, so I want to show all these cases.
- Implementation using solver and model definition file
- Implementation using model definition file
- Implementation using nothing

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
