自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 kindle资源

网络上搜集到的kindle资源:

2017-11-16 16:43:21 3693

原创 tensorflow google实战 学习笔记——TensorFlow入门(3)

TensorFlow实现反向传播算法(backpropagation)

2017-11-16 14:52:47 230

原创 tensorflow google实战 学习笔记——TensorFlow入门(2)

tensorflow入门2

2017-11-15 19:47:01 171

原创 tensorflow google实战 学习笔记——TensorFlow入门(1)

阅读 google实战 入门tensorflow 1:tensorflow入门TensorFlow 是一个通过计算图的形式来表述计算的编程系统。计算图的第一阶段定义计算,第二阶段执行计算 定义计算:import tensorflow as tf a = tf.constant([1.0,2.0],name='a') b = tf.constant([2.0,3.0],name='b') resu

2017-11-15 16:19:41 204

原创 tensorflow学习过程

中文社区:http://www.tensorfly.cn/ 莫烦教程视频:https://www.bilibili.com/video/av12556478/index_19.html#page=19 (总)网络资源:http://blog.csdn.net/appleml/article/details/52996215 常用函数说明:http://blog.csdn.net/mydear

2017-11-14 14:53:52 184

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除