spaces

Crates.iospaces
lib.rsspaces
version6.0.0
sourcesrc
created_at2018-02-09 15:34:39.305246
updated_at2022-02-09 23:49:48.982335
descriptionSet/space primitives for defining machine learning problems.
homepage
repositoryhttps://github.com/tspooner/spaces
max_upload_size
id50367
size364,040
Thomas Spooner (tspooner)

documentation

https://docs.rs/spaces

README

spaces (api)

Crates.io Build Status Coverage Status

Overview

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.

Installation

[dependencies]
spaces = "6.0"

Contributing

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).

License

MIT

Commit count: 177

cargo fmt