ziatdinovmax / gpax

Gaussian Processes for Experimental Sciences
http://gpax.rtfd.io
MIT License
205 stars 27 forks source link

Option to use regular NN in viDKL #77

Closed ziatdinovmax closed 8 months ago

ziatdinovmax commented 8 months ago

Currently, we automatically place priors over weights and biases of a neural network in viDKL, effectively turning it into BNN. It may be a good idea to make this optional and allows for using of a regular NN.

ziatdinovmax commented 8 months ago

Closed via #78