Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.28 KB

勘误.md

File metadata and controls

25 lines (23 loc) · 1.28 KB

Machine Learning Basics

Tensorflow Documents

  • MNIST机器学习入门
    • 从机器学习模型物理学模拟仿真模型
    • 的预测是否真实标签匹配
    • [True, False, True, True] 会变成 [1,0,1,1]
  • 深入MNIST
    • import input_data
    • “的预测是否真实标签匹配”和“[True, False, True, True] 会变成 [1,0,1,1]
  • TensorFlow Mechanics
    • concated = tf.concat(1, [indices, labels])
    • 。。
    • 可训练变量值检查点文件
    • 这样做为了
  • 卷积神经网络
    • 人为增加
    • ::
    • 在处理一批新的数据之前会更新一遍的参数
    • 运行操作的优先硬件设备

Python