Stars
tiktoken is a fast BPE tokeniser for use with OpenAI's models.
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
Implementation of "Rapid Salient Object Detection with Difference Convolutional Neural Networks"
Inspect: A framework for large language model evaluations
JohannesBuchner / imagehash
Forked from bunchesofdonald/photohashA Python Perceptual Image Hashing Module
An extremely fast Python package and project manager, written in Rust.
AlexeyAB / darknet
Forked from pjreddie/darknetYOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (V…
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filte…