浏览代码

Merge pull request #55 from blackunicorn15/blog_addition

Added a blog which explains how to implement neural networks in python
Jiwon Kim 8 年之前
父节点
当前提交
3c8e863e2b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -410,3 +410,4 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi
 * [CVPR recap and where we're going@Zoya Bylinskii (MIT PhD Student)'s Blog](http://zoyathinks.blogspot.kr/2015/06/cvpr-recap-and-where-were-going.html)
 * [Facebook's AI Painting@Wired](http://www.wired.com/2015/06/facebook-googles-fake-brains-spawn-new-visual-reality/)
 * [Inceptionism: Going Deeper into Neural Networks@Google Research](http://googleresearch.blogspot.kr/2015/06/inceptionism-going-deeper-into-neural.html)
+* [Implementing Neural networks](http://peterroelants.github.io/)