<!-- PCU: ch05-unsupervised | contract: contracts/apr-book-ch05-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch05_unsupervised -->
<!-- Status: enforced -->
# Chapter 05: Unsupervised Learning
> Contract: [`apr-book-ch05`](../../../contracts/apr-book-ch05-v1.yaml)
Run: `cargo run -p aprender-core --example ch05_unsupervised`
```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch05_unsupervised.rs}}
```