## my old ml jupyter notebooks
#### 👾 **[my deep dreams (with caffe) adapted, on notebook.community](https://notebook.community/bt3gl/Machine-Learning-Resources/machine_learning_examples/deep_art/deepdream/examples/dream)**
--- ### installing and running these notebooks
install any dependences for [jupyter](http://jupyter.readthedocs.io/en/latest/install.html). for example, on a debian-based linux box:
```shell apt-get install build-essential python3-dev pip install jupyter ```
on the notebook directory, simply run:
```shell jupyter notebook ```