Awesome TensorFlow
by jtoy · jtoy/awesome-tensorflow
A curated list of dedicated TensorFlow experiments, libraries and projects.
Understanding the Internals of TensorFlow Learn Estimators
Coca-Cola's product code image recognizing neural network with user input feedback loop.
How Does The Machine Learning Library TensorFlow Work?
Key Features Illustrated
Introduces TensorFlow optimizations on Intel® Xeon® and Intel® Xeon Phi™ processor-based platforms based on an Intel/Google collaboration.
semantic segmentation and handling the TFRecord file format.
A survey of six months rapid evolution (+ tips/hacks and code to fix the ugly stuff), Dan Kuster at Indico, May 9, 2016
by Rodolfo Bonnin. This book covers various projects in TensorFlow that expose what can be done with TensorFlow in different scenarios. The book provides projects on training models, machine learning, deep learning, and working with various neural networks. Each project is an engaging and insightful exercise that will teach you how to use TensorFlow and show you how layers of data can be explored by working with Tensors.
by Hao Dong et al. This book covers both deep learning and the implementation by using TensorFlow and TensorLayer.
Develop Deep Learning Models on Theano and TensorFlow Using Keras by Jason Brownlee
by Jordi Torres, professor at UPC Barcelona Tech and a research manager and senior advisor at Barcelona Supercomputing Center
Get up and running with the latest numerical computing library by Google and dive deeper into your data, by Giancarlo Zaccone
by Aurélien Geron, former lead of the YouTube video classification team. Covers ML fundamentals, training and deploying deep nets across multiple servers and GPUs using TensorFlow, the latest CNN, RNN and Autoencoder architectures, and Reinforcement Learning (Deep Q).
H) by Dr. Chris A. Mattmann, Chief Data and Artificial Intelligence Officer at UCLA and author also of Tika in Action. This book makes the math-heavy topic of AI and ML approachable and practicle to a newcomer. Updated to Tensorflow2 and the latest version of this book.
Pby Cameron Davidson-Pilon. Introduction to Bayesian methods and probabilistic graphical models using tensorflow-probability (and, alternatively PyMC2/3).
by Thushan Ganegedara. This practical guide to building deep learning models with the new features of TensorFlow 2.0 is filled with engaging projects, simple language, and coverage of the latest algorithms.
Complete guide to use TensorFlow from the basics of graph computing, to deep learning models to using it in production environments - Bleeding Edge Press
DHigh-Level Keras Complement for implement common architectures stacks, served as easy to use plug-n-play modules
LImplementation of Monotonic Calibrated Interpolated Look-Up Tables in TensorFlow
NSimple framework allowing to read-in ROOT NTuples by converting them to a Numpy array and then use them in Google Tensorflow.
R interface to TensorFlow APIs, including Estimators, Keras, Datasets, etc.
SSonnet is DeepMind's library built on top of TensorFlow for building complex neural networks.
SMachine Learning on Graphs, a Python library for machine learning on graph-structured (network-structured) data.
SA TensorFlow implementation of the models described in Globally Normalized Transition-Based Neural Networks, Andor et al. (2016)
high-level TensorFlow API that greatly simplifies machine learning programming (originally tensorflow/skflow)
Probabilistic programming built on TensorFlow that makes it easy to combine probabilistic models and deep learning on modern hardware.
Tinitiative from Yahoo! to enable distributed TensorFlow with Apache Spark.
Lightweight, cross-platform library for deploying TensorFlow Lite models to mobile devices.
TDeep learning and reinforcement learning library for researchers and engineers
TTensorLayerX: A Unified Deep Learning Framework for All Hardwares, Backends and OS, including TensorFlow.
TNeural Network Toolbox on TensorFlow focusing on training speed and on large datasets.
3Implementation of "3D Convolutional Neural Networks for Speaker Verification application" in TensorFlow by Torfi et al.
AAsynchronous Advantage Actor Critic (A3C) for Continuous Action Space (Bipedal Walker)
AAn implementations of AlexNet3D. Simple AlexNet model but with 3D convolutional layers (conv3d).
AImplementation of "Hierarchical Attentive Recurrent Tracking"
CTensorFlow implementation of Character-Aware Neural Language Models
CTensorflow implementation of "Visualizing and Understanding Convolutional Networks"
DTrain TensorFlow neural nets with OpenStreetMap features and satellite imagery.
DTensorFlow implementation of DeepMind's 'Human-Level Control through Deep Reinforcement Learning' with OpenAI Gym by Devsisters.com
GSearch, filter, and describe videos based on objects, places, and other things that appear in them
HTensorFlow implementation of "Hierarchical Attention Networks for Document Classification"
HTensorFlow implementation of "Training Very Deep Networks" with a blog post
LImplementation of Ladder Network for Semi-Supervised Learning in Keras and Tensorflow
LTensorFlow Implementation of "Cross Audio-Visual Recognition in the Wild Using Deep Learning" by Torfi et al.
MTensorflow implementation of "Mnemonic Descent Method: A recurrent process applied for end-to-end face alignment"
A transfer learning library that simplifies the process of training, evaluation and deployment for TensorFlow Lite models (support: Image Classification, Object Detection, Text Classification, BERT Question Answer, Audio Classification, Recommendation etc.; API reference).
MClassify music genre from a 10 second sound stream using a Neural Network.
NThis performs a monolingual translation, going from modern English to Shakespeare and vice-versa.
SA 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).
STensorFlow implementation of "Convolutional Neural Networks for Sentence Classification" with a blog post
SPhoto-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
TA simple embedding based text classifier inspired by Facebook's fastText.
TAnnotated notes and summaries of the TensorFlow white paper, along with SVG figures and links to documentation
TA simple and well-designed template for your tensorflow project.
VTensorflow implementation for MIT "Generating Videos with Scene Dynamics" by Vondrick et al.
WThis is a TensorFlow implementation of the WaveNet generative neural network architecture for audio generation.
WImplementation of "Learning Deep Features for Discriminative Localization"
YTensorFlow implementation of 'YOLO: Real-Time Object Detection', with training and an actual support for real-time running on mobile devices.
Release of SyntaxNet, "an open-source neural network framework implemented in TensorFlow that provides a foundation for Natural Language Understanding systems.
An introduction to TensorFlow
The study is performed on several types of deep learning architectures and we evaluate the performance of the above frameworks when employed on a single machine for both (multi-threaded) CPU and GPU (Nvidia Titan X) settings
In this paper, we extend recently proposed Google TensorFlow for execution on large scale clusters using Message Passing Interface (MPI)
This paper describes the TensorFlow dataflow model in contrast to existing systems and demonstrate the compelling performance
This paper describes the TensorFlow interface and an implementation of that interface that we have built at Google
This paper describes a versatile Python library that aims at helping researchers and engineers efficiently develop deep learning systems. (Winner of The Best Open Source Software Award of ACM MM 2017)
AReal-time object detection on Android using the YOLO network, powered by TensorFlow.
MResearch project to advance the state of the art in machine intelligence for music and art generation
CProject builder command line tool for Tensorflow covering environment management, linting, and logging.
MAll-in-one web IDE for machine learning and data science. Combines Tensorflow, Jupyter, VS Code, Tensorboard, and many other tools/libraries into one Docker image.
SAutomatically apply SOTA optimization techniques to achieve the maximum inference speed-up on your hardware.
CRecurrent Neural Network classification in TensorFlow with LSTM on cellphone sensor data
Convolutional Neural Networks in Tensorflow, offered by Coursera
Stanford Course about Tensorflow from 2017 - Syllabus - Unofficial Videos
ETensorFlow howtos and best practices. Covers the basics as well as advanced topics.
ITensorFlow compiled and running properly on the Raspberry Pi
Introduction to Tensorflow offered by Coursera
PLearn to use a seq2seq model on simple datasets as an introduction to the vast array of possibilities that this architecture offers
SSIRDS 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.
TFrom the basics to slightly more interesting applications of TensorFlow
TIntroduction to deep learning based on Google's TensorFlow framework. These tutorials are direct ports of Newmu's Theano
TThese tutorials are intended for beginners in Deep Learning and TensorFlow with well-documented code and YouTube videos.
TConcise and ready-to-use TensorFlow tutorials with detailed documentation are provided.
Modular implementation for TensorFlow's official tutorials. (CN).
A conceptual overview of the Estimator API, when you'd use it and why.
Basic steps to install TensorFlow for free on the Cloud 9 online service with 1Gb of data
V
C
G
K
P
T
T
T
T
T
T
C
C
D
D
E
G
H
H
I
K
N
N
N
P
T
T
T
Y
S
T
T