Skip to content
View mhlr's full-sized avatar

Block or report mhlr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. notebooksnotebooksPublic

    Jupyter Notebook 1

  2. qiskit-meetupqiskit-meetupPublic

    Jupyter Notebook 3

  3. awesome-jaxawesome-jaxPublic

    List of awesome JAX resources

    13 1

  4. information_bottleneck.pyinformation_bottleneck.py
    1
    frompylabimport*
    2
    importscipy
    3
    fromscipyimportstats
    4
    fromnumbaimportvectorize, guvectorize, float64, jit, njit
    5
  5. Enabling delegation / prototypal inh...Enabling delegation / prototypal inheritance / instance based programming in Python
    1
    fromprotoimportProto, ProtoMeta
    2
    __metaclass__=ProtoMeta
    3
    4
    classA:
    5
    x="This is X"
  6. 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