
Tensorflow
文章平均质量分 81
annaPresident
小学生想要会写代码。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TensorFlow学习笔记(四)——TensorFlow运作方式入门、可视化
一、TensorFlow运作方式入门fully_connected_feed.py# Copyright 2015 Google Inc. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file excep原创 2016-10-21 19:12:28 · 3076 阅读 · 1 评论 -
TensorFlow学习笔记(一)
1. 安装2. 试用原创 2016-10-19 20:42:07 · 1069 阅读 · 0 评论 -
Tensorflow学习笔记(三)——深入MNIST
# load MNIST dataimport input_datamnist = input_data.read_data_sets("/tmp/mnist",one_hot=True)# start tensorflow interactiveSessionimport tensorflow as tfsess = tf.InteractiveSession()# weight initial原创 2016-10-19 21:38:15 · 657 阅读 · 0 评论 -
Tensorflow学习笔记(二)——MNIST机器学习入门
一二三原创 2016-10-19 20:47:35 · 1917 阅读 · 1 评论