Skip to content

Latest commit

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

UPDATE (Feb 27, 2017)

New free MOOC course covering all of this material in much more depth, as well as much more including combined variational autoencoders + generative adversarial networks, visualizing gradients, deep dream, style net, and recurrent networks: https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow-i/info

TensorFlow Tutorials

Everything is in the notebooks under notebooks, for TensorFlow r1.0. You can also read this tutorials in nbviewer.

Source codeDescription
1basics.pySetup with tensorflow and graph computation.
2linear_regression.pyPerforming regression with a single factor and bias.
3polynomial_regression.pyPerforming regression using polynomial factors.
4logistic_regression.pyPerforming logistic regression using a single layer neural network.
5basic_convnet.pyBuilding a deep convolutional neural network.
6modern_convnet.pyBuilding a deep convolutional neural network with batch normalization and leaky rectifiers.
7autoencoder.pyBuilding a deep autoencoder with tied weights.
8denoising_autoencoder.pyBuilding a deep denoising autoencoder which corrupts the input.
9convolutional_autoencoder.pyBuilding a deep convolutional autoencoder.
10residual_network.pyBuilding a deep residual network.
11variational_autoencoder.pyBuilding an autoencoder with a variational encoding.

Installation Guides

Resources

Author

Parag K. Mital, Jan. 2016.

http://pkmital.com

License

See LICENSE.md

About

From the basics to slightly more interesting applications of Tensorflow

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages