我是靠谱客的博主 震动书本,最近开发中收集的这篇文章主要介绍神经网络开源框架及学习资源,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

  1. Torch
    官网: http://torch.ch/
    github: https://github.com/torch/torch7
    cheatsheet: https://github.com/torch/torch7/wiki/Cheatsheet
    lua: tylerneylon.com/a/learn-lua/

  2. 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.0

  3. Theano

最后

以上就是震动书本为你收集整理的神经网络开源框架及学习资源的全部内容,希望文章能够帮你解决神经网络开源框架及学习资源所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部