MiniML is a lightweight Julia package for deep learning built from scratch.
- Basic tensor operations with computation graph tracing
- Automatic differentiation and backpropagation
- Neural network components (activations, loss functions, performance metrics, etc.).
using Pkg
Pkg.add(url = "https://github.com/arqamrp/MiniML.jl")
Take a look at the examples folder!