tensorflow入門小案例- - 股票

使用的編譯器是anaconda import tensorflow as tf import numpy as np import matplotlib.pyplot as plt # 折線圖來繪製數據 # np.linespace(strat,stop,num =xx在起始點和終點之間取多少個數值) date = np.linspace(1,15,15) endPrice = np.array
相關文章
相關標籤/搜索