The Wayback Machine - https://web.archive.org/web/20201223131242/https://github.com/weiaicunzai/caffe-tutorial
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

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.

  1. Implementation using solver and model definition file
  2. Implementation using model definition file
  3. Implementation using nothing

About

Caffe tutorial for the real beginners and self-study

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.