Tensorflow 学习笔记
[TOC]
Tensorflow
准备 D1
安装
- 下载地址:
https://www.tensorflow.org/install/
推荐使用Virtualenv 安装 TensorFlow
只用安装某个python的ts
每次在新的 shell 中使用 TensorFlow 时,您都必须激活 Virtualenv 环境
斯坦佛:http://web.stanford.edu/class/cs20si/
blibli视频:2017
https://www.bilibili.com/video/av9156347/?from=search&seid=6905181275544516403
youtube:https://www.youtube.com/watch?v=g-EvyKpZjmQ&list=PLQ0sVbIj3URf94DQtGPJV629ctn2c1zN-
数据集库:收集数据集
https://zhuanlan.zhihu.com/p/35399323
https://deeplearning4j.org/cn/opendata
版本:
TF learn
TF Slim
High level API:Keras
学会使用docker容器:
学习python:
概念 import tensorflow as tf
本质:产生计算图
可视化:tensorboard
tensor:
0-d:number
1-d:vector
2-d:matrix
神经网络结构
input layer –hidden layer– output layer(拟合数据)
怎么处理数据结构:
- 建立结构
- 放数据进结构里面
- weight 和 baias(权重和偏置)