LSTM預測股票數據---數據預處理

# 導入相應的模塊 import pandas as pd import numpy as np import matplotlib.pyplot as plt import tensorflow as tf # 獲取訓練集 def get_train_data(data,batch_size = 60 ,time_step = 20,train_begin = 0,train_end = 58
相關文章
相關標籤/搜索