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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:14:05.000Z (6 months ago)
- Last Synced: 2024-11-04T11:20:47.162Z (6 months ago)
- Topics: deep-learning, mojo, neural-network, tensor
- Language: Mojo
- Homepage:
- Size: 65.9 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)
- 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 supportFor now, these are the primary areas of focus for Mojonet's development.