上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 35 下一页

2017年10月28日

Caffe学习笔记(1)

摘要: Caffe学习系列(11):图像数据转换成db(leveldb/lmdb)文件 caffe的python接口学习(4):mnist实例 手写数字识别 阅读全文

posted @ 2017-10-28 13:02 Maddock 阅读(156) 评论(0) 推荐(0) 编辑

2017年10月24日

GAN 生成mnist数据

摘要: 参考资料 GAN原理学习笔记 生成式对抗网络GAN汇总 GAN的理解与TensorFlow的实现 TensorFlow小试牛刀(2):GAN生成手写数字 参考代码之一 参考代码之二 阅读全文

posted @ 2017-10-24 11:09 Maddock 阅读(3202) 评论(0) 推荐(0) 编辑

python 图像处理基础操作

摘要: Python 读取图片文件为矩阵和保存矩阵为图片 读取图片为矩阵 保存矩阵为图片 比较向量的相似度 http://www.cnblogs.com/denny402/p/7028832.html 阅读全文

posted @ 2017-10-24 11:08 Maddock 阅读(297) 评论(0) 推荐(0) 编辑

ubuntu16.04 安装opencv3.2.0以及opencv_contrib-3.2.0

摘要: 1.需要的包:sudo apt-get install build-essentialsudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-devsudo a 阅读全文

posted @ 2017-10-24 08:43 Maddock 阅读(4185) 评论(0) 推荐(0) 编辑

2017年10月21日

Python安装相关的机器学习库以及图像处理库

摘要: 安装 sudo apt-get install python-scipy sudo apt-get install python-numpy sudo apt-get install python-matplotlib 测试 python import scipy import numpy impo 阅读全文

posted @ 2017-10-21 13:14 Maddock 阅读(226) 评论(0) 推荐(0) 编辑

Ubuntu 16.04 更换阿里云源

摘要: Ubuntu 16.04 更换阿里云源sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak #备份sudo gedit /etc/apt/sources.list #修改sudo apt-get update #更新列表 #aliimage 阅读全文

posted @ 2017-10-21 09:56 Maddock 阅读(471) 评论(0) 推荐(0) 编辑

2017年10月20日

使用OpenFace进行人脸识别(2)

摘要: http://blog.csdn.net/u011531010/article/details/52270023 http://www.vccoo.com/v/2ed520 第一步 在 openface 文件中建立一个名为./training-images/的文件夹 mkdir training-i 阅读全文

posted @ 2017-10-20 20:19 Maddock 阅读(600) 评论(0) 推荐(0) 编辑

Softmax vs. Softmax-Loss VS cross-entropy损失函数 Numerical Stability(转载)

摘要: http://freemind.pluskid.org/machine-learning/softmax-vs-softmax-loss-numerical-stability/ 卷积神经网络系列之softmax,softmax loss和cross entropy的讲解 我们知道卷积神经网络(CN 阅读全文

posted @ 2017-10-20 15:16 Maddock 阅读(704) 评论(0) 推荐(0) 编辑

使用OpenFace进行人脸识别(1)

摘要: http://www.chinacloud.cn/show.aspx?id=25992&cid=12 本文中,笔者将介绍OpenFace中实现人脸识别的pipeline,这个pipeline可以看做是使用深度卷积网络处理人脸问题的一个基本框架,很有学习价值,它的结构如下图所示: Input Imag 阅读全文

posted @ 2017-10-20 15:08 Maddock 阅读(3833) 评论(0) 推荐(0) 编辑

2017年10月19日

dlib python 人脸检测与关键点标记

摘要: http://blog.csdn.net/sunmc1204953974/article/details/49976045 人脸检测 python dlibface.py itlay.jpg 人脸关键点标记 阅读全文

posted @ 2017-10-19 21:29 Maddock 阅读(5283) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 35 下一页

导航