摘要:
本文总结自《Neural Networks and Deep Learning》第1章的部分内容。 使用梯度下降算法进行学习(Learning with gradient descent) 1. 目标 我们希望有一个算法,能让我们找到权重和偏置,以至于网络的输出y(x) 能够拟合所有的训练输入x。 阅读全文
摘要:
本文是在阅读官方文档后的一些个人理解。 官方文档地址:https://www.tensorflow.org/versions/r0.12/get_started/basic_usage.html#basic-usage 关于tensor和op的理解 Nodes in the graph are ca 阅读全文