Vaibtan's Stars
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
academic/awesome-datascience
:memo: An awesome Data Science repository to learn and apply for real world problems.
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
leptos-rs/leptos
Build fast web applications with Rust.
statsmodels/statsmodels
Statsmodels: statistical modeling and econometrics in Python
google/highway
Performance-portable, length-agnostic SIMD with runtime dispatch
pytorch/serve
Serve, optimize and scale PyTorch models in production
cornellius-gp/gpytorch
A highly efficient implementation of Gaussian Processes in PyTorch
pytorch/botorch
Bayesian optimization in PyTorch
ARM-software/ComputeLibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
xtensor-stack/xsimd
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))
ermig1979/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
rust-lang/rustc-dev-guide
A guide to how rustc works and how to contribute to it.
RoaringBitmap/CRoaring
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
steadylearner/Rust-Full-Stack
Rust projects here are easy to use. There are blog posts for them also.
VcDevel/Vc
SIMD Vector Classes for C++
p12tic/libsimdpp
Portable header-only C++ low level SIMD library
cudamat/cudamat
Python module for performing basic dense linear algebra computations on the GPU using CUDA.
efficient/SuRF
First Practical and General-purpose Range Filter
tsoding/todo.asm
Todo Web Application in flat assembler
MoonKraken/rusty_llama
A simple ChatGPT clone in Rust on both the frontend and backend. Uses open source language models and TailwindCSS.
HazyResearch/flash-fft-conv
FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores
antouhou/rs-merkle
The most advanced Merkle tree library for Rust
tqchen/ML-SGHMC
Experiment code for Stochastic Gradient Hamiltonian Monte Carlo
gpapamak/snl
Sequential Neural Likelihood
Qanora/mstack-cpp
User-Space TCP/IP Stack Implemented in C++20.
uuazed/awesome-numerai
A curated list of awesome numerai libraries, tutorials and other resources.