Skip to content
View Leorasz's full-sized avatar
  • USA

Block or report Leorasz

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. Mainline Mainline Public

    An autograd framework, made in C.

    C

  2. KeyphraseScorer KeyphraseScorer Public

    A small project I worked on for my research internship with Dr. Ravi Starzl. It uses multiple open source models to score multiple keyphrases against a given text.

    HTML

  3. compressor compressor Public

    This is a text compressor I made that uses an LSTM trained on Shakespeare to do Arithmetic Coding. Mostly just a side project to help learn information theory.

    Python

  4. scratchCNN scratchCNN Public

    A convolutional neural network made using only numpy, no existing autograd frameworks

    Python