There are no reviews yet. Be the first to send feedback to the community and the maintainers!
mlir-tutorial
MLIR For Beginners tutorialsvd
Python code implementing the power method for Singular Value Decompositionfft
Python code and wav files for the post "The Fast Fourier Transform Algorithm, and Denoising a Sound Clip"neural-networks
Python code and data sets used in the post on neural networks.essays
Short essays I've writtensimplex-algorithm
Python source code for Linear Programming and the Simplex Algorithmexp3
Python code for the post "Adversarial Bandits and the Exp3 Algorithm"finite-fields
Python code and tests for the post 'Programming with Finite Fields'random-art
Python code for the post "Random (Psychedelic) Art, and a Pinch of Python"fft-watermark
The code for the post "The Two-Dimensional Fourier Transform and Digital Watermarking"book-template
A LaTeX template I used for pimbookucb1
The code for the post "Optimism in the Face of Uncertainty: the UCB1 Algorithm"mwua
Python code implementing the MWUA algorithm and a Linear Program solverlp-diet
Linear Programming Diet Experimentszero-knowledge-proofs
Python code for the post Zero Knowledge Proofs โ A Primerimsdb_download_all_scripts
Download all plaintext scripts from imsdb.comcomputing-homology
Python code for the post "Computing Homology"hybrid-images
Python code and images used in the post "Hybrid Images"eigenfaces
Mathematica notebook and resources for the post "Eigenfaces"riemann-divisor-sum
Code for the series "Searching for Riemann Hypothesis Counterexamples"elliptic-curves-rationals
Code for the post "Elliptic Curves as Python Objects" implementing elliptic curve point addition over rational numbers.bezier-picasso
Python and Javascript code used in the post "Bezier Curves and Picasso"art-turing-ellipse
A six-panel artistic rendition of Alan Turingprogram-gallery
Program Galleryrestrepo-1957
Rodrigo Restrepo. Tactical Problems Involving Several Actions. Contributions to the Theory of Games, Vol. III. 1957chktex-action
A Github action to lint a LaTeX file for style and formatting issues.elliptic-curves-finite-fields
The combined Python code for the post "Elliptic Curves over Finite Fields"math-genealogy-scraper
Code for scraping (and a mirror of) the Math Genealogy Databaseload-balancing
A python implementation of a load balancer that uses a 2-universal hash family.segment
Python code and data for the post "Word Segmentation, or Makingsenseofthis"elliptic-curve-diffie-hellman
Python code for the post "Elliptic Curve Diffie-Hellman"earthmover
Implementation of the Earthmover distance metric in python.new-machine
Scripts for installing utilities and setting preferences on a brand new OS X El Capitan.bandits-and-stocks
The python code and data sets for the post "Bandits and Stocks"seam-carving
Processing and Javascript code for the post "Seam-carving for Content-aware Image Scaling"graph-laplacians
Code and data for the post "What's up with Graph Laplacians?"welch-berlekamp
depth-breadth-first-search
Python code used in the post "Depth- and Breadth-First Search"math-genealogy-visualizer
A javascript visualization of the math genealogy databasemlir-resources
A list of articles outside of the official MLIR docs that I've found useful for learning MLIRcave-generation
Mathematica and javascript code used in the post "The Cellular Automaton Method for Procedural Cave Generation"tex-convert-delimiters
A simple demonstration of how to define a parser that converts latex mathmode delimitersflask-sockets-example
A simple example app using flask, rethinkdb, and socket.iodotfiles
vimrc, profile, etc.elliptic-curve-signature
Python code for the post "Sending and Authenticating Messages with Elliptic Curves"erdos-renyi
Experiments with Erdos-Renyi random graphs for the post The ErdลsโRรฉnyi Random Graphboosting
Python code for the post on boosting.svm-sequential-minimal-optimization
An implementation and blog post about the Sequential Minimal Optimization algorithm for Support Vector Machinesstable-marriages
Python code for the post "Stable Marriages and Designing Markets"dissertation
A copy of my PhD dissertationtop-trading-cycles
Code for the post "Serial Dictatorships and House Allocation"pmfp-code
Source code for the book Practical Math for Programmerscryptanalysis-n-grams
Python code and data for the post ["Cryptanalysis with N-Grams"]guess-the-polynomial
A program that learns your polynomial using just two queriesonecv
Compile many different CVs and resumes from one archival json CV.complex-numbers
The code respository for the post "Learning to Love Complex Numbers"rsa
Java code for the post "Encryption & RSA"cv
My resume/CV, in archival json form and various other formats.decision-trees
Python code and data set used in the post "Decision Trees and Political Party Classification"ellipse
A pure Python library for basic geometry on ellipsessubset-cover
Experiments modeling a subset cover problemrado.ly
A web tool for quickly building graph counterexamples.fastlane-codepush
A fastlane action for using codepushmy-favorite-math-art
Some of my favorite math art (not made by me)gadget-decomposition-fhe
johnson-lindenstrauss
The code and data used in the post, "Big Dimensions, and What You Can Do About It"low-complexity-art
Mathematica notebook for the post "Low-Complexity Art"fkl-SDM16
Code and experiments for "A confidence-based approach for balancing fairness and accuracy"negacyclic
Implementations of cyclic and negacyclic polynomial multiplicationp-vs-np-racket
Racket code for the post "P vs. NP (And a Proof Written in Racket)"ellipse-approximation
A recreation of the underlying algorithm for github.com/j2kun/art-turing-ellipse in python/numbaj2kun.github.io
A repository for javascript demos used on jeremykun.comlinear-regression
Python code for the post "Linear Regression"todo-backlinks
Link from issue 123 to source lines containing `TODO(#123)`appendonly
A stupid web server that appends to a local filepage-rank
Mathematica notebook for the series on Google's PageRank algorithmrote
A tiny python library for making human-in-the-loop terminal appshunting-serial-killers
Mathematica notebook for the post "Hunting Serial Killers"fhe-schemes
A tutorial repository for learning implementations of FHE schemesnvim-config
Neovim configjeremykun.com
Source for jeremykun.comknn
Python code for the post "K-Nearest-Neighbors and Handwritten Digit Classification"extension-trigger-gh-workflow
A chrome extension to trigger a GitHub workflowthe-mathematics-of-secret-sharing
The Haskell code for the post "The Mathematics of Secret Sharing"nonnegative-matrix-factorization
Topic modeling using NMF for HN data.math-intersect-programming
A blog about math, programming, and the interesting ways they intersectfhe-packing
Companion repository for an article about FHE packingsart-21-logo
canvas-scripts
Helpful scripts for working with Canvasbinary-search-graphs
Python code for the post "Binary Search on Graphs"trump-tweets
Trump's tweets and Benford's Lawbabel-plugin-react-native-config
A babel plugin for react-native-config to avoid clean/rebuild for javascript config changescategories-as-types
ML code for the post "Categories as Types"harmonic-phase-space
An exploration of sums of harmonics with varying phasesmachine-learning-pipeline
A tutorial on machine learning pipelinesreality-mining
Python code for parsing the RealityMining dataset in Python using numpy/scipy.terminal-images
Tinkering with terminal imagesa-taste-of-racket
Racket code for the post "A Taste of Racket, or How I Learned to Love Functional Programming"SecretPythonSeminar
Python assignments for my friends who are learning to code.perceptron
Mathematica notebook for the post "The Perceptron, and All the Things it Canโt Perceive"Love Open Source and this site? Check out how you can help us