diff options
author | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-06-25 10:32:56 +0800 |
---|---|---|
committer | Evan Shelhamer <shelhamer@imaginarynumber.net> | 2014-06-25 10:32:56 +0800 |
commit | a564d9f3570ad9be8806f8d1a0337883c3c8040e (patch) | |
tree | ddf6b02caaffb6feebe3b17ec1bd1139972f2621 | |
parent | 16fb55edc27ddbc800b6d0278b95ca8ff0b2d913 (diff) | |
download | caffeonacl-a564d9f3570ad9be8806f8d1a0337883c3c8040e.tar.gz caffeonacl-a564d9f3570ad9be8806f8d1a0337883c3c8040e.tar.bz2 caffeonacl-a564d9f3570ad9be8806f8d1a0337883c3c8040e.zip |
add skeleton of the Caffe publications page
-rw-r--r-- | docs/publications.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/publications.md b/docs/publications.md new file mode 100644 index 00000000..9deae85b --- /dev/null +++ b/docs/publications.md @@ -0,0 +1,12 @@ +--- +layout: default +--- +# Publications + +Caffe powers on-going research projects, large-scale industrial applications, and startup prototypes in vision, speech, and multimedia. Here we highlight publications involving Caffe. + +[Caffe: Convolutional Architecture for Fast Feature Embedding](TODO): the Caffe tech report on arXiv as submitted to the ACM-MM OSS competition for open-source projects. This introduces the framework and its purpose, compares it to contemporary packages, describes implementation details, and highlights applications. + +Please add your own publications by submitting a pull request to the [project github](http://github.com/BVLC/caffe). Send your pull request to the master branch for inclusion on the site and in the documentation. + +*Publication list coming soon.* |