深度学习
文章平均质量分 62
wangs0622
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
深度学习-2:tensorflow 入门以及简单的线性拟合
介绍 tensorflow 入门使用 tensorflow 实现简单的线性回归原创 2017-10-13 16:43:59 · 1610 阅读 · 1 评论 -
神经网络激活函数简介
介绍几个常用的神经网络激活函数,及其导数:sigmoid 函数tanh 函数ReLU 函数原创 2018-04-07 23:01:37 · 488 阅读 · 0 评论 -
tensorflow 实现 LeNet 用于手写数字的识别
介绍 使用 tensorflow 实现 LeNet-5 网络,用于手写数字集的识别。 代码 '''Created on 2018年4月27日@author: wangs0622'''import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_dataimport n...原创 2018-04-27 20:38:14 · 986 阅读 · 0 评论
分享