Pinned Repositories
chess
dots
My dot files
dsv_recruitment
fourier-notebook
Notebook about fourier transformations, written in rust.
levitate
Just works solution to numbers, mainly aimed at floats and mathematical use cases.
metalmorphosis
Distributed async runtime in rust, with a focus on being able to build computation graphs (specifically auto-diff)
office-apocalypse
shakespeare_from_scratch
Trying to build a transformer using AD, and train it on tiny shakespear, completely from scratch
slas
Static Linear Algebra System
wowitsaraytracer
Wow. It's a --raytracer-- raymarcher!
unic0rn9k's Repositories
unic0rn9k/slas
Static Linear Algebra System
unic0rn9k/dots
My dot files
unic0rn9k/metalmorphosis
Distributed async runtime in rust, with a focus on being able to build computation graphs (specifically auto-diff)
unic0rn9k/office-apocalypse
unic0rn9k/fourier-notebook
Notebook about fourier transformations, written in rust.
unic0rn9k/levitate
Just works solution to numbers, mainly aimed at floats and mathematical use cases.
unic0rn9k/shakespeare_from_scratch
Trying to build a transformer using AD, and train it on tiny shakespear, completely from scratch
unic0rn9k/exotic
Deep Learning library, in rust, with the goal of providing a fast, safe and explicit way of writing deep learning models, at a level of abstraction that allows for both fine tuning performance and easily creating models with a nice API.
unic0rn9k/pes
Photon Emission Simulation. Simulate photon emission when electrons jump orbits.
unic0rn9k/dsv_recruitment
unic0rn9k/wowitsaraytracer
Wow. It's a --raytracer-- raymarcher!
unic0rn9k/autodiff
Autodiff graph, in rust, for my final highschool programming project.
unic0rn9k/basic_autodiff
Basic autodiff graph in rust that I wrote in highschool
unic0rn9k/bruh
A CLI for managing a vectordatabase using spatial hash grids, to enable semantic search through personal documents, on low-powered devices, CPU and GPU.
unic0rn9k/chant
The chant programming language, rewrite in rust
unic0rn9k/fast-floats
Experimental (unstable) “fast-math” wrappers for f32, f64
unic0rn9k/freqplot
plot frequencies from audio files with plotly
unic0rn9k/ml_experiments
Various Machine Learning Experiments
unic0rn9k/pass-vault
my private passwords
unic0rn9k/sfft
Static Fast Fourier Transform
unic0rn9k/tiny-py-transformer
Small transformer implementation using pytorch
unic0rn9k/transformer-validation-spec
Specifications for validating that the components in a transformer based architecture are working as intended.
unic0rn9k/unic0rn9k
unic0rn9k/word2vec
word2vec implemented in rust, using exotic and slas