Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roderyc/learners
Machine learning algorithms written in scheme
https://github.com/roderyc/learners
Last synced: 2 months ago
JSON representation
Machine learning algorithms written in scheme
- Host: GitHub
- URL: https://github.com/roderyc/learners
- Owner: roderyc
- Created: 2011-05-02T20:16:16.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-02T20:17:59.000Z (over 13 years ago)
- Last Synced: 2024-08-04T22:18:49.477Z (6 months ago)
- Language: Scheme
- Homepage:
- Size: 95.7 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-racket-and-scheme - learners
README
This source is standard r5rs scheme, but has only been run in scheme48. To run
it in that environment, open scheme48 (or scsh) and run> ,exec ,load load.scm
from this directory. After that, you'll have all the bindings listed in
interfaces.scm. For now, read the source for details on them..