BenjiKCF / Neural-Net-with-Financial-Time-Series-Data

This solution presents an accessible, non-trivial example of machine learning (Deep learning) with financial time series using TensorFlow
753 stars 312 forks source link

How to make predictions? #17

Open zhouhao-learning opened 5 years ago

zhouhao-learning commented 5 years ago

Hello, How should I make predictions after I have finished training? What should my prediction be? If I want to predict future changes, what should my input be like? During the training, the training data has been calculated a lot, such as MACD, ART, etc., then my prediction data should be the same calculation? What should I predict? Please guide me, thank you

runnyren commented 1 year ago

I think you should read here for more info.