Neural-Net-with-Financial-Time-Series-Data
Neural-Net-with-Financial-Time-Series-Data copied to clipboard
This solution presents an accessible, non-trivial example of machine learning (Deep learning) with financial time series using TensorFlow
Hello, I am very glad that you provided the data, but I don't understand what the meaning of the data is. Can you add the documentation for the data?
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...
In this code, I dont know whether you thought it's wrong but forgot to delete it. I found that your X_train includes the target called 'adj_close' which is in y_train....
When I run your Recurrent Neural Network.ipynb, I get the following error: ``` InvalidArgumentError Traceback (most recent call last) ~/anaconda3/envs/AdaNet/lib/python3.5/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args) 1321 try: -> 1322 return fn(*args)...
Hello @BenjiKCF , Are you using open price (in x) to predict the closing price?
Good day, I am trying to implement your code. Python 3.6 64 bit environment. With keras, matplotlib, numpy, pandas, tensor flow installed onto the environment. Getting the blow issue. The...