VivekPa / IntroNeuralNetworks

Introducing neural networks to predict stock prices
MIT License
735 stars 205 forks source link

Accuracy is zero #7

Open dinos66 opened 3 years ago

dinos66 commented 3 years ago

I'm running the code as is, and although it's running fine, the evaluation returns a loss and when I ask it for an accuracy it returns 0. Also, the prediction is at about 40. Any idea why this happens?

dafaputra00 commented 3 years ago

I have the same problem