An open API service indexing awesome lists of open source software.

https://github.com/mathew005/understanding-turboquant


https://github.com/mathew005/understanding-turboquant

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# Understanding TurboQuant

This repository contains a deep dive into the **TurboQuant** algorithm, exploring its mathematical foundations and hardware implementation.

## 🚀 Web Application
The main content is designed to be viewed as an interactive web application.
- **[Launch the Interactive Experience](index.html)** (Open `index.html` in your browser)

## 📖 Documentation
All core articles and deep dives have been moved to the `docs/` folder:
- **[Main Article](docs/article.md)**: The central overview of TurboQuant.
- **[Activation Outliers](docs/theory_outliers.md)**: Why standard quantization fails.
- **[Random Rotation](docs/theory_incoherence.md)**: The Principle of Incoherence.
- **[QJL Error Correction](docs/theory_qjl.md)**: Real-time 1-bit correction.
- **[Benchmarks](docs/benchmarks.md)**: Performance analysis of `pyturboquant`.

## 🛠️ Project Structure
- `docs/`: Markdown sources for the articles.
- `assets/`: Images, diagrams, `app.js`, and `style.css`.
- `index.html`: Web entry point.

---
*Created by Mathew Saju and Amal Baby Mathews.*