tfHomePage - juedaiyuer/researchNote GitHub Wiki

Tensorflow个人主页

代码已归档opensource

建立多个高级API,例如Keras和SkFlow

Sample code for "Tensorflow and deep learning, without a PhD" presentation and code lab.

CS231N 用于计算机视觉的深度学习和神经网络

MNIST

28*28 手写灰度数字

CNN

source

CapsNet

Geoffrey Hiton推出,欲取代CNN.胶囊网络

RNN

强化学习

Reinforcement Learning

GAN

tf.nn 模块

函数

models

模型

在github上的地址如下:

训练好的模型,可以作为预训练模型,caffe的模型位于caffe model zoo,利用工具将caffe模型转换成tensorflow模型:

高级别框架系列

GDLnotes

这位的github

关于他的库笔记

深层神经网络

LSTM-Human-Activity-Recognition

链接

source

github

Stanford

知乎