Skip to content
View EladWarshawsky's full-sized avatar

Block or report EladWarshawsky

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

Popular repositories Loading

  1. PartialConvolutions1D PartialConvolutions1D Public

    This is a 1DCNN implementation of the NVIDIA paper on partial convolutions, which is good for when dealing with damaged or masked regions of images.

    Python 1

  2. seqlearn seqlearn Public

    Forked from larsmans/seqlearn

    Sequence learning toolkit for Python

    Python

  3. Easy-Apply-Automater Easy-Apply-Automater Public

    Forked from davidwarshawsky/Easy-Apply-Automater

    Select the job you want on LinkedIn Jobs, press the extension's button and watch it go through the steps.

    JavaScript

  4. deep-daze deep-daze Public

    Forked from lucidrains/deep-daze

    Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun

    Python

  5. SymbolicFunctionNN SymbolicFunctionNN Public

    This repo aims to do what Kolmogorov Arnold Networks do but skip ahead to the good part. Function approximation.

    Python

  6. EfficientKANFormula EfficientKANFormula Public

    The original KAN implementation is slow and has a laborious formula conversion process, this aims to allow you to train KAN networks, at 10x the speed, while maintaining interpretability. Thanks to…

    Python