摘要: 使用java的神经网络库用于快速验证和学习神经网络 java neurophNeuroph provides Java class library as well as GUI tool easyNeurons for creating and training neural networks. N 阅读全文
posted @ 2017-06-14 15:24 ceo1207 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #关于matlab如何读取图片、视频、摄像头设备数据# 参见:http://blog.csdn.net/u010177286/article/details/45646173 但是,关于摄像头读取,上文采用OS Generic Video Interface的插件,连简单使用他自己的函数GetSna 阅读全文
posted @ 2017-06-08 10:42 ceo1207 阅读(3826) 评论(0) 推荐(0) 编辑
摘要: intelliJ 官网创建账户之后Apply for a free student or teacher license for educational purposes就能免费使用专业版的intelliJ intelliJ设置file-version control设置git可执行文件window 阅读全文
posted @ 2017-05-12 21:57 ceo1207 阅读(170) 评论(0) 推荐(0) 编辑
摘要: VS使用第三方库 项目设置 调整头文件引用目录 C/C++ -> General -> Additional Include Directories 添加库文件目录 Linker -> General -> Additional Library 添加具体的lib文件(处在上述库文件目录下) Link 阅读全文
posted @ 2017-04-11 16:40 ceo1207 阅读(3741) 评论(0) 推荐(0) 编辑
摘要: Qt Qt开发图形界面软件,可以跨win、linux、mac平台、移动端,使用c++开发 Qt采用所见即所得的UI设计(UI设计和代码是联动的),GUI界面编辑信号和槽,由开发环境自动生成c++代码,来实现快速的图形界面开发。 入门教程,挺棒的,http://www.qter.org/portal. 阅读全文
posted @ 2017-03-27 16:54 ceo1207 阅读(332) 评论(0) 推荐(0) 编辑
摘要: @cmake http://hahack.com/codes/cmake/ CMakeList.txt模板定义编译的依赖(注意每次编译只能有一个main函数,生成一个可执行文件)。再根据目标用户的平台进一步生成所需的本地化 Makefile 或者工程文件 在 linux 平台下使用 CMake 生成 阅读全文
posted @ 2017-03-03 20:26 ceo1207 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://cs231n.github.io/python-numpy-tutorial/ Python is a great general-purpose programming language on its own, but with the help of a few popular l 阅读全文
posted @ 2017-03-02 20:29 ceo1207 阅读(226) 评论(0) 推荐(0) 编辑
摘要: @author:oneBite本文简述如何在windows环境下,运行caffe的“hello world”例程体会适用caffe的流程:转换输入数据格式>在solver.prototxt中配置训练参数,在train.prototxt中配置网络结构和输入输出、激活函数>调用caffe train a 阅读全文
posted @ 2017-03-02 19:13 ceo1207 阅读(361) 评论(0) 推荐(0) 编辑
摘要: @author:oneBite 本文记录编译使用caffe for windows 使用环境 VS2013 ultimate,win7 sp1,caffe-windows源码(从github上下载caffe的windows分支,下载解压之后,不要改变原有的目录结构,因为solution rebuil 阅读全文
posted @ 2017-02-26 19:59 ceo1207 阅读(593) 评论(0) 推荐(0) 编辑
摘要: 1 常用系统环境配置 2 使用g++编译连接,使用gdb调试 3 使用makefile组织目标文件的依赖关系 4 使用git 1 常用系统环境配置 输入法 Download setup file for sogou input method (a deb file) sudo dpkg -i sog 阅读全文
posted @ 2017-02-15 12:12 ceo1207 阅读(193) 评论(0) 推荐(0) 编辑