https://github.com/joymohanty8999/transformer-translate-cpp
This repository contains a custom implementation of the Transformer architecture from scratch in C++. Inspired by the “Attention Is All You Need” paper, the project includes all key components of the Transformer, such as multi-head attention, positional encoding, and encoder-decoder layers.
https://github.com/joymohanty8999/transformer-translate-cpp
attention-mechanism cmakelists cpp17 deep-learning positional-encoding transformers
Last synced: 10 months ago
JSON representation
This repository contains a custom implementation of the Transformer architecture from scratch in C++. Inspired by the “Attention Is All You Need” paper, the project includes all key components of the Transformer, such as multi-head attention, positional encoding, and encoder-decoder layers.
- Host: GitHub
- URL: https://github.com/joymohanty8999/transformer-translate-cpp
- Owner: joymohanty8999
- Created: 2025-01-28T20:03:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T23:20:17.000Z (over 1 year ago)
- Last Synced: 2025-01-28T23:29:10.164Z (over 1 year ago)
- Topics: attention-mechanism, cmakelists, cpp17, deep-learning, positional-encoding, transformers
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README