#Transformer-architecture
Showing 21 of 21 repositories tagged #transformer-architecture, ranked by stars
An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io/vallex/
An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
Self-contained Machine Learning and Natural Language Processing library in Go
Implementation of the Swin Transformer in PyTorch.
[IGARSS'22]: A Transformer-Based Siamese Network for Change Detection
Build high-performance AI models with modular building blocks
[ECCV 2022] Official repository for "MaxViT: Multi-Axis Vision Transformer". SOTA foundation models for classification, detection, segmentation, image quality, and generative modeling...
A novel implementation of fusing ViT with Mamba into a fast, agile, and high performance Multi-Modal Model. Powered by Zeta, the simplest AI framework ever.
This repo contains the updated version of all the assignments/labs (done by me) of Deep Learning Specialization on Coursera by Andrew Ng. It includes building various deep learning models from scratch and implementing them for object detection, facial recognition, autonomous driving, neural machine translation, trigger word detection, etc.
Seq2SeqSharp is a tensor based fast & flexible deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, different network types (Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, MacOS), multimodal model for text and images and so on.
LLM을 활용한 실전 AI 애플리케이션 개발
Basic Gesture Recognition Using mmWave Sensor - TI AWR1642
Implementation of the LongRoPE: Extending LLM Context Window Beyond 2 Million Tokens Paper
My implementation of "Algorithm of Thoughts: Enhancing Exploration of Ideas in Large Language Models"
This repository is used to collect papers and code in the field of AI.
Edge-Augmented Graph Transformer
Human Scene Transformer: A framework for trajectory prediction and wrappers for reframing the JRDB dataset for the prediction task.
A numpy implementation of the Transformer model in "Attention is All You Need"
FxChartAI AI-Agent Trading EA is an open-source MQL5 Expert Advisor for MetaTrader 5 that trades using signals from FxChartAI. It employs trend confirmation, candle tail/trendline analysis, and dynamic order management. Free for personal & commercial use. Contributions welcome.
Inspired by Andrej Karpathy’s "Let’s Build GPT", this project guides you step‑by‑step to build a GPT from scratch, demystifying its architecture through clear, hands‑on code.
A GPT-2-class language model trained from scratch on OpenWebText with the intent to augment AI Transformer-model education and reverse engineer GPT models from scratch.