随笔分类 -  深度学习

摘要:深度学习框架 caffe安装 [Mac OSX 10.12] 【参考资源】 1.英文原文:(使用GPU) [http://hoondy.com/2015/04/03/how to install caffe on mac os x 10 10 for dummies like me/] 2.基于1的 阅读全文
posted @ 2017-09-08 11:02 sold_out 阅读(669) 评论(0) 推荐(0)
摘要:caffe cifar10试跑问题总结 [daniel] 写了一个脚本可以直接用来添加环境变量:/Users/songdanzju/daniel_script/export_for_ananconda.sh #! /bin/bash export PATH=~/ananconda/bin:$PATH 阅读全文
posted @ 2017-09-02 00:45 sold_out 阅读(1634) 评论(0) 推荐(0)
摘要:深度学习框架-caffe安装 [Mac OSX 10.12] 【参考资源】 1.英文原文:(使用GPU) [http://hoondy.com/2015/04/03/how-to-install-caffe-on-mac-os-x-10-10-for-dummies-like-me/] 2.基于1的 阅读全文
posted @ 2017-09-02 00:40 sold_out 阅读(574) 评论(0) 推荐(0)
摘要:TensorFlow 官方文档:https://www.tensorflow.org/api_guides/python/math_ops TensorFlow Mini batching 学习率和epochs 1. 学习率过高,在相同的epochs条件下准确率会过早的停止改进,导致最终准确率会低 阅读全文
posted @ 2017-08-27 22:03 sold_out 阅读(1198) 评论(0) 推荐(0)
摘要:TFLearn构建神经网络 Building the network "TFLearn" lets you build the network by "defining the layers" . Input layer For the input layer, you just need to t 阅读全文
posted @ 2017-08-27 21:58 sold_out 阅读(2738) 评论(0) 推荐(1)
摘要:1. 迁移学习两种类型: ConvNet as fixed feature extractor :利用在大数据集(如ImageNet)上预训练过的ConvNet(如AlexNet,VGGNet),移除最后几层(一般是最后分类器),将剩下的ConvNet作为应用于新数据集的固定不变的特征提取器,输出特 阅读全文
posted @ 2017-08-25 22:20 sold_out 阅读(864) 评论(0) 推荐(0)