Crates.io | spaces |
lib.rs | spaces |
version | 6.0.0 |
source | src |
created_at | 2018-02-09 15:34:39.305246 |
updated_at | 2022-02-09 23:49:48.982335 |
description | Set/space primitives for defining machine learning problems. |
homepage | |
repository | https://github.com/tspooner/spaces |
max_upload_size | |
id | 50367 |
size | 364,040 |
spaces
provides a set of set/space primitives for machine learning problems.
Traits such as Space
, and it's derivatives, may be used to define
state/action spaces, for example. Mappings between different spaces may also be
defined which simplify many common preprocessing tasks.
[dependencies]
spaces = "6.0"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate and adhere to the angularjs commit message conventions (see here).