AI
卷积提取图像轮廓
下面的方法可以提取图像轮廓。当一个点和周围的点颜色都一样的时候,9个点的加权和就是0。数学真是魅力无穷。
百度深度学习入门
http://book.paddlepaddle.org/index.cn.html
怎样运行:http://doc.paddlepaddle.org/doc_cn/getstarted/build_and_install/docker_install_cn.html
视频教程:http://bit.baidu.com/Course/datalist/column/117.html
启动docker终端:docker run -i -t paddlepaddle/book /bin/bash
百度Paddle的docker镜像是基于Ubuntu 16.04的(cat /etc/issue)
教程代码放在容器的/book下