https://github.com/unixjunkie/odnnr
Regressor in OCaml using a Deep Neural Network
https://github.com/unixjunkie/odnnr
Last synced: 5 months ago
JSON representation
Regressor in OCaml using a Deep Neural Network
- Host: GitHub
- URL: https://github.com/unixjunkie/odnnr
- Owner: UnixJunkie
- License: other
- Created: 2020-06-03T01:55:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T01:49:29.000Z (over 3 years ago)
- Last Synced: 2025-11-23T20:03:11.201Z (7 months ago)
- Language: OCaml
- Size: 2.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odnnr
Regressor in OCaml using a Deep Neural Network
Some OCaml functions to drive the Deep Learning R 'keras' package
(only for training a regressor using a multi-layer perceptron).
This library really fires up and talks to an R interpreter.