An transformer based LLM. Written completely in Rust - tekaratzas/RustGPT... (more…)
Read more »
tl;dr: In Rust, “trait composition” are a neat way to keep code, where a lot of components come together and need to be piped up, clean and avoid spaghettifi... (more…)
Read more »
In this series we’ll create a simulation of evolution using neural network & genetic algorithm. (more…)
Read more »
Boring introduction Expectations on open source projects are becoming higher and higher everyday. If a project is not well documented or it doesn't have a test suite and a continuous integration environment, it is very unlikely that it will be taken ser... (more…)
Read more »
A WebAssembly image processing library that delivers blazing performance and can be called via JS. (more…)
Read more »