mfrdixon / ML_Finance_Codes

Machine Learning in Finance: From Theory to Practice Book
https://www.springer.com/gp/book/9783030410674
1.85k stars 500 forks source link

plug in the data into the Bayesian NN #7

Closed waudinio27 closed 2 years ago

waudinio27 commented 2 years ago

How to plug in the data into the Bayesian Neural Network, for example with yahoo finance data? I have been trying around a lot and simply cannot get it together. Please show a working solution.

This is my own shaky implementation up to now ..... but only in the sense of proof of concept.

https://github.com/waudinio27/Bayesian-Neural-Network-with-PyMC3

Thank you