摘要:
这个程序为简单的三层结构组成:输入层、中间层、输出层 运行环境为 ubuntu 要理清各层间变量个数 import numpy as np import matplotlib.pyplot as plt import tensorflow as tf #使用numpy生成200个随机点 x_data 阅读全文
posted @ 2020-02-14 00:51 wsg_blog 阅读(952) 评论(0) 推荐(0)
|
摘要:
这个程序为简单的三层结构组成:输入层、中间层、输出层 运行环境为 ubuntu 要理清各层间变量个数 import numpy as np import matplotlib.pyplot as plt import tensorflow as tf #使用numpy生成200个随机点 x_data 阅读全文
posted @ 2020-02-14 00:51 wsg_blog 阅读(952) 评论(0) 推荐(0) |
||