nn-theano:使用Theano和GPU加速您的神经网络

时间:2021-04-30 05:36:08
【文件属性】:
文件名称:nn-theano:使用Theano和GPU加速您的神经网络
文件大小:91KB
文件格式:ZIP
更新时间:2021-04-30 05:36:08
Python 使用Theano优化神经网络的实现 本地Jupyter笔记本设置 # Create a new virtual environment (optional) virtualenv venv # Install requirements pip install -r requirements.txt # Start the notebook server jupyter notebook . 在GPU优化的Amazon EC2实例上运行 使用经过AWS GPU优化的实例,例如g2.2xlarge 。 您可以使用以下命令来配置Ubuntu计算机: # Install build tools sudo apt-get update sudo apt-get install -y build-essential git python-pip libfreetype6-dev libxft-dev
【文件预览】:
nn-theano-master
----.gitignore(15B)
----requirements.txt(823B)
----nn-theano-gpu.ipynb(12KB)
----README.md(2KB)
----nn-theano.ipynb(17KB)
----img()
--------nn-theano-forward_prop.png(83KB)
----gputest.py(612B)

网友评论