-
gno Public
Forked from gnolang/gnoGno: 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 UpdatedFeb 12, 2025 -
-
future-security-agency Public
Forked from atomone-hub/future-security-agencyWIP DRAFT
Other UpdatedJan 30, 2025 -
fft-rs Public
Real world audio getting fft'd. I also wrote a ffmpeg wav file parser! Cool project look here !
Rust UpdatedJan 26, 2025 -
ml Public
Publishing my machine learning exploration from 2020. Where It All Began.
Jupyter Notebook UpdatedJan 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!!!
-
-
chudnovsky Public
Exploring the Chudnovsky Algorithm for Pi in order to understand it completely and to develop the Next Steps.
-
-
classes Public
My Classes Organized by Semester at UC Berkeley
Jupyter Notebook UpdatedDec 17, 2024 -
-
alphazero Public
yeah that's right, I reproduced alphazero. (papers: https://arxiv.org/abs/1712.01815, https://www.nature.com/articles/nature24270)
Python UpdatedOct 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…
-
-
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…
-
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.
-
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…
-
-
kalmanfilter Public
Implementation of kalman filter. All sources and references I used can be found in the kf.py class file.
-
ctw Public
A repo for an implementation of context tree weighting and other compression algorithms
Python UpdatedJul 31, 2024 -
tinygrad Public
Forked from tinygrad/tinygradYou like pytorch? You like micrograd? You love tinygrad! ❤️
Python MIT License UpdatedJan 30, 2024 -
cfr Public
me learning cfr (paper: http://modelai.gettysburg.edu/2013/cfr/cfr.pdf)
-
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)
UpdatedAug 15, 2021 -
-
baseball Public
My exploration of the game of baseball through python and dataframes
-
sorting Public
A reference of code for common sorting algorithms in clean, readable code.
Java UpdatedMay 6, 2021 -
movietree Public
A mathematical tree object that I made to chart movie scene timelines.
Python UpdatedMay 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…
-
crp Public
Exploration of the Chinese Restaurant Process found here https://arxiv.org/abs/0710.0845
Python UpdatedApr 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 UpdatedMar 25, 2021