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

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.

Awesome Lists containing this project

README