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

https://github.com/ajlearner46/algorithms-architectures-and-models-from-scratch


https://github.com/ajlearner46/algorithms-architectures-and-models-from-scratch

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Architecture Implementation
- [x] CNN
- [ ] LSTM
- [ ] ResNet
- [ ] Transformer
- [ ] VIT
- [ ] GPT-2
- [ ] BERT

## Paper Implementation
- [ ] Attention is all you need
- [ ] LoRA

## Algorithm Implementation
- [x] Sudoku solver in cpp
- [x] Morrish Traversal graph