stevengogogo / ECEN649_FinalProject

The final project for ECEN649 Pattern Recognition
1 stars 0 forks source link

Paper #5

Closed stevengogogo closed 1 year ago

stevengogogo commented 1 year ago

Paper

Related

stevengogogo commented 1 year ago

Tutorial for Image Classification with Bayesian Neural Network

intro to bayes nn: https://www.cs.toronto.edu/~duvenaud/distill_bayes_net/public/

stevengogogo commented 1 year ago

Symbolic regression

https://royalsocietypublishing.org/doi/10.1098/rsos.211823#d1e5273

stevengogogo commented 1 year ago

idea

  1. Use ARIMA + Neural Netowrk with Bayesian method
  2. Use automatic differential equation with delay DE and bayesian neural network
stevengogogo commented 1 year ago

ARIMA + Neural Network

A_hybrid_statistical_approach_for_stock_market_forecasting_based_on_Artificial_Neural_Network_and_ARIMA_time_series_models.pdf

stevengogogo commented 1 year ago

Paper database https://github.com/js05212/BayesianDeepLearning-Survey/blob/master/README.md

stevengogogo commented 1 year ago

Classification with BNN: http://proceedings.mlr.press/v119/joo20a/joo20a.pdf

stevengogogo commented 1 year ago

Concept about BNN (Tutorial): https://www.youtube.com/watch?v=1el3MDf0MC0 more about BNN: https://www.cs.cmu.edu/afs/cs/academic/class/15782-f06/slides/bayesian.pdf Example of training a Bayesian neural network (Julia): https://turing.ml/dev/tutorials/03-bayesian-neural-network/

image

from https://www.inference.org.uk/mackay/thesis.pdf

stevengogogo commented 1 year ago

Dynamical system

stevengogogo commented 1 year ago

Integrating ARIMA and neural network: https://dl.acm.org/doi/pdf/10.3233/978-1-61499-672-9-1783

stevengogogo commented 1 year ago

Tutorial: Hierachical Bayesian Neural Network: https://twiecki.io/blog/2018/08/13/hierarchical_bayesian_neural_network/