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
- Host: GitHub
- URL: https://github.com/ajlearner46/algorithms-architectures-and-models-from-scratch
- Owner: AJlearner46
- Created: 2023-06-19T13:16:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T18:50:53.000Z (over 1 year ago)
- Last Synced: 2025-03-11T19:38:16.680Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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