Skip to content
View pilifjed's full-sized avatar
Block or Report

Block or report pilifjed

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. numpy_mlp numpy_mlp Public

    Multi Layer Perceprton implementation which relies exclusively on Numpy library

    Jupyter Notebook

  2. flexible_partial.py flexible_partial.py
    1
    from functools import partial
    2
    
    
    3
    class FlexiblePartial:
    4
        def __init__(self, func, __varnames=None):
    5
            if not isinstance(func, partial):
  3. distributed_systems distributed_systems Public

    Distributed systems labs

    Python

  4. cmssw cmssw Public

    Forked from cms-sw/cmssw

    CMS Offline Software

    C++