Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by j2kun

A curated list of projects in awesome lists by j2kun .

https://github.com/j2kun/mlir-tutorial

MLIR For Beginners tutorial

compilers mlir tutorial

Last synced: 10 Nov 2024

https://github.com/j2kun/svd

Python code implementing the power method for Singular Value Decomposition

algorithm linear-algebra optimization programming python svd

Last synced: 10 Nov 2024

https://github.com/j2kun/fft

Python code and wav files for the post "The Fast Fourier Transform Algorithm, and Denoising a Sound Clip"

Last synced: 10 Nov 2024

https://github.com/j2kun/neural-networks

Python code and data sets used in the post on neural networks.

Last synced: 10 Nov 2024

https://github.com/j2kun/essays

Short essays I've written

Last synced: 10 Nov 2024

https://github.com/j2kun/simplex-algorithm

Python source code for Linear Programming and the Simplex Algorithm

Last synced: 10 Nov 2024

https://github.com/j2kun/exp3

Python code for the post "Adversarial Bandits and the Exp3 Algorithm"

Last synced: 10 Nov 2024

https://github.com/j2kun/finite-fields

Python code and tests for the post 'Programming with Finite Fields'

algorithms cryptography finite-fields mathematics

Last synced: 10 Nov 2024

https://github.com/j2kun/random-art

Python code for the post "Random (Psychedelic) Art, and a Pinch of Python"

Last synced: 10 Nov 2024

https://github.com/j2kun/fft-watermark

The code for the post "The Two-Dimensional Fourier Transform and Digital Watermarking"

Last synced: 10 Nov 2024

https://github.com/j2kun/ucb1

The code for the post "Optimism in the Face of Uncertainty: the UCB1 Algorithm"

Last synced: 10 Nov 2024

https://github.com/j2kun/mwua

Python code implementing the MWUA algorithm and a Linear Program solver

Last synced: 10 Nov 2024

https://github.com/j2kun/book-template

A LaTeX template I used for pimbook

Last synced: 10 Nov 2024

https://github.com/j2kun/zero-knowledge-proofs

Python code for the post Zero Knowledge Proofs — A Primer

Last synced: 10 Nov 2024

https://github.com/j2kun/imsdb_download_all_scripts

Download all plaintext scripts from imsdb.com

Last synced: 10 Nov 2024

https://github.com/j2kun/computing-homology

Python code for the post "Computing Homology"

Last synced: 10 Nov 2024

https://github.com/j2kun/hybrid-images

Python code and images used in the post "Hybrid Images"

Last synced: 10 Nov 2024

https://github.com/j2kun/eigenfaces

Mathematica notebook and resources for the post "Eigenfaces"

Last synced: 10 Nov 2024

https://github.com/j2kun/elliptic-curves-rationals

Code for the post "Elliptic Curves as Python Objects" implementing elliptic curve point addition over rational numbers.

Last synced: 10 Nov 2024

https://github.com/j2kun/riemann-divisor-sum

Code for the series "Searching for Riemann Hypothesis Counterexamples"

docker gmp mathematics postgres riemann-hypothesis

Last synced: 10 Nov 2024

https://github.com/j2kun/bezier-picasso

Python and Javascript code used in the post "Bezier Curves and Picasso"

Last synced: 10 Nov 2024

https://github.com/j2kun/art-turing-ellipse

A six-panel artistic rendition of Alan Turing

approximation art programming turing

Last synced: 10 Nov 2024

https://github.com/j2kun/program-gallery

Program Gallery

gallery programming software

Last synced: 10 Nov 2024

https://github.com/j2kun/restrepo-1957

Rodrigo Restrepo. Tactical Problems Involving Several Actions. Contributions to the Theory of Games, Vol. III. 1957

Last synced: 10 Nov 2024

https://github.com/j2kun/elliptic-curves-finite-fields

The combined Python code for the post "Elliptic Curves over Finite Fields"

Last synced: 10 Nov 2024

https://github.com/j2kun/segment

Python code and data for the post "Word Segmentation, or Makingsenseofthis"

Last synced: 10 Nov 2024

https://github.com/j2kun/chktex-action

A Github action to lint a LaTeX file for style and formatting issues.

Last synced: 10 Nov 2024

https://github.com/j2kun/load-balancing

A python implementation of a load balancer that uses a 2-universal hash family.

Last synced: 10 Nov 2024

https://github.com/j2kun/elliptic-curve-diffie-hellman

Python code for the post "Elliptic Curve Diffie-Hellman"

Last synced: 10 Nov 2024

https://github.com/j2kun/earthmover

Implementation of the Earthmover distance metric in python.

earthmover-distance linear-programming optimization python

Last synced: 10 Nov 2024

https://github.com/j2kun/new-machine

Scripts for installing utilities and setting preferences on a brand new OS X El Capitan.

Last synced: 10 Nov 2024

https://github.com/j2kun/math-genealogy-scraper

Code for scraping (and a mirror of) the Math Genealogy Database

asyncio database dataset math-genealogy mathematics scraper

Last synced: 10 Nov 2024

https://github.com/j2kun/seam-carving

Processing and Javascript code for the post "Seam-carving for Content-aware Image Scaling"

Last synced: 10 Nov 2024

https://github.com/j2kun/bandits-and-stocks

The python code and data sets for the post "Bandits and Stocks"

Last synced: 10 Nov 2024

https://github.com/j2kun/depth-breadth-first-search

Python code used in the post "Depth- and Breadth-First Search"

Last synced: 10 Nov 2024

https://github.com/j2kun/graph-laplacians

Code and data for the post "What's up with Graph Laplacians?"

Last synced: 10 Nov 2024

https://github.com/j2kun/cave-generation

Mathematica and javascript code used in the post "The Cellular Automaton Method for Procedural Cave Generation"

Last synced: 10 Nov 2024

https://github.com/j2kun/tex-convert-delimiters

A simple demonstration of how to define a parser that converts latex mathmode delimiters

Last synced: 10 Nov 2024

https://github.com/j2kun/flask-sockets-example

A simple example app using flask, rethinkdb, and socket.io

Last synced: 10 Nov 2024

https://github.com/j2kun/erdos-renyi

Experiments with Erdos-Renyi random graphs for the post The Erdős–Rényi Random Graph

Last synced: 10 Nov 2024

https://github.com/j2kun/dotfiles

vimrc, profile, etc.

dotfiles linux macos terminal vimrc

Last synced: 10 Nov 2024

https://github.com/j2kun/elliptic-curve-signature

Python code for the post "Sending and Authenticating Messages with Elliptic Curves"

Last synced: 10 Nov 2024

https://github.com/j2kun/mlir-resources

A list of articles outside of the official MLIR docs that I've found useful for learning MLIR

Last synced: 10 Nov 2024

https://github.com/j2kun/math-genealogy-visualizer

A javascript visualization of the math genealogy database

d3js graph-algorithms javascript mathematics search visualization

Last synced: 10 Nov 2024

https://github.com/j2kun/svm-sequential-minimal-optimization

An implementation and blog post about the Sequential Minimal Optimization algorithm for Support Vector Machines

Last synced: 10 Nov 2024

https://github.com/j2kun/boosting

Python code for the post on boosting.

Last synced: 10 Nov 2024

https://github.com/j2kun/stable-marriages

Python code for the post "Stable Marriages and Designing Markets"

Last synced: 10 Nov 2024

https://github.com/j2kun/dissertation

A copy of my PhD dissertation

Last synced: 10 Nov 2024

https://github.com/j2kun/cryptanalysis-n-grams

Python code and data for the post ["Cryptanalysis with N-Grams"]

Last synced: 10 Nov 2024

https://github.com/j2kun/top-trading-cycles

Code for the post "Serial Dictatorships and House Allocation"

Last synced: 10 Nov 2024

https://github.com/j2kun/pmfp-code

Source code for the book Practical Math for Programmers

mathematics

Last synced: 10 Nov 2024

https://github.com/j2kun/rsa

Java code for the post "Encryption & RSA"

Last synced: 10 Nov 2024

https://github.com/j2kun/decision-trees

Python code and data set used in the post "Decision Trees and Political Party Classification"

Last synced: 10 Nov 2024

https://github.com/j2kun/guess-the-polynomial

A program that learns your polynomial using just two queries

learning-theory polynomials

Last synced: 10 Nov 2024

https://github.com/j2kun/primes

50 million primes

dataset prime-numbers

Last synced: 10 Nov 2024

https://github.com/j2kun/ellipse

A pure Python library for basic geometry on ellipses

ellipse geometry math

Last synced: 10 Nov 2024

https://github.com/j2kun/onecv

Compile many different CVs and resumes from one archival json CV.

Last synced: 10 Nov 2024

https://github.com/j2kun/complex-numbers

The code respository for the post "Learning to Love Complex Numbers"

Last synced: 10 Nov 2024

https://github.com/j2kun/cv

My resume/CV, in archival json form and various other formats.

Last synced: 10 Nov 2024

https://github.com/j2kun/fkl-sdm16

Code and experiments for "A confidence-based approach for balancing fairness and accuracy"

fairness machine-learning research-paper

Last synced: 10 Nov 2024

https://github.com/j2kun/subset-cover

Experiments modeling a subset cover problem

Last synced: 10 Nov 2024

https://github.com/j2kun/ellipse-approximation

A recreation of the underlying algorithm for github.com/j2kun/art-turing-ellipse in python/numba

Last synced: 10 Nov 2024

https://github.com/j2kun/fastlane-codepush

A fastlane action for using codepush

Last synced: 10 Nov 2024

https://github.com/j2kun/rado.ly

A web tool for quickly building graph counterexamples.

Last synced: 10 Nov 2024

https://github.com/j2kun/p-vs-np-racket

Racket code for the post "P vs. NP (And a Proof Written in Racket)"

Last synced: 10 Nov 2024

https://github.com/j2kun/johnson-lindenstrauss

The code and data used in the post, "Big Dimensions, and What You Can Do About It"

Last synced: 10 Nov 2024

https://github.com/j2kun/negacyclic

Implementations of cyclic and negacyclic polynomial multiplication

Last synced: 10 Nov 2024

https://github.com/j2kun/my-favorite-math-art

Some of my favorite math art (not made by me)

Last synced: 10 Nov 2024

https://github.com/j2kun/appendonly

A stupid web server that appends to a local file

Last synced: 10 Nov 2024

https://github.com/j2kun/low-complexity-art

Mathematica notebook for the post "Low-Complexity Art"

Last synced: 10 Nov 2024

https://github.com/j2kun/jeremykun.com

Source for jeremykun.com

Last synced: 10 Nov 2024

https://github.com/j2kun/fhe-schemes

A tutorial repository for learning implementations of FHE schemes

Last synced: 10 Nov 2024

https://github.com/j2kun/j2kun.github.io

A repository for javascript demos used on jeremykun.com

Last synced: 10 Nov 2024

https://github.com/j2kun/todo-backlinks

Link from issue 123 to source lines containing `TODO(#123)`

Last synced: 10 Nov 2024

https://github.com/j2kun/rote

A tiny python library for making human-in-the-loop terminal apps

Last synced: 10 Nov 2024

https://github.com/j2kun/linear-regression

Python code for the post "Linear Regression"

Last synced: 10 Nov 2024

https://github.com/j2kun/hunting-serial-killers

Mathematica notebook for the post "Hunting Serial Killers"

Last synced: 10 Nov 2024

https://github.com/j2kun/page-rank

Mathematica notebook for the series on Google's PageRank algorithm

Last synced: 10 Nov 2024

https://github.com/j2kun/knn

Python code for the post "K-Nearest-Neighbors and Handwritten Digit Classification"

Last synced: 10 Nov 2024

https://github.com/j2kun/nvim-config

Neovim config

Last synced: 10 Nov 2024

https://github.com/j2kun/fhe-packing

Companion repository for an article about FHE packings

Last synced: 10 Nov 2024

https://github.com/j2kun/categories-as-types

ML code for the post "Categories as Types"

Last synced: 10 Nov 2024

https://github.com/j2kun/reality-mining

Python code for parsing the RealityMining dataset in Python using numpy/scipy.

Last synced: 10 Nov 2024

https://github.com/j2kun/secretpythonseminar

Python assignments for my friends who are learning to code.

Last synced: 10 Nov 2024

https://github.com/j2kun/canvas-scripts

Helpful scripts for working with Canvas

Last synced: 10 Nov 2024

https://github.com/j2kun/perceptron

Mathematica notebook for the post "The Perceptron, and All the Things it Can’t Perceive"

Last synced: 10 Nov 2024

https://github.com/j2kun/binary-search-graphs

Python code for the post "Binary Search on Graphs"

binary-search graph-theory graphs learning-theory mathematics python

Last synced: 10 Nov 2024

https://github.com/j2kun/the-mathematics-of-secret-sharing

The Haskell code for the post "The Mathematics of Secret Sharing"

Last synced: 10 Nov 2024

https://github.com/j2kun/babel-plugin-react-native-config

A babel plugin for react-native-config to avoid clean/rebuild for javascript config changes

Last synced: 10 Nov 2024

https://github.com/j2kun/art-21-logo

Last synced: 10 Nov 2024

https://github.com/j2kun/air-quality-sensor

A simple Arduino AQI sensor and display

Last synced: 10 Nov 2024

https://github.com/j2kun/nonnegative-matrix-factorization

Topic modeling using NMF for HN data.

Last synced: 10 Nov 2024

https://github.com/j2kun/machine-learning-pipeline

A tutorial on machine learning pipelines

Last synced: 10 Nov 2024

https://github.com/j2kun/metrics-on-words-levenshtein

Python code for the post "Metrics on Words"

Last synced: 10 Nov 2024

https://github.com/j2kun/a-taste-of-racket

Racket code for the post "A Taste of Racket, or How I Learned to Love Functional Programming"

Last synced: 10 Nov 2024

https://github.com/j2kun/k-means

Python and Mathematica code for the post "K-Means Clustering and Birth Rates"

Last synced: 10 Nov 2024

https://github.com/j2kun/j2kun-math3ma

Collaborative math code!

Last synced: 10 Nov 2024

https://github.com/j2kun/harmonic-phase-space

An exploration of sums of harmonics with varying phases

Last synced: 10 Nov 2024