Skip to content
View masonmcbride's full-sized avatar

Block or report masonmcbride

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
  • gno Public

    Forked from gnolang/gno

    Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.

    Go Other Updated Feb 12, 2025
  • donuts Public

    doing donuts and eating donuts

    C Updated Feb 12, 2025
  • WIP DRAFT

    Other Updated Jan 30, 2025
  • fft-rs Public

    Real world audio getting fft'd. I also wrote a ffmpeg wav file parser! Cool project look here !

    Rust Updated Jan 26, 2025
  • ml Public

    Publishing my machine learning exploration from 2020. Where It All Began.

    Jupyter Notebook Updated Jan 11, 2025
  • mcts-rs Public

    Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize. This mcts implementation has state space awareness and does not implement Copy!!!

    Rust 1 Updated Jan 8, 2025
  • gpu Public

    gpu and cuda repository

    Cuda Updated Jan 5, 2025
  • chudnovsky Public

    Exploring the Chudnovsky Algorithm for Pi in order to understand it completely and to develop the Next Steps.

    C 1 Updated Dec 24, 2024
  • pade Public

    All about Padé approximants

    Python 1 Updated Dec 21, 2024
  • classes Public

    My Classes Organized by Semester at UC Berkeley

    Jupyter Notebook Updated Dec 17, 2024
  • aoc2024 Public

    Advent of Code 2024 *Christmas Emoji*

    C Updated Dec 7, 2024
  • alphazero Public

    yeah that's right, I reproduced alphazero. (papers: https://arxiv.org/abs/1712.01815, https://www.nature.com/articles/nature24270)

    Python Updated Oct 17, 2024
  • mcts Public

    Best Monte Carlo Tree/Graph Search in the West! Still need to parallelize, make a C version and Rust version (FINISHED WOO, check repo mcts-rs). This mcts implementation has state space awareness a…

    Python 1 Updated Oct 5, 2024
  • All project euler solutions (eventually)

    Python Updated Aug 25, 2024
  • rm-cfr Public

    Regret Matching (RM) and Counterfactual Regret Minimization (CFR) modern implementation. Credit to Gabrielle Farina, Tuomas Sandholm, Sam Ganzfried (why not), Noam Brown, etc and CMU CS15-888 for t…

    TeX 4 1 Updated Aug 21, 2024
  • simd Public

    Exploration of SIMD compilation in clang using AVX, SSE2, and SSE4.2 This was on a i7 12700K and Clang 14.0.6. If Anything else matters let me know.

    C 1 Updated Aug 18, 2024
  • gurobi Public

    writing cool and interesting and helpful LPs and feasibility programs into open source existence. Using gurobi solver's gurobipy API because it's free and fast. Gurobipy matrices are annoying to de…

    Python 1 Updated Aug 16, 2024
  • congestion Public

    a naive solver for a congestion/potential game.

    Python Updated Aug 8, 2024
  • Implementation of kalman filter. All sources and references I used can be found in the kf.py class file.

    Jupyter Notebook 1 Updated Aug 2, 2024
  • ctw Public

    A repo for an implementation of context tree weighting and other compression algorithms

    Python Updated Jul 31, 2024
  • tinygrad Public

    Forked from tinygrad/tinygrad

    You like pytorch? You like micrograd? You love tinygrad! ❤️

    Python MIT License Updated Jan 30, 2024
  • cfr Public

    me learning cfr (paper: http://modelai.gettysburg.edu/2013/cfr/cfr.pdf)

    Python 1 Updated Jul 27, 2022
  • emd Public

    exploration and implementation of Earth Movers Distance (paper: http://infolab.stanford.edu/pub/cstr/reports/cs/tr/99/1620/CS-TR-99-1620.ch4.pdf)

    Updated Aug 15, 2021
  • poker Public

    Jupyter Notebook 1 Updated Aug 9, 2021
  • baseball Public

    My exploration of the game of baseball through python and dataframes

    Jupyter Notebook 1 Updated Jun 4, 2021
  • sorting Public

    A reference of code for common sorting algorithms in clean, readable code.

    Java Updated May 6, 2021
  • movietree Public

    A mathematical tree object that I made to chart movie scene timelines.

    Python Updated May 5, 2021
  • mdp Public

    Me exploring the wonderful world of Markov Decision Processes. The MDP.py file is an interface type so you can implement others games as long as they can be formulated to the file. I also wrote Val…

    Python 1 Updated Apr 23, 2021
  • crp Public

    Exploration of the Chinese Restaurant Process found here https://arxiv.org/abs/0710.0845

    Python Updated Apr 16, 2021
  • gjk Public

    Implementing GJK collision algorithm for convex shapes. Idea from Reducible (youtube.com/watch?v=ajv46BSqcK4). I also implemented unittests for practice which was inspired from github.com/kroitor i…

    Python Updated Mar 25, 2021