Skip to content
View brianfakhoury's full-sized avatar
☀️
felix culpa
☀️
felix culpa
Block or Report

Block or report brianfakhoury

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

  1. Fast-Inverse-Square-Root-Magic-Number-Optimization Fast-Inverse-Square-Root-Magic-Number-Optimization Public

    Testing out optimal magic numbers for the old fast inverse square root function.

    Python

  2. PYTHON PYTHON Public

    Collection of small python projects + codes

    Python 4

  3. Experimental-Defect-LSTM-With-Signal-Processing Experimental-Defect-LSTM-With-Signal-Processing Public

    Using novel lstm techniques for predictive analytics. This model is able to predict a factory's defect rate for the upcoming week within ~1%.

    Python 2

  4. Haskell-C-Compiler Haskell-C-Compiler Public

    Compiler written in Haskell for a C-type language. The entire process uses monadic sequencing.

    Haskell

  5. Highly precise, low-interpretation, ... Highly precise, low-interpretation, image smoothing algorithm which iterates over an image array in memory, and make far less read/writes than normal.
    1
    typedef struct {
    2
            unsigned short red;
    3
            unsigned short green;
    4
            unsigned short blue;
    5
    } pixel;
  6. differentially-private-contact-tracing differentially-private-contact-tracing Public

    Exploring Privacy Preserving Mechanisms for Statistical Queries in Contact Tracing Applications

    Python