开源框架链接和入门教程

Matlab

1. ConvNet 卷积神经网络是一类深度学习分类算法,它可以从原始数据中自主学习有用的特征,通过调节权重值来实现。

2. DeepLearnToolBox是用于深度学习的Matlab/Octave工具箱,它包含深度信念网络(DBN)、栈式自编码器(stacked AE)、卷积神经网络(CNN)等算法。

3. cuda-convet是一套卷积神经网络(CNN)代码,也适用于前馈神经网络,使用C++/CUDA进行运算。它能对任意深度的多层神经网络建模。只要是有向无环图的网络结构都可以。训练过程采用反向传播算法(BP算法)。

4. MatConvNet是一个面向计算机视觉应用的卷积神经网络(CNN)Matlab工具箱。它简单高效,能够运行和学习最先进的机器学习算法。

CPP

1. eblearn是开源的机器学习C++封装库,由Yann LeCun主导的纽约大学机器学习实验室开发。它用基于能量的模型实现卷积神经网络,并提供可视化交互界面(GUI)、示例以及示范教程。

2. SINGA是Apache软件基金会支持的一个项目,它的设计目标是在现有系统上提供通用的分布式模型训练算法。

3. NVIDIA DIGITS是用于开发、训练和可视化深度神经网络的一套新系统。它把深度学习的强大功能用浏览器界面呈现出来,使得数据科学家和研究员可以实时地可视化神经网络行为,快速地设计出最适合数据的深度神经网络。

4. Intel® Deep Learning Framework提供了Intel®平台加速深度卷积神经网络的一个统一平台。




精选入门教程 
https://github.com/tensorflow/models 
https://github.com/aymericdamien/TensorFlow-Examples 
https://github.com/donnemartin/data-science-ipython-notebooks 
https://github.com/jtoy/awesome-tensorflow 
https://github.com/jikexueyuanwiki/tensorflow-zh 
https://github.com/nlintz/TensorFlow-Tutorials 
https://github.com/pkmital/tensorflow_tutorials 
https://github.com/deepmind/learning-to-learn 
https://github.com/BinRoot/TensorFlow-Book 
https://github.com/jostmey/NakedTensor 
https://github.com/alrojo/tensorflow-tutorial 
https://github.com/CreatCodeBuild/TensorFlow-and-DeepLearning-Tutorial 
https://github.com/sjchoi86/Tensorflow-101 
https://github.com/chiphuyen/tf-stanford-tutorials 
https://github.com/google/prettytensor 
https://github.com/ahangchen/GDLnotes 
https://github.com/Hvass-Labs/TensorFlow-Tutorials 
https://github.com/NickShahML/tensorflow_with_latest_papers 
https://github.com/nfmcclure/tensorflow_cookbook 
https://github.com/ppwwyyxx/tensorpack 
https://github.com/rasbt/deep-learning-book 
https://github.com/pkmital/CADL 
https://github.com/tensorflow/skflow
自然语言处理 
文本分类
序列建模
中文分词
基于文本的图像合成
RNN语言建模
神经图灵机
小黄鸡
语音领域 
语音合成
计算机视觉 
风格转换
运用GAN图像生成
图像到图像的翻译
图像超分辨
人脸识别
目标检测
运动识别
图像复原
生成模型
TensorFlow实时debug工具 
https://github.com/ericjang/tdb
TensorFlow基于R的应用 
https://github.com/rstudio/tensorflow

猜你喜欢

转载自blog.csdn.net/qq_27742869/article/details/80003427