-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prediction always 0 #3
Comments
Exactly, I did same (changed google for yahoo to retrieve data), and this is what I get: |
Hi guys!
This will help the model to train more efficiently. |
tell me how it worked |
Tried changes you suggested - but result it same (same graph as above), however I can see from output minimizing is happening. Check output from https://pastebin.com/AXXiBX41 |
Your submitted code does not contain my first suggestion. Try to divide the Close, Volume, High by 1000. |
this paper I saw, but this solution is still not possible |
so, can you provide a good solution |
or is the stock model not good? |
Try to run the code's latest version. I've uploaded one yesterday. |
hello why this input . such as stock high,open,close must divide 1000? |
Why are you dividing close/high/output by 1000? Mine flatlines if I don't divide but I don't understand why. I've tried scaling and using leaky-relu instead of relu but that did not fix it. Any reasoning behind that? |
In this example dividing by 1000, we are helping the algorithm to learn more efficiently and get better results much faster. |
Why does that help the learning efficiency? |
Hi,
Iv'e altered your code to support google API instead of yahoo which stopped working
but the prediction seems to always return 0, even the acc prints always 0,
can you please explain why?
The text was updated successfully, but these errors were encountered: