package neural_nets_lib

  1. Overview
  2. Docs
A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.0.4.tar.gz
md5=5beaaa0b377bec3badffffbf9f4dec4a
sha512=a37a67452746143f0f5ba2e81f98d6fed31fb4397e0a85f4a35aedc805b4e0405ea89d465c6f80941c465fb61d5d6119806cb73b5c5ead925797eb80d19c5ade

doc/neural_nets_lib.datasets/Datasets/Names/index.html

Module Datasets.NamesSource

Sourceval read_names : unit -> Base.string Base.list
Sourceval get_all_bigrams : unit -> (Base.String.elt * Base.String.elt) Base.List.t
Sourceval letters_with_dot : Base.Char.t list
Sourceval char_to_index_tbl : (Base.Char.t, int) Base.Hashtbl.t
Sourceval char_index : Base.Char.t Base.Hashtbl.key -> int
Sourceval dict_size : int
Sourceval char_to_one_hot : Base.Char.t Base.Hashtbl.key -> float Base.Array.t
OCaml

Innovation. Community. Security.