Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smimram/ocaml-nn
Neural networks in OCaml.
https://github.com/smimram/ocaml-nn
neural-network ocaml
Last synced: 23 days ago
JSON representation
Neural networks in OCaml.
- Host: GitHub
- URL: https://github.com/smimram/ocaml-nn
- Owner: smimram
- License: lgpl-2.1
- Created: 2023-04-25T14:56:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T21:23:59.000Z (12 months ago)
- Last Synced: 2024-10-31T02:05:32.875Z (2 months ago)
- Topics: neural-network, ocaml
- Language: OCaml
- Homepage: https://smimram.github.io/ocaml-nn/
- Size: 57.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocaml-nn
A library for manipulating neural networks in OCaml: this is my own take at
learning neural networks. You can have a look at [the documentation for the
library](http://smimram.github.io/ocaml-nn/).## See also
Some related posts:
- [Build a Neural Network from Scratch in 60 lines of OCaml
Code](http://ryanrhymes.blogspot.com/2017/03/build-neural-network-from-scratch-in-60.html)
- [Deep Neural networks with OWL](https://ocaml.xyz/tutorial/neural-network.html)Some other libraries in OCaml:
- [OWL](https://ocaml.xyz/)
- [neuralnet-ocaml](https://github.com/ikatanic/neuralnet-ocaml)
- [OCaNN](https://ngoguey42.github.io/ocann0.html)