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.
- Host: GitHub
- URL: https://github.com/rust-ndarray/ndarray-examples
- Owner: rust-ndarray
- License: apache-2.0
- Created: 2019-08-04T19:45:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T02:27:16.000Z (about 6 years ago)
- Last Synced: 2025-04-04T18:02:22.402Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.