mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Add example demos to README.md
This commit is contained in:
parent
d0f9e80dfc
commit
1192a78955
18
README.md
18
README.md
@ -192,6 +192,24 @@ E.g. to run the `game_of_life` example:
|
|||||||
cargo run --example game_of_life
|
cargo run --example game_of_life
|
||||||
```
|
```
|
||||||
|
|
||||||
|
More demos:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo run --example linear_regression
|
||||||
|
cargo run --example logistic_regression
|
||||||
|
cargo run --example k_means
|
||||||
|
cargo run --example pca
|
||||||
|
```
|
||||||
|
|
||||||
|
To simply list all available examples, you can run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# this technically raises an error, but it will list all examples
|
||||||
|
cargo run --example
|
||||||
|
```
|
||||||
|
|
||||||
|
Each demo runs a couple of mini-scenarios showcasing the APIs.
|
||||||
|
|
||||||
### Running benchmarks
|
### Running benchmarks
|
||||||
|
|
||||||
To run the benchmarks, use:
|
To run the benchmarks, use:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user