All Projects → blueberrymusic → Deeplearningbookcode Volume2

blueberrymusic / Deeplearningbookcode Volume2

Licence: other
Python/Jupyter notebooks for Volume 2 of "Deep Learning - From Basics to Practice" by Andrew Glassner

Projects that are alternatives of or similar to Deeplearningbookcode Volume2

Wximage
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Kaggle Competitions
All Kaggle competitions
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Awesome Panel
A repository for sharing knowledge on Panel by HoloViz in order to build awesome analytics apps in Python
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Quantandfinancial
This repository contains supporting examples which are referenced from posts published on www.quantandfinancial.com
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Fast Track To Data Science 30 Days
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Vae Text Generation
Text Generation Using A Variational Autoencoder
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Ismir2018 tutorial
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Examples and IPython Notebooks about NetworkX
Stars: ✭ 93 (-2.11%)
Mutual labels:  jupyter-notebook
Deepspeechdistances
Authors' implementation of DeepSpeech Distances.
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Neon course
neon tutorials
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Lstm Odyssey
Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Mslearn Dp100
Lab files for Azure Machine Learning exercises
Stars: ✭ 92 (-3.16%)
Mutual labels:  jupyter-notebook
Deep Learning Python
Intro to Deep Learning, including recurrent, convolution, and feed forward neural networks.
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Waveflow
A PyTorch implementation of "WaveFlow: A Compact Flow-based Model for Raw Audio"
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Python option pricing
An libary to price financial options written in Python. Includes: Black Scholes, Black 76, Implied Volatility, American, European, Asian, Spread Options
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Python
Python 3
Stars: ✭ 94 (-1.05%)
Mutual labels:  jupyter-notebook
Spatial graph convnets
PyTorch implementation of residual gated graph ConvNets, ICLR’18
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Py Thin Plate Spline
Code for computing interpolating / approximating thin plate splines.
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
Set of Jupyter Notebooks, along with datafiles, to get started with Scientific Computing in Astronomy
Stars: ✭ 95 (+0%)
Mutual labels:  jupyter-notebook

"Deep Learning - From Basics to Practice" by Andrew Glassner

Books available from Amazon

Buy Volume 1

Buy Volume 2

Free Kindle Apps

The books are available from Amazon in Kindle form. Amazon makes a free Kindle reader for practically anything with a screen. You can download them at https://www.amazon.com/kindle-dbs/fd/kcp

Jupyter notebooks and Figures

ABOUT PYTHON 2 AND LIBRARY VERSIONS

These notebooks were all written using Python 2 and corresponding versions of Keras, PyTorch, and TensorFlow. The world has continued to spin, and now Python 3 has taken over, with the libraries also updating to match, as well as adding new features. Unfortunately, I don't have the time or resources to update all of these notebooks to Python 3. I think most of them should be easy to port with just a few changes, most notably to using parens in print statements, and some small changes to library calls. If you would like to update the notebooks to Python 3, go for it! And send me a pull request so I can include your work here. The rest of this file is left unchanged from its original contents.

ABOUT THE NOTEBOOKS

Only three chapters in the book contain explicit code. Chapter 15 discusses the Scikit-Learn library, and Chapters 23 and 24 discuss the Keras library. All of the code in these chapters is in Python, and is provided in Jupyter notebooks.

Most other chapters in the book contain at least some figures that were generated procedurally using Python. Those chapters also have associated notebooks which are available here. Those notebooks are not part of the book itself, but are offered as a kind of "behind the scenes" look at how the figures were made for those who want to dig into the process. These notebooks are only lightly documented.

Because of their role as learning materials, all of the code in these notebooks was written to emphasize clarity over all other stylistic concerns. This means that much of it can be shortened, and probably made faster as well. Feel free to dig in, optimize, convert to other languages, or otherwise play with the code.

All the notebooks are released under the MIT license. Informally, you're free to do pretty much anything with the code, including using it in your own projects, or even including it in commercial projects, as long as you keep my copyright along with the code. While I strove for accuracy and correctness, there is no warranty that the code is bug-free or fit for any purpose.

Some notebooks work with images. The images I used in the book are included with the notebooks. See the section below on Figures for details on their licensing, and see the book for the URL where each image may be found. All images without an explicit citation in the book are by the author, and are released under the MIT license.

The code for Volumes 1 and 2 are each in their own GitHub repo:

Notebooks for Volume 1:

Notebooks for Volume 2:

ABOUT THE FIGURES

The book is illustrated with roughly 1000 original figures. Most were drawn by the author in Adobe Illustrator. A few were drawn in Photoshop. All are available here in PNG format.

Most of these images are saved at high resolution (300 dpi or better), so they are appropriate for presentations and talks even when projected to large size.

All of these figures are released under the MIT license, like the code. This means you're free to use them any way you like, as long as you keep the copyright associated with them somehow. Use them for your classes, reports, papers, presentations, whatever you like!

You're not required to attribute me or the book if you use these images, but I'd appreciate it if you would.

Some figures include photographs. Many of these are by the author. All other photos are from Wikiart, Wikimedia, or Pixabay. The book provides a citation and URL to the source of each of these images. The first two sites state that their images are in the public domain. All images selected from Pixabay are labeled as released under the Creative Commons CC0 license, and explicitly state, "Free for commercial use. No attribution required."

To help you better sort through and choose figures, thumbnails for all the figures are available.

Thumbnails for all figures:

The figures for Volumes 1 and 2 are each in their own GitHub repo:

Figures for Volume 1:

Figures for Volume 2:

OTHER RESOURCES

Any other resources will be available in their own repository.

Other Resources:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].