ocaml-nn
Neural Network Library
A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters
Fully functional implementation of FCNNs with Back Prop
5 stars
1 watching
0 forks
Language: OCaml
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 593 |
owlbarn/owl | A comprehensive scientific computing framework designed to provide a powerful and flexible toolset for writing concise, fast, and safe analytical code in OCaml. | 1,225 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 411 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 689 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,601 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 124 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,017 |
correlllab/nn4mc_cpp | Enables microcontrollers to make online predictions using trained neural networks | 29 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
c-cube/ocaml-containers | A modular standard library extension and string library for OCaml | 494 |
laurentmazare/ocaml-bert | Implementing BERT-like NLP models in OCaml using PyTorch bindings and pre-trained weights from popular sources. | 24 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 285 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |