All Projects → wagamamaz → Tensorflow Tutorial

wagamamaz / Tensorflow Tutorial

TensorFlow and Deep Learning Tutorials

Projects that are alternatives of or similar to Tensorflow Tutorial

Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (-66.84%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, recurrent-neural-networks, tensorflow-tutorials, autoencoder, tensorlayer
Ml In Tf
Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!
Stars: ✭ 45 (-93.98%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, neural-networks, deep-reinforcement-learning, recurrent-neural-networks
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (-52.27%)
Mutual labels:  reinforcement-learning, neural-networks, tensorflow-tutorials, tensorlayer
Coursera Deep Learning Specialization
Notes, programming assignments and quizzes from all courses within the Coursera Deep Learning specialization offered by deeplearning.ai: (i) Neural Networks and Deep Learning; (ii) Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization; (iii) Structuring Machine Learning Projects; (iv) Convolutional Neural Networks; (v) Sequence Models
Stars: ✭ 188 (-74.87%)
Mutual labels:  convolutional-neural-networks, neural-networks, recurrent-neural-networks, neural-machine-translation
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-73.93%)
Mutual labels:  convolutional-neural-networks, neural-networks, cnn, recurrent-neural-networks
Komputation
Komputation is a neural network framework for the Java Virtual Machine written in Kotlin and CUDA C.
Stars: ✭ 295 (-60.56%)
Mutual labels:  convolutional-neural-networks, neural-networks, recurrent-neural-networks
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-59.36%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning
Tensorflow Project Template
A best practice for tensorflow project template architecture.
Stars: ✭ 3,466 (+363.37%)
Mutual labels:  convolutional-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (-49.87%)
Mutual labels:  convolutional-neural-networks, cnn, recurrent-neural-networks
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-97.73%)
Mutual labels:  deep-reinforcement-learning, recurrent-neural-networks, deep-learning-tutorial
Rlzoo
A Comprehensive Reinforcement Learning Zoo for Simple Usage 🚀
Stars: ✭ 342 (-54.28%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, tensorlayer
First Steps Towards Deep Learning
This is an open sourced book on deep learning.
Stars: ✭ 376 (-49.73%)
Mutual labels:  convolutional-neural-networks, recurrent-neural-networks, deep-learning-tutorial
Neurec
Next RecSys Library
Stars: ✭ 731 (-2.27%)
Mutual labels:  convolutional-neural-networks, neural-networks, autoencoder
Rlgraph
RLgraph: Modular computation graphs for deep reinforcement learning
Stars: ✭ 272 (-63.64%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+342.11%)
Mutual labels:  convolutional-neural-networks, recurrent-neural-networks, autoencoder
Easy Tensorflow
Simple and comprehensive tutorials in TensorFlow
Stars: ✭ 2,871 (+283.82%)
Mutual labels:  reinforcement-learning, convolutional-neural-networks, recurrent-neural-networks
Tensorflow Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
Stars: ✭ 4,122 (+451.07%)
Mutual labels:  cnn, tensorflow-tutorials, autoencoder
Human Activity Recognition Using Cnn
Convolutional Neural Network for Human Activity Recognition in Tensorflow
Stars: ✭ 382 (-48.93%)
Mutual labels:  notebook, convolutional-neural-networks, cnn
Introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
Stars: ✭ 4,955 (+562.43%)
Mutual labels:  neural-networks, deep-reinforcement-learning, tensorflow-tutorials
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (-31.55%)
Mutual labels:  reinforcement-learning, neural-networks, deep-reinforcement-learning

TensorFlow and Deep Learning Tutorials



Google's Deep Learning Tutorials

Deep Learning Reading List

Tutorial index

0 - Prerequisite

  • Introduction to Machine Learning (notebook)
  • Introduction to MNIST Dataset (notebook)

1 - Introduction

2 - Basic Models

3 - Neural Networks

4 - Utilities

  • Save and Restore a model (notebook) (code)
  • Tensorboard - Graph and loss visualization (notebook) (code)
  • Tensorboard - Advanced visualization (code)

5 - Multi GPU

Dataset

Some examples require MNIST dataset for training and testing. Don't worry, this dataset will automatically be downloaded when running examples (with input_data.py). MNIST is a database of handwritten digits, for a quick description of that dataset, you can check this notebook.

Official Website: http://yann.lecun.com/exdb/mnist/

Selected Repositories

Tricks

Examples

Basics

Computer Vision

Natural Language Processing

Adversarial Learning

Reinforcement Learning

Miscellaneous

Useful Links

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].