mirror of
https://github.com/autistic-symposium/tensorflow-for-deep-learning-py.git
synced 2025-05-10 18:54:57 -04:00
38 lines
604 B
Markdown
38 lines
604 B
Markdown
## my old ml jupyter notebooks
|
|
|
|
<br>
|
|
|
|
|
|
#### 👾 **[my deep dreams (with caffe) adapted, on notebook.community](https://notebook.community/bt3gl/Machine-Learning-Resources/machine_learning_examples/deep_art/deepdream/examples/dream)**
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
### installing and running these notebooks
|
|
|
|
|
|
<br>
|
|
|
|
|
|
install any dependences for [jupyter](http://jupyter.readthedocs.io/en/latest/install.html). for example, on a debian-based linux box:
|
|
|
|
<br>
|
|
|
|
```shell
|
|
apt-get install build-essential python3-dev
|
|
pip install jupyter
|
|
```
|
|
|
|
<br>
|
|
|
|
on the notebook directory, simply run:
|
|
|
|
<br>
|
|
|
|
```shell
|
|
jupyter notebook
|
|
```
|
|
|
|
|
|
|