《TensorFlow技术解析与实战》学习笔记1

本文涉及的产品
云解析DNS,个人版 1个月
全局流量管理 GTM,标准版 1个月
公共DNS(含HTTPDNS解析),每月1000万次HTTP解析
简介: 《TensorFlow技术解析与实战》学习笔记1

第1章 人工只能概述

 机器是如何实现人类的智力呢?训练,模型(参数)。深度学习+神经网络。


 深度学习前身是Artificial Neural Network。Input Layer, Hidden Layout, Output Layer。


 前向传播(Forward Propagation)


 最后层给出结论,概率向量。


 ANN,层与层之间有大量链接,层内的神经元一般相互独立。


 激活函数Activation Function。非线性。神经元将其他的数据做一个非线性变化,输出给下层。


 成本函数Cost Function。定量评估特定输入值下,计算出来的输出结果与真实值偏差,调整层的权重,使最后的损失最小。反向传播Backward Propagation。


 神经网络算法:计算、链接、评估、纠错、训练。深度学增加层数、神经元数量。


 分类Classification,特征Feature,标记Label。有监督学习Supervised Learning。


 无监督学习:Imsi[ervosed Learning。不明确分类,数据呈现聚群结构。聚类clustering;激励制度,强化学习Reinforcement Learning。


 半监督学习Semi-Supervised Learning。


 损失函数Loss Functing。



 机器学习流行之前,需要大量的领域知识。


 以统计方法为核心的机器学习成为主流后,重要的是做特征工程(Feature Engineering),不断调整参数。对于语音、图像相对困难。


 深度学习,不需要过多提取特征,自动学习出特征。



 TensorFlow支持异构设备分布式计算。


 Convolutional Neural Network,Recurrent Neural Network,Long Short-Term Memory。


 Tensorflow, Caffe, Torch7


 Deep Flexibility,True Portability,Connect Research and Production,Auto-Differentiation, Language Options, Maximize Performance。


 ImageNet Large Scale Visual Recognition Challenge



第2章 TensorFlow环境的准备

 numpy,matplotlib,jupyter,scikit-image,librosa,nltk,keras,tflearn



第3章 可视化TensorFlow

 playground.tensorflow.org


 特征提取Feature Extraction,分类器Classifier。


 测试损失Test loss,训练损失Training Loss。



 TensorBoard,Graphs面板。

目录
相关文章
|
16天前
|
机器学习/深度学习 TensorFlow API
TensorFlow与Keras实战:构建深度学习模型
本文探讨了TensorFlow和其高级API Keras在深度学习中的应用。TensorFlow是Google开发的高性能开源框架,支持分布式计算,而Keras以其用户友好和模块化设计简化了神经网络构建。通过一个手写数字识别的实战案例,展示了如何使用Keras加载MNIST数据集、构建CNN模型、训练及评估模型,并进行预测。案例详述了数据预处理、模型构建、训练过程和预测新图像的步骤,为读者提供TensorFlow和Keras的基础实践指导。
151 59
|
30天前
|
数据可视化 TensorFlow 算法框架/工具
TensorFlow 实战(八)(4)
TensorFlow 实战(八)
25 1
|
30天前
|
TensorFlow API 算法框架/工具
TensorFlow 实战(八)(3)
TensorFlow 实战(八)
25 1
|
30天前
|
机器学习/深度学习 自然语言处理 TensorFlow
TensorFlow 实战(八)(5)
TensorFlow 实战(八)
25 0
|
30天前
|
并行计算 TensorFlow 算法框架/工具
TensorFlow 实战(八)(2)
TensorFlow 实战(八)
21 0
|
30天前
|
并行计算 Ubuntu TensorFlow
TensorFlow 实战(八)(1)
TensorFlow 实战(八)
23 0
|
30天前
|
API TensorFlow 算法框架/工具
TensorFlow 实战(七)(5)
TensorFlow 实战(七)
31 0
|
30天前
|
存储 TensorFlow 算法框架/工具
TensorFlow 实战(七)(4)
TensorFlow 实战(七)
26 0
|
30天前
|
存储 TensorFlow API
TensorFlow 实战(七)(3)
TensorFlow 实战(七)
27 0
|
30天前
|
机器学习/深度学习 数据可视化 TensorFlow
TensorFlow 实战(七)(2)
TensorFlow 实战(七)
23 0