会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
开往春天的拖拉机
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
30
下一页
2017年4月13日
虚函数
摘要: 学堂在线中郑莉老师对虚函数进行了详细的讲解具体的代码如下#include using namespace std;class Base1 {public: virtual void display() const; //虚函数};void Base1::dis...
阅读全文
posted @ 2017-04-13 11:21 开往春天的拖拉机
阅读(115)
评论(0)
推荐(0)
2017年4月4日
caffe好用的命令
摘要: 博客[1]中指出了运用命令计算运行时间的指令示例如下./build/tools/caffe time --model=examples/mnist/mytest/execise1_train_test.prototxt -iterations 100 -gpu 0train_test.prototx...
阅读全文
posted @ 2017-04-04 14:38 开往春天的拖拉机
阅读(99)
评论(0)
推荐(0)
caffe好用的命令
摘要: 博客[1]中指出了运用命令计算运行时间的指令示例如下./build/tools/caffe time --model=examples/mnist/mytest/execise1_train_test.prototxt -iterations 100 -gpu 0tr...
阅读全文
posted @ 2017-04-04 14:38 开往春天的拖拉机
阅读(97)
评论(0)
推荐(0)
2017年3月30日
lstm_layer.cpp的源码阅读
摘要: #include #include #include "caffe/blob.hpp"#include "caffe/common.hpp"#include "caffe/filler.hpp"#include "caffe/layer.hpp"#include "caffe/layers/lstm...
阅读全文
posted @ 2017-03-30 16:44 开往春天的拖拉机
阅读(128)
评论(0)
推荐(0)
lstm_layer.cpp的源码阅读
摘要: #include #include #include "caffe/blob.hpp"#include "caffe/common.hpp"#include "caffe/filler.hpp"#include "caffe/layer.hpp"#include "c...
阅读全文
posted @ 2017-03-30 16:44 开往春天的拖拉机
阅读(188)
评论(0)
推荐(0)
caffe lstm_unit_layer.cu源码解析
摘要: 源码的解析都写到文件里面如下#include #include #include #include "caffe/layer.hpp"#include "caffe/layers/lstm_layer.hpp"namespace caffe {//sigmoid函数 1/(1+e^(-x))tem...
阅读全文
posted @ 2017-03-30 14:24 开往春天的拖拉机
阅读(434)
评论(0)
推荐(0)
caffe lstm_unit_layer.cu源码解析
摘要: 源码的解析都写到文件里面如下#include #include #include #include "caffe/layer.hpp"#include "caffe/layers/lstm_layer.hpp"namespace caffe {//sigmoid函数 ...
阅读全文
posted @ 2017-03-30 14:24 开往春天的拖拉机
阅读(158)
评论(0)
推荐(0)
2017年3月28日
二进制问题
摘要: 底层的程序员一定会遇到二进制的问题#include #include #include using namespace std;//整数转换为string类型string int2str(int n){ stringstream ss; string s; ss>s; return s;}//将十进...
阅读全文
posted @ 2017-03-28 17:10 开往春天的拖拉机
阅读(130)
评论(0)
推荐(0)
二进制问题
摘要: 底层的程序员一定会遇到二进制的问题#include #include #include using namespace std;//整数转换为string类型string int2str(int n){ stringstream ss; string s; ss>s;...
阅读全文
posted @ 2017-03-28 17:10 开往春天的拖拉机
阅读(107)
评论(0)
推荐(0)
经典机器学习算法系列3-k近邻算法
摘要: 草稿笔记为:通过kd树的部分代码为#include #include using namespace std;void select_sort(vector vec){ int n = vec.size(); for(int j = 0;j vec){ int n = vec.size(); sel...
阅读全文
posted @ 2017-03-28 16:12 开往春天的拖拉机
阅读(98)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
30
下一页
公告