Module Ocannl

module Nn_blocks : sig ... end

This file contains basic building blocks for neural networks, with limited functionality. Feel free to copy-paste and modify as needed.

module Operation : sig ... end

Computational primitives for neural networks, integrating Tensor with Assignments.

module PrintBox_utils : sig ... end
module Row : sig ... end

The row type, shape inference related types and constraint solving.

module Shape : sig ... end
module Tensor : sig ... end
module Train : sig ... end