mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Add deep dream notebook.
This commit is contained in:
parent
e73bdd8c49
commit
1426c3b7be
14
README.md
14
README.md
|
@ -21,6 +21,7 @@ For detailed instructions, scripts, and tools to more optimally set up your deve
|
|||
* [amazon web services](#aws)
|
||||
* [kaggle-and-business-analyses](#kaggle-and-business-analyses)
|
||||
* [scikit-learn](#scikit-learn)
|
||||
* [deep-learning](#deep-learning)
|
||||
* [statistical-inference-scipy](#statistical-inference-scipy)
|
||||
* [pandas](#pandas)
|
||||
* [matplotlib](#matplotlib)
|
||||
|
@ -120,6 +121,19 @@ IPython Notebook(s) demonstrating scikit-learn functionality.
|
|||
| [gmm](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-gmm.ipynb) | Gaussian mixture models. |
|
||||
| [validation](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/scikit-learn/scikit-learn-validation.ipynb) | Validation and model selection. |
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="http://i.imgur.com/ZhKXrKZ.png">
|
||||
</p>
|
||||
|
||||
## deep-learning
|
||||
|
||||
IPython Notebook(s) demonstrating deep learning functionality.
|
||||
|
||||
| Notebook | Description |
|
||||
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [deep dream](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/deep-dream/dream.ipynb) | Caffe-based computer vision program which uses a convolutional neural network to find and enhance patterns in images. |
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/scipy.png">
|
||||
|
|
597
deep-learning/deep-dream/dream.ipynb
Normal file
597
deep-learning/deep-dream/dream.ipynb
Normal file
File diff suppressed because one or more lines are too long
BIN
deep-learning/deep-dream/flowers.jpg
Normal file
BIN
deep-learning/deep-dream/flowers.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
deep-learning/deep-dream/sky1024px.jpg
Normal file
BIN
deep-learning/deep-dream/sky1024px.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Loading…
Reference in New Issue
Block a user