-
I noticed that the provided code regarding the implementation of the second part of the S-GIB is directly using fro-norm If we look at it from the point of view of minimizing the mutual information, t…
-
Hi Greg,
Many thanks for making available such great Python code!
I was wondering if you could provided suggestions on how to compute normalized mutual information for discrete and continuous da…
-
For some reason, sqlite3 repeats evaluation of the same function calls for each row in a query, so, e.g.,
```
ESTIMATE MUTUAL INFORMATION AS mutinf
FROM PAIRWISE COLUMNS OF t
ORDER BY mutinf
…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
GRPC Balancing doesn…
-
Thank you very much for your interesting work and releasing the code, much appreciated !!
I am implementing several manifold learning methods (from 64x64 images to 3D) that includes a jointly optim…
-
**Is your feature request related to a problem? Please describe.**
Would like to get a Mutual Information / Conditional MI using geodesic distance derived from Unusupervised Forest as described in th…
-
currently a Nan value is being returned in this case. Would something else make more sense? Maybe infinity?
-
### Description:
We can see below the main equation ("where ...") that inline math is rendering properly, but not display style math:
![latex_rendering](https://github.com/user-attachments/assets/…
mkcor updated
2 months ago
-
ESTIMATE * FROM VARIABLES OF p
ORDER BY PROBABILITY OF (MUTUAL INFORMATION WITH c USING 100 SAMPLES)
Need to transmit the implicit variable into MUTUAL INFORMATION.
This is not tri…
-
Thank you so much for sharing the work!but I have some doubts about the following points:
Do we not need to take the negative of the mutual information loss?Should we be minimizing the mutual infor…