Project Awesome project awesome

Deep Learning > TensorFlow

Library for machine intelligence.

Collection 17.7k stars GitHub

Tutorials

TensorFlow Tutorial 1

From the basics to slightly more interesting applications of TensorFlow

TensorFlow Tutorial 2 6.0k updated 2y ago

Introduction to deep learning based on Google's TensorFlow framework. These tutorials are direct ports of Newmu's Theano

TensorFlow Tutorial 3 9.3k updated 5y ago

These tutorials are intended for beginners in Deep Learning and TensorFlow with well-documented code and YouTube videos.

TensorFlow Examples 43.8k updated 1y ago

TensorFlow tutorials and code examples for beginners

Sungjoon's TensorFlow-101 2.6k updated 6y ago

TensorFlow tutorials written in Python with Jupyter Notebook

Terry Um’s TensorFlow Exercises 615 updated 6y ago

Re-create the codes from other TensorFlow examples

Installing TensorFlow on Raspberry Pi 3

TensorFlow compiled and running properly on the Raspberry Pi

Classification on time series 3.5k updated 3y ago

Recurrent Neural Network classification in TensorFlow with LSTM on cellphone sensor data

Predict time series

Learn to use a seq2seq model on simple datasets as an introduction to the vast array of possibilities that this architecture offers

Single Image Random Dot Stereograms 6 updated 5y ago

SIRDS is a means to present 3D data in a 2D image. It allows for scientific data display of a waterfall type plot with no hidden lines due to perspective.

TensorFlow World 4.5k updated 5y ago

Concise and ready-to-use TensorFlow tutorials with detailed documentation are provided.

Effective Tensorflow 8.6k updated 5y ago

TensorFlow howtos and best practices. Covers the basics as well as advanced topics.

Models/Projects

Tensorflow-Project-Template 3.6k updated 3y ago

A simple and well-designed template for your tensorflow project.

Domain Transfer Network 862 updated 7y ago

Implementation of Unsupervised Cross-Domain Image Generation

Show, Attend and Tell

Attention Based Image Caption Generator

Neural Style 3.1k updated 5y ago

Implementation of Neural Style

SRGAN 3.5k updated 2y ago

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Pretty Tensor 1.2k (archived)

Pretty Tensor provides a high level builder API

Neural Style 5.5k updated 6mo ago

An implementation of neural style

AlexNet3D 42 updated 8y ago

An implementations of AlexNet3D. Simple AlexNet model but with 3D convolutional layers (conv3d).

TensorFlow White Paper Notes 433 updated 7y ago

Annotated notes and summaries of the TensorFlow white paper, along with SVG figures and links to documentation

NeuralArt 494 updated 3y ago

Implementation of A Neural Algorithm of Artistic Style

Generative Handwriting Demo using TensorFlow 703 updated 8y ago

An attempt to implement the random handwriting generation portion of Alex Graves' paper

Neural Turing Machine in TensorFlow 1.0k updated 8y ago

implementation of Neural Turing Machine

GoogleNet Convolutional Neural Network Groups Movie Scenes By Setting 358 updated 10y ago

Search, filter, and describe videos based on objects, places, and other things that appear in them

Neural machine translation between the writings of Shakespeare and modern English using TensorFlow 248 updated 3y ago

This performs a monolingual translation, going from modern English to Shakespeare and vice-versa.

Chatbot

Implementation of "A neural conversational model"

Seq2seq-Chatbot

Chatbot in 200 lines of code

DCGAN

Deep Convolutional Generative Adversarial Networks

GAN-CLS

Generative Adversarial Text to Image Synthesis

im2im 73 updated 5y ago

Unsupervised Image to Image Translation with Generative Adversarial Networks

Improved CycleGAN 88 updated 7y ago

Unpaired Image to Image Translation

DAGAN

Fast Compressed Sensing MRI Reconstruction

Colornet - Neural Network to colorize grayscale images 3.6k updated 6y ago

Neural Network to colorize grayscale images

Neural Caption Generator with Attention 504 updated 6y ago

Implementation of "Show, Attend and Tell"

Weakly_detector

Implementation of "Learning Deep Features for Discriminative Localization"

Dynamic Capacity Networks 9 updated 10y ago

Implementation of "Dynamic Capacity Networks"

HMM in TensorFlow 285 updated 8y ago

Implementation of viterbi and forward/backward algorithms for HMM

DeepOSM 1.3k updated 9y ago

Train TensorFlow neural nets with OpenStreetMap features and satellite imagery.

DQN-tensorflow 2.6k updated 7y ago

TensorFlow implementation of DeepMind's 'Human-Level Control through Deep Reinforcement Learning' with OpenAI Gym by Devsisters.com

A3C 7.4k updated 3y ago

Asynchronous Advantage Actor Critic (A3C) for Continuous Action Space (Bipedal Walker)

DAGGER

For Playing Gym Torcs

TRPO 42 updated 8y ago

For Continuous and Discrete Action Space by

Highway Network 56 updated 9y ago

TensorFlow implementation of "Training Very Deep Networks" with a blog post

Hierarchical Attention Networks

TensorFlow implementation of "Hierarchical Attention Networks for Document Classification"

Sentence Classification with CNN 5.7k updated 1y ago

TensorFlow implementation of "Convolutional Neural Networks for Sentence Classification" with a blog post

End-To-End Memory Networks 341 updated 9y ago

Implementation of End-To-End Memory Networks

Character-Aware Neural Language Models 780 updated 7y ago

TensorFlow implementation of Character-Aware Neural Language Models

YOLO TensorFlow ++ 6.2k updated 2y ago

TensorFlow implementation of 'YOLO: Real-Time Object Detection', with training and an actual support for real-time running on mobile devices.

Wavenet 5.4k updated 2y ago

This is a TensorFlow implementation of the WaveNet generative neural network architecture for audio generation.

Mnemonic Descent Method

Tensorflow implementation of "Mnemonic Descent Method: A recurrent process applied for end-to-end face alignment"

CNN visualization using Tensorflow 779 updated 7y ago

Tensorflow implementation of "Visualizing and Understanding Convolutional Networks"

VGAN Tensorflow 15 updated 8y ago

Tensorflow implementation for MIT "Generating Videos with Scene Dynamics" by Vondrick et al.

3D Convolutional Neural Networks in TensorFlow 792 updated 6y ago

Implementation of "3D Convolutional Neural Networks for Speaker Verification application" in TensorFlow by Torfi et al.

U-Net 531 updated 6y ago

For Brain Tumor Segmentation

Spatial Transformer Networks 36 updated 6y ago

Learn the Transformation Function

Lip Reading - Cross Audio-Visual Recognition using 3D Architectures in TensorFlow

TensorFlow Implementation of "Cross Audio-Visual Recognition in the Wild Using Deep Learning" by Torfi et al.

Attentive Object Tracking

Implementation of "Hierarchical Attentive Recurrent Tracking"

Holographic Embeddings for Graph Completion and Link Prediction updated 8y ago

Implementation of Holographic Embeddings of Knowledge Graphs

Unsupervised Object Counting 80 updated 7y ago

Implementation of "Attend, Infer, Repeat"

Tensorflow FastText 303 updated 7y ago

A simple embedding based text classifier inspired by Facebook's fastText.

MusicGenreClassification 599 updated 6y ago

Classify music genre from a 10 second sound stream using a Neural Network.

Kubeflow 15.5k updated 2mo ago

Framework for easily using Tensorflow with Kubernetes.

TensorNets 999 updated 5y ago

40+ Popular Computer Vision Models With Pre-trained Weights.

Ladder Network 99 updated 4y ago

Implementation of Ladder Network for Semi-Supervised Learning in Keras and Tensorflow

TF-Unet 2 updated 6y ago

General purpose U-Network implemented in Keras for image segmentation

Sarus TF2 Models 37 updated 4y ago

A long list of recent generative models implemented in clean, easy to reuse, Tensorflow 2 code (Plain Autoencoder, VAE, VQ-VAE, PixelCNN, Gated PixelCNN, PixelCNN++, PixelSNAIL, Conditional Neural Processes).

Libraries

Lattice 520 updated 1y ago

Implementation of Monotonic Calibrated Interpolated Look-Up Tables in TensorFlow

tensorflow.rb 832 updated 4y ago

TensorFlow native interface for ruby using SWIG

tflearn

Deep learning library featuring a higher-level API

TensorLayer 7.4k updated 3y ago

Deep learning and reinforcement learning library for researchers and engineers

TensorFrames

TensorFlow binding for Apache Spark

TensorForce 3.3k updated 1y ago

TensorForce: A TensorFlow library for applied reinforcement learning

TensorFlowOnSpark 3.9k updated 2y ago

initiative from Yahoo! to enable distributed TensorFlow with Apache Spark.

caffe-tensorflow 2.8k updated 6y ago

Convert Caffe models to TensorFlow format

keras-js 5.0k updated 3y ago

Run Keras models (tensorflow backend) in the browser, with GPU support

NNFlow 7 updated 5y ago

Simple framework allowing to read-in ROOT NTuples by converting them to a Numpy array and then use them in Google Tensorflow.

Sonnet 9.9k updated 1mo ago

Sonnet is DeepMind's library built on top of TensorFlow for building complex neural networks.

tensorpack 6.3k updated 2y ago

Neural Network Toolbox on TensorFlow focusing on training speed and on large datasets.

tf-encrypted 3 updated 3y ago

Layer on top of TensorFlow for doing machine learning on encrypted data

pytorch2keras 862 updated 3y ago

Convert PyTorch models to Keras (with TensorFlow backend) format

gluon2keras updated 7y ago

Convert Gluon models to Keras (with TensorFlow backend) format

StellarGraph 3.0k updated 1y ago

Machine Learning on Graphs, a Python library for machine learning on graph-structured (network-structured) data.

DeepBay 4 updated 6y ago

High-Level Keras Complement for implement common architectures stacks, served as easy to use plug-n-play modules

TensorLayerX 527 updated 2mo ago

TensorLayerX: A Unified Deep Learning Framework for All Hardwares, Backends and OS, including TensorFlow.

Txeo 52 updated 10mo ago

A modern C++ wrapper for TensorFlow.

Tensorflow-Probability 7.1k updated 2d ago

Probabilistic programming built on TensorFlow that makes it easy to combine probabilistic models and deep learning on modern hardware.

Papers

Credits