Skip to content
View sheganinans's full-sized avatar
💤
💤
💤
💤
  • Data Scientist & Language Architect
  • Orange, CA

Highlights

  • Pro

Block or report sheganinans

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
sheganinans/README.md

Recursive feature pruning in action

I'm interested in

  • Compilers and Language Design
  • Machine Learning

I'm looking to collab on

  • Mathematical Finance
  • Simulated Physics & Chemistry
  • Logical Foundations

I'm currently working on

  • My trading bot
  • A virtual machine or two, depends on the mood

Check Out My Indicator!

Pinned Loading

  1. Smoosh Smoosh Public

    A Blazing Fast, Bit-Oriented Serializer

    F# 18 1

  2. urweb_deep_dive urweb_deep_dive Public

    WIP: Presentation turned blog series: Building the simplest possible thing over and over again.

    UrWeb 14 2

  3. pres pres Public

    My old Haskell presentation, still some good bits.

    Haskell 8 3

  4. Static-Dimensions Static-Dimensions Public

    A statically typed dimensional analysis calculator written in Agda.

    Agda 4

  5. QVM-ocaml-mini QVM-ocaml-mini Public

    A Simple Quantum Virtual Machine, implemented in OCaml

    OCaml 1

  6. Python Pattern Matching in Python Python Pattern Matching in Python
    1
    """
    2
    This is an implementation of a simple (< 100LoC) *runtime* pattern matching system for Python.
    3
    4
    `pm` is a function that takes two arguments, the object being matched over and some rule for that object.
    5