**Updated `examples` Dependencies**
- Refined `extras_require` in `setup.py` to ensure installation of example dependencies.
- To install with examples, use:
bash
pip install "tn4ml[examples]"
**New examples from our paper**
- Added new example scripts from our paper ["_tn4ml: Tensor Network Training and Customization for Machine Learning_"](https://arxiv.org/abs/2502.13090)
**Updated docs**