Pinned Loading
-
-
-
information_bottleneck.py
information_bottleneck.py 1from pylab import *
2import scipy
3from scipy import stats
4from numba import vectorize, guvectorize, float64, jit, njit
5 -
Enabling delegation / prototypal inh...
Enabling delegation / prototypal inheritance / instance based programming in Python 1from proto import Proto, ProtoMeta
2__metaclass__ = ProtoMeta
34class A:
5x = "This is X"
-
generate Zipf distributed data as de...
generate Zipf distributed data as described in http://arxiv.org/abs/1407.7135 1# gnerate Zipf distributed data as described in
2# http://arxiv.org/abs/1407.7135
3# Zipf's law arises naturally in structured, high-dimensional data
4# Laurence Aitchison, Nicola Corradi, Peter E. Latham
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.