
深度学习
epsilon1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Deep Learning Libraries by Language
Python Theano is a python library for defining and evaluating mathematical expressions with numerical arrays. It makes it easy to write deep learning algorithms in python. On the top of the Theano many转载 2016-08-07 11:06:15 · 902 阅读 · 0 评论 -
Ubuntu&Windows安装TensorFlow
以下安装过程不涉及网络加速工具 Ubuntu完整安装过程安装python$ sudo apt-get install python $ sudo apt-get install python-pip python-numpy python-devpip安装tensorflow# 仅CPU版本 $ sudo pip install --upgrade https://storage.googleapi原创 2017-03-28 13:10:17 · 1067 阅读 · 0 评论