package kaun

  1. Overview
  2. No Docs
Flax-inspired neural network library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

raven-1.0.0.alpha1.tbz
sha256=8e277ed56615d388bc69c4333e43d1acd112b5f2d5d352e2453aef223ff59867
sha512=369eda6df6b84b08f92c8957954d107058fb8d3d8374082e074b56f3a139351b3ae6e3a99f2d4a4a2930dd950fd609593467e502368a13ad6217b571382da28c

Description

Kaun brings modern deep learning to OCaml with a flexible, type-safe API for building and training neural networks. It leverages Rune for automatic differentiation and computation graph optimization while maintaining OCaml's functional programming advantages.

Dependencies (8)

  1. nx-datasets = version
  2. rune = version
  3. saga = version
  4. domainslib >= "0.5.0"
  5. yojson >= "2.0.0"
  6. logs
  7. dune >= "3.19"
  8. ocaml >= "5.3.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by (3)

  1. fehu < "1.0.0~alpha2"
  2. quill = "1.0.0~alpha1"
  3. raven = "1.0.0~alpha1"

Conflicts

None