You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m a beginner trying to implement BayesianEmbedding. I have an array of embeddings of dimension 768 that I’m trying to embed into a feedforward BayesianEmbedding network and reduce the dimensionality to 1. I have a target with whom I would like to compare the output with RMSE criterion.
It would really help if you could provide me with a sample implementation like the one you’ve provided for Bayesian Linear Regression. Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,
I’m a beginner trying to implement BayesianEmbedding. I have an array of embeddings of dimension 768 that I’m trying to embed into a feedforward BayesianEmbedding network and reduce the dimensionality to 1. I have a target with whom I would like to compare the output with RMSE criterion.
It would really help if you could provide me with a sample implementation like the one you’ve provided for Bayesian Linear Regression. Thank you very much.
The text was updated successfully, but these errors were encountered: