Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

A deep learning framework in mojo🔥

Awesome Lists containing this project

README

        


mojonet

> [!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.