https://github.com/guna-sd/mojonet
A deep learning framework in mojo🔥
https://github.com/guna-sd/mojonet
deep-learning mojo neural-network tensor
Last synced: over 1 year ago
JSON representation
A deep learning framework in mojo🔥
- Host: GitHub
- URL: https://github.com/guna-sd/mojonet
- Owner: guna-sd
- License: apache-2.0
- Created: 2023-09-23T19:43:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:46:55.000Z (over 1 year ago)
- Last Synced: 2025-03-06T13:40:05.201Z (over 1 year ago)
- Topics: deep-learning, mojo, neural-network, tensor
- Language: Mojo
- Homepage:
- Size: 66 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> Mojonet is under development and the API is subject to change.
Mojonet is a ML/DL framework written in Mojo🔥.
#### TODO
- [x] Tensors and Tensor Operations.
- [x] Tensor Broadcasting.
- [x] Tensor bmm and fusedbmm.
- [x] Activations and math operations.
- [x] Tensor Serialization and Deserialization
- [ ] Autograd
- [ ] Neural Network Layers
- [ ] Data Loaders
- [ ] Quantization
- [ ] Gpu support
For now, these are the primary areas of focus for Mojonet's development.