Torch
官网: http://torch.ch/
github: https://github.com/torch/torch7
cheatsheet: https://github.com/torch/torch7/wiki/Cheatsheet
lua: tylerneylon.com/a/learn-lua/TensorFlow
官网:https://www.tensorflow.org
github: https://github.com/tensorflow/tensorflow
安装:https://www.tensorflow.org/install
Ubuntu (GPU, python2.7, tf 0.12.1)
pip install –ignore-installed –upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-0.12.1-cp27-none-linux_x86_64.whl
Ubuntu (CPU, python2.7, tf 0.12.1)
pip install –ignore-installed –upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp27-none-linux_x86_64.whl
Mac OS X (CPU, python2.7, tf 0.12.1)
pip install –ignore-installed –upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.1-py2-none-any.whl
Mac OS X (GPU, python2.7, tf 0.12.1)
pip install –ignore-installed –upgrade https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow_gpu-0.12.1-py2-none-any.whl
latest tensorflow version: 1.0.0Theano
最后
以上就是震动书本最近收集整理的关于神经网络开源框架及学习资源的全部内容,更多相关神经网络开源框架及学习资源内容请搜索靠谱客的其他文章。
发表评论 取消回复