An open API service indexing awesome lists of open source software.

https://github.com/rust-ndarray/ndarray-examples

A collection of examples leveraging the ndarray ecosystem.
https://github.com/rust-ndarray/ndarray-examples

Last synced: 10 months ago
JSON representation

A collection of examples leveraging the ndarray ecosystem.

Awesome Lists containing this project

README

          

# ndarray-examples

A collection of examples leveraging the `ndarray` ecosystem.

Each example folder contains a description and instructions on how to run it. Do not run `cargo run` or `cargo build` from the top level folder!

Table of contents:

- [Linear regression](https://github.com/rust-ndarray/ndarray-examples/tree/master/linear_regression)
- [K-Means clustering](https://github.com/rust-ndarray/ndarray-examples/tree/master/k_means)

## Contributing

New examples are welcome!

Please open an issue to discuss your example proposal and get involved!

## License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
http://opensource.org/licenses/MIT, at your
option. This file may not be copied, modified, or distributed
except according to those terms.