MINE-Mutual-Information-Neural-Estimation- icon indicating copy to clipboard operation
MINE-Mutual-Information-Neural-Estimation- copied to clipboard

What is the optimal # of units in the intermediate layer for p and q variables?

Open prof-joe opened this issue 5 years ago • 2 comments

I am implementing a mutual information estimate based on your coding. Suppose X and Y are in p and q dimensions, which means the input layer has p+q units. Then, how many units do you think are the most appropriate for the intermediate layer size? In fact, I took many days to search for the optimal solution. Do you have any idea?

prof-joe avatar Oct 03 '19 23:10 prof-joe

Hi did you find any optimal solution for it? I have the same issue. specifically, with high dim of p,q

sdahan12 avatar Nov 23 '22 18:11 sdahan12

Hi! Do you have any solutions? I meet the same issue. Currently, I set it to 4*d.

Codefmeister avatar Mar 24 '23 12:03 Codefmeister