
深度学习
mdcDdn1_e
这个作者很懒,什么都没留下…
展开
-
CNN学习记录
本文记录了利用DeepLearnToolbox进行CNN学习的一些东西原创 2016-03-15 15:01:35 · 354 阅读 · 0 评论 -
基于卷积神经网络(CNN)的目标检测部分资源
一、代码资源SSD算法[1](2015年),该算法基于caffe,网址: https://github.com/weiliu89/caffe/tree/ssdFaster R-CNN(2015年),该算法基于caffe,MATLAB版本网址:https://github.com/ShaoqingRen/faster_rcnn,Python版本网址:https://github.com/原创 2016-11-23 09:55:33 · 1490 阅读 · 0 评论 -
caffe setup on ubuntu 15.04 with CPU and NO GPU and NO Python
1. #General dependenciessudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compilersudo apt-get install --no-install-recommends libboost-原创 2016-12-15 23:54:09 · 311 阅读 · 0 评论 -
Caffe 使用1:准备数据 Caffe DIY-step1: Prepare Data
Before using Caffe, we need to prepare data (mainly pictures)to feed the model.原创 2017-01-04 22:17:57 · 500 阅读 · 0 评论 -
Tensorflow安装记录
本文主要记录了安装Tensorflow中遇到的问题,与大家分享。原创 2016-03-22 22:35:48 · 1500 阅读 · 0 评论