Sea-Snell / MLLibCpp
A machine learning library capable of training various deep neural networks (RNNs, LSTMs, DBNs, ect...) on a GPU. It makes use of auto-differentiation algorithms. Written in C++ with OpenCl.
☆11Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for MLLibCpp
- Exploring an idea where one forgets about efficiency and carries out attention across each edge of the nodes (tokens)☆43Updated last month
- My explorations into editing the knowledge and memories of an attention network☆34Updated last year
- RWKV model implementation☆38Updated last year
- ☆29Updated 2 weeks ago
- Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing☆47Updated 2 years ago
- Implementation of a Transformer using ReLA (Rectified Linear Attention) from https://arxiv.org/abs/2104.07012☆49Updated 2 years ago
- CUDA implementation of autoregressive linear attention, with all the latest research findings☆43Updated last year
- Experiment of using Tangent to autodiff triton☆72Updated 9 months ago
- Triton Implementation of HyperAttention Algorithm☆46Updated 11 months ago
- PyTorch implementation of GLOM☆21Updated 2 years ago
- Official repository for the paper "Approximating Two-Layer Feedforward Networks for Efficient Transformers"☆36Updated 11 months ago
- [NeurIPS 2023] Sparse Modular Activation for Efficient Sequence Modeling☆35Updated 11 months ago
- HomebrewNLP in JAX flavour for maintable TPU-Training☆46Updated 9 months ago
- ☆29Updated 2 years ago
- sigma-MoE layer☆18Updated 10 months ago
- A simple implementation of a deep linear Pytorch module☆18Updated 4 years ago
- A simple Transformer where the softmax has been replaced with normalization☆18Updated 4 years ago
- LayerNorm(SmallInit(Embedding)) in a Transformer to improve convergence☆45Updated 2 years ago
- Parallel Associative Scan for Language Models☆18Updated 10 months ago
- ☆23Updated 8 months ago
- Code for the paper "Query-Key Normalization for Transformers"☆34Updated 3 years ago
- Fast and memory-efficient exact attention☆26Updated this week
- A case study of efficient training of large language models using commodity hardware.☆68Updated 2 years ago
- Implementation of GateLoop Transformer in Pytorch and Jax☆86Updated 4 months ago
- Standalone Product Key Memory module in Pytorch - for augmenting Transformer models☆72Updated 3 months ago
- 32 times longer context window than vanilla Transformers and up to 4 times longer than memory efficient Transformers.☆42Updated last year