
深度学习
文章平均质量分 79
IgorW
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tensorflow cifar模型源码
Tensorflow cifar模型源码model# -*- coding: utf-8 -*- # cifar模型:图像分类 # # Author: Igorimport gzip import os import re import sys import tarfile import urllib.requestimport tensorflow as tffrom TensorFlow.cif原创 2016-04-08 16:03:43 · 6371 阅读 · 2 评论 -
Autoencoders
Autoencoders编码器原创 2016-07-18 23:09:44 · 520 阅读 · 0 评论 -
Convolutional neural networks
Convolutional neural networks原创 2016-07-18 23:13:37 · 586 阅读 · 0 评论 -
Improving the way neural networks learn
Improving the way neural networks learn原创 2016-07-30 09:23:27 · 443 阅读 · 0 评论 -
Sequence Modeling:Recurrent and Recursive Nets
Sequence Modeling:Recurrent and Recursive Nets@(深度学习)原创 2016-07-30 09:45:22 · 1768 阅读 · 0 评论