最简单的神经网络 import tensorflow as tf import numpy as np import matplotlib.pyplot as plt date = np.linspace(1, 15, 15)# d定义日期 endPrice = np.array([2511.90, 2538.26, 2510.68, 2591.66, 2732.98, 2701.69, 2701.29, 2678.67, 2726.50, 2681.50, 2739.17, 2715.07,…