-
fake_news Public
Fake news detection in python for a group project at Københavns Universitet
Jupyter Notebook UpdatedMay 14, 2025 -
-
off_the_shelf_llm Public
Just a simple LLM RAG notebook for my school stuff 👌
Jupyter Notebook UpdatedFeb 22, 2025 -
-
basic_autodiff Public
Basic autodiff graph in rust that I wrote in highschool
Rust UpdatedJun 5, 2024 -
-
-
tiny-py-transformer Public
Small transformer implementation using pytorch
Python UpdatedJan 21, 2024 -
shakespeare_from_scratch Public
Trying to build a transformer using AD, and train it on tiny shakespear, completely from scratch
-
transformer-validation-spec Public
Specifications for validating that the components in a transformer based architecture are working as intended.
Rust UpdatedDec 17, 2023 -
bruh Public
A CLI for managing a vectordatabase using spatial hash grids, to enable semantic search through personal documents, on low-powered devices, CPU and GPU.
Rust UpdatedSep 12, 2023 -
metalmorphosis Public
Distributed async runtime in rust, with a focus on being able to build computation graphs (specifically auto-diff)
-
slas Public
Static Linear Algebra System
-
-
fourier-notebook Public
Notebook about fourier transformations, written in rust.
-
-
autodiff Public
Autodiff graph, in rust, for my final highschool programming project.
Rust UpdatedAug 14, 2023 -
-
levitate Public
Just works solution to numbers, mainly aimed at floats and mathematical use cases.
-
-
-
exotic Public
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 …
-
-
-
fast-floats Public
Forked from bluss/fast-floatsExperimental (unstable) “fast-math” wrappers for f32, f64
Rust Apache License 2.0 UpdatedFeb 22, 2022 -
pes Public
Photon Emission Simulation. Simulate photon emission when electrons jump orbits.