10 2017 档案

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

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

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

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

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

posted @ 2017-10-24 11:08 Maddock 阅读(300) 评论(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 阅读(4243) 评论(0) 推荐(0) 编辑

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 阅读(229) 评论(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 阅读(474) 评论(0) 推荐(0) 编辑

使用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 阅读(683) 评论(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 阅读(777) 评论(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 阅读(3942) 评论(0) 推荐(0) 编辑

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

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

ubuntu 安装dlib 出现dlib.so: undefined symbol: png_set_longjmp_fn
摘要:参考网上的教程安装dlib 进入官网下载安装包,解压 sudo apt-get install cmake sudo apt-get install libboost-python-dev 问题原因 这个是在Linux上编译项目的时候,一个动态库层用到的一个函数实现未找到,, 系统安装了libpng 阅读全文

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

PyTorch学习笔记(1) 基础知识
摘要:PyTorch深度学习:60分钟入门(Translation) 阅读全文

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

TensorFlow基础笔记(8) TensorFlow简单人脸识别
摘要:数据材料 这是一个小型的人脸数据库,一共有40个人,每个人有10张照片作为样本数据。这些图片都是黑白照片,意味着这些图片都只有灰度0-255,没有rgb三通道。于是我们需要对这张大图片切分成一个个的小脸。整张图片大小是1190 × 942,一共有20 × 20张照片。那么每张照片的大小就是(1190 阅读全文

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

人脸验证算法Joint Bayesian详解及实现(Matlab)
摘要:python http://blog.csdn.net/cyh_24/article/details/49059475 github https://github.com/johnnyconstantine/Joint_Bayesian 实验所用的数据下载 http://www.down20.com 阅读全文

posted @ 2017-10-18 10:46 Maddock 阅读(2427) 评论(1) 推荐(1) 编辑

Classification / Recognition
摘要:转载 https://handong1587.github.io/deep_learning/2015/10/09/recognition.html#facenet Classification / Recognition Published: 09 Oct 2015 Category: deep_ 阅读全文

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

TensorFlow基础笔记(7) 图像风格化效果与性能优化进展
摘要:参考 http://hacker.duanshishi.com/?p=1693http://blog.csdn.net/hungryof/article/details/53981959http://blog.csdn.net/hungryof/article/details/61195783htt 阅读全文

posted @ 2017-10-13 20:46 Maddock 阅读(1766) 评论(0) 推荐(0) 编辑

GitHub 上 57 款最流行的开源深度学习项目【转】
摘要:GitHub 上 57 款最流行的开源深度学习项目【转】 2017-02-19 20:09 334人阅读 评论(0) 收藏 举报 2017-02-19 20:09 334人阅读 评论(0) 收藏 举报 分类: deeplearning(28) 分类: deeplearning(28) from: h 阅读全文

posted @ 2017-10-12 19:17 Maddock 阅读(416) 评论(0) 推荐(0) 编辑

按SCI影响因子排序的前50人工智能期刊列表
摘要:附录二:按SCI影响因子排序的前50人工智能期刊列表出版物名称,影响因子 IEEE TRANSACTIONS ON FUZZY SYSTEMS, 6.701 International Journal of Neural Systems, 6.085 IEEE TRANSACTIONS ON PAT 阅读全文

posted @ 2017-10-12 11:17 Maddock 阅读(8206) 评论(0) 推荐(0) 编辑

TensorFlow基础笔记(6) 图像风格化实验
摘要:参考 http://blog.csdn.net/wspba/article/details/53994649 https://www.ctolib.com/AdaIN-style.html Acknowledgement This project is inspired by many existi 阅读全文

posted @ 2017-10-11 21:11 Maddock 阅读(1320) 评论(0) 推荐(0) 编辑

TensorFlow基础笔记(5) VGGnet_test
摘要:参考 http://blog.csdn.net/jsond/article/details/72667829 资源: 1.相关的vgg模型下载网址 http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat 阅读全文

posted @ 2017-10-11 20:18 Maddock 阅读(1673) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示