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: 11 months 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 | 592 |
owlbarn/owl | A comprehensive OCaml scientific computing framework for high-performance numerical computations and data analysis. | 1,222 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
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,594 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
correlllab/nn4mc_cpp | Enables online prediction and classification on microcontrollers using pre-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 | 492 |
laurentmazare/ocaml-bert | Implementing BERT-like NLP models in OCaml using PyTorch bindings and pre-trained weights from popular sources. | 23 |
ocaml-multicore/parallel-programming-in-multicore-ocaml | A tutorial on writing parallel programs using the Multicore OCaml compiler and its libraries. | 283 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |