qfjp / MachineLearning

Repo for machine learning class
0 stars 0 forks source link

Implement an interface for applying Bayesian Regressian/Neural Networks #4

Open qfjp opened 8 years ago

qfjp commented 8 years ago

We need to be able to apply the testing data to a learning framework.

YiyingW commented 8 years ago

I was reading about bayesian neutral network online and I found this discussion: http://stats.stackexchange.com/questions/141879/what-are-the-advantages-of-using-a-bayesian-neural-network Since our graph is a dense data problem, it makes me wonder is it really a better idea to do bayesian neural network on it?