Skip to content

hyperparameter tuning for the models? #1192

Answered by janfb
timktsang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @timktsang

yes, these hyper parameter should be adapted to the given problem.

First, the choice of network is essential, e.g., for image data you should use an CNN embedding, for time series a RNN or a transformer, for other high-dimensional data (say >100), one could use just a fully connected FCEmbedding. The permutation invariant embedding is useful for trial-based data.

I am not sure I understand how you used your CNN model as an alternative to SBI, but if it is working well, you could just use that CNN as embedding net for the inference with SBI.

Regarding hyper parameter searchers, you could set apart a test set of $N$ simulations (theta, x) and then calculate the negative log pr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janfb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1191 on July 15, 2024 08:33.