https://github.com/sdgunaa/Mojonet
A deep learning framework in mojo🔥
https://github.com/sdgunaa/Mojonet
deep-learning mojo neural-network tensor
Last synced: 9 months ago
JSON representation
A deep learning framework in mojo🔥
- Host: GitHub
- URL: https://github.com/sdgunaa/Mojonet
- Owner: sdgunaa
- License: apache-2.0
- Created: 2023-09-23T19:43:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T17:07:12.000Z (about 1 year ago)
- Last Synced: 2025-06-11T17:56:34.968Z (about 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
- awesome-mojo-max-mlir - MojoNet - sd/MojoNet?style=social"/> : MojoNet is a ML/DL framework written in mojo🔥 (Machine Learning)
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.