文件名称:caffe
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2014-03-06
- 文件大小:
- 5.91mb
- 下载次数:
- 1次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一种设计的卷积神经网络用于图像特征的快速提取,并可以根据环境自行选择是否使用GPU-Design of a convolution neural networks for image feature extraction fast, and you can choose whether to use the GPU itself according to the environment
(系统自动生成,下载前可以参看下载内容)
下载文件列表
caffe-master
............\.gitignore
............\LICENSE
............\Makefile
............\Makefile.config
............\README.md
............\caffe.cloc
............\data
............\....\get_mnist.sh
............\....\lenet.prototxt
............\....\lenet_solver.prototxt
............\....\lenet_test.prototxt
............\....\train_mnist.sh
............\examples
............\........\convert_cifar_data.cpp
............\........\convert_imageset.cpp
............\........\convert_mnist_data.cpp
............\........\demo_compute_image_mean.cpp
............\........\dump_network.cpp
............\........\finetune_net.cpp
............\........\imagenet.prototxt
............\........\imagenet_deploy.prototxt
............\........\imagenet_solver.prototxt
............\........\imagenet_val.prototxt
............\........\net_speed_benchmark.cpp
............\........\synset_words.txt
............\........\test_net.cpp
............\........\train_net.cpp
............\include
............\.......\caffe
............\.......\.....\blob.hpp
............\.......\.....\caffe.hpp
............\.......\.....\common.hpp
............\.......\.....\filler.hpp
............\.......\.....\layer.hpp
............\.......\.....\net.hpp
............\.......\.....\solver.hpp
............\.......\.....\syncedmem.hpp
............\.......\.....\util
............\.......\.....\....\im2col.hpp
............\.......\.....\....\io.hpp
............\.......\.....\....\math_functions.hpp
............\.......\.....\vision_layers.hpp
............\matlab
............\......\caffe
............\......\.....\ilsvrc_2012_mean.mat
............\......\.....\matcaffe.cpp
............\......\.....\matcaffe_demo.m
............\python
............\......\caffe
............\......\.....\__init__.py
............\......\.....\convert.py
............\......\.....\drawnet.py
............\......\.....\imagenet
............\......\.....\........\__init__.py
............\......\.....\........\ilsvrc_2012_mean.npy
............\......\.....\........\ilsvrc_2012_synsets.txt
............\......\.....\........\ilsvrc_2012_test.txt
............\......\.....\........\ilsvrc_2012_train.txt
............\......\.....\........\ilsvrc_2012_val.txt
............\......\.....\........\power_wrapper.py
............\......\.....\........\selective_search_demo.ipynb
............\......\.....\........\wrapper.py
............\......\.....\proto
............\......\.....\.....\__init__.py
............\......\.....\pycaffe.cpp
............\src
............\...\caffe
............\...\.....\blob.cpp
............\...\.....\common.cpp
............\...\.....\layer_factory.cpp
............\...\.....\layers
............\...\.....\......\bnll_layer.cu
............\...\.....\......\conv_layer.cpp
............\...\.....\......\data_layer.cpp
............\...\.....\......\dropout_layer.cu
............\...\.....\......\flatten_layer.cpp
............\...\.....\......\im2col_layer.cpp
............\...\.....\......\inner_product_layer.cpp
............\...\.....\......\loss_layer.cu
............\...\.....\......\lrn_layer.cpp
............\...\.....\......\lrn_layer.cu
............\...\.....\......\neuron_layer.cpp
............\...\.....\......\padding_layer.cu
............\...\.....\......\pooling_layer.cpp
............\...\.....\......\pooling_layer.cu
............\...\.....\......\relu_layer.cu
............\...\.....\......\softmax_layer.cu
............\...\.....\......\softmax_loss_layer.cu
............\...\.....\net.cpp
............\...\.....\proto
............\...\.....\.....\caffe.proto
............\...\.....\solver.cpp
............\...\.....\syncedmem.cpp
............\...\.....\test
............\...\.....\....\test_blob.cpp
............\...\.....\....\test_caffe_main.hpp
............\...\.....\....\test_common.cpp
............\...\.....\....\test_convolution_layer.cpp
............\...\.....\....\test_data_layer.cpp