Tensorflow超级资源列表(Github 12.8K星)包罗万象-v7.x
深度学习原理与实践(开源图书)-总目录,建议收藏,告别碎片阅读!
发现了一份极棒的 Tensorflow 资源列表,该列表包含了与 Tensorflow 相关的众多库、教程与示例、论文实现以及其他资源。实践派赶紧收藏,无问西东,行动起来。由于是资源列表,仅翻译了一级标题,看官见谅。
项目地址:https://github.com/jtoy/awesome-tensorflow
什么是TensorFlow?
TensorFlow是一个使用数据流图进行数值计算的开源软件库。换句话说,构建深度学习模型的最佳方式。
教程
Tensorflow教程类资源列表: 大部分是入门级别的示例;也有移动端设备的示例;后面几个资源是高级示例。
模型和工程
Tensorflow的模型和工程资源列表: 有Tensorflow工程模板;常见深度学习模型的构建;目前大热的GAN等新型网络模型;图像识别、语音识别和文字识别等工程领域的资源。
- SenseNet - Robotics touch model with TensorFlow DQN example
- Tensorflow-Project-Template - A simple and well-designed template for your tensorflow project.
- Domain Transfer Network - Implementation of Unsupervised Cross-Domain Image Generation
- Show, Attend and Tell - Attention Based Image Caption Generator
- Neural Style Implementation of Neural Style
- SRGAN - Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
- Pretty Tensor - Pretty Tensor provides a high level builder API
- Neural Style - An implementation of neural style
- AlexNet3D - An implementations of AlexNet3D. Simple AlexNet model but with 3D convolutional layers (conv3d).
- TensorFlow White Paper Notes - Annotated notes and summaries of the TensorFlow white paper, along with SVG figures and links to documentation
- NeuralArt - Implementation of A Neural Algorithm of Artistic Style
- Deep-Q learning Pong with TensorFlow and PyGame
- Generative Handwriting Demo using TensorFlow - An attempt to implement the random handwriting generation portion of Alex Graves’ paper
- Neural Turing Machine in TensorFlow - implementation of Neural Turing Machine
- GoogleNet Convolutional Neural Network Groups Movie Scenes By Setting - 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 - 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 - Unsupervised Image to Image Translation with Generative Adversarial Networks
- Improved CycleGAN - Unpaired Image to Image Translation
- DAGAN - Fast Compressed Sensing MRI Reconstruction
- Colornet - Neural Network to colorize grayscale images - Neural Network to colorize grayscale images
- Neural Caption Generator - Implementation of “Show and Tell”
- Neural Caption Generator with Attention - Implementation of “Show, Attend and Tell”
- Weakly_detector - Implementation of “Learning Deep Features for Discriminative Localization”
- Dynamic Capacity Networks - Implementation of “Dynamic Capacity Networks”
- HMM in TensorFlow - Implementation of viterbi and forward/backward algorithms for HMM
- DeepOSM - Train TensorFlow neural nets with OpenStreetMap features and satellite imagery.
- DQN-tensorflow - TensorFlow implementation of DeepMind’s ‘Human-Level Control through Deep Reinforcement Learning’ with OpenAI Gym by Devsisters.com
- Policy Gradient - For Playing Atari Ping Pong
- Deep Q-Network - For Playing Frozen Lake Game
- AC - Actor Critic for Playing Discrete Action space Game (Cartpole)
- A3C - Asynchronous Advantage Actor Critic (A3C) for Continuous Action Space (Bipedal Walker)
- DAGGER - For Playing Gym Torcs
- TRPO - For Continuous and Discrete Action Space by
- Highway Network - TensorFlow implementation of “Training Very Deep Networks” with a blog post
- Sentence Classification with CNN - TensorFlow implementation of “Convolutional Neural Networks for Sentence Classification” with a blog post
- End-To-End Memory Networks - Implementation of End-To-End Memory Networks
- Character-Aware Neural Language Models - TensorFlow implementation of Character-Aware Neural Language Models
- YOLO TensorFlow ++ - TensorFlow implementation of ‘YOLO: Real-Time Object Detection’, with training and an actual support for real-time running on mobile devices.
- Wavenet - 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 - Tensorflow implementation of “Visualizing and Understanding Convolutional Networks”
- VGAN Tensorflow - Tensorflow implementation for MIT “Generating Videos with Scene Dynamics” by Vondrick et al.
- 3D Convolutional Neural Networks in TensorFlow - Implementation of “3D Convolutional Neural Networks for Speaker Verification application” in TensorFlow by Torfi et al.
- U-Net - For Brain Tumor Segmentation
- Spatial Transformer Networks - 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 - Implementation of Holographic Embeddings of Knowledge Graphs
- Unsupervised Object Counting - Implementation of “Attend, Infer, Repeat”
- Tensorflow FastText - A simple embedding based text classifier inspired by Facebook’s fastText.
- MusicGenreClassification - Classify music genre from a 10 second sound stream using a Neural Network.
- Kubeflow - Framework for easily using Tensorflow with Kubernetes.
- TensorNets - 40+ Popular Computer Vision Models With Pre-trained Weights.
由TensorFlow提供支持
- YOLO TensorFlow - Implementation of ‘YOLO : Real-Time Object Detection’
- android-yolo - Real-time object detection on Android using the YOLO network, powered by TensorFlow.
- Magenta - Research project to advance the state of the art in machine intelligence for music and art generation
相关开源库(生态)
相关视频
相关论文
相关博客
相关社区
相关图书
- Machine Learning with TensorFlow by Nishant Shukla, computer vision researcher at UCLA and author of Haskell Data Analysis Cookbook. This book makes the math-heavy topic of ML approachable and practicle to a newcomer.
- First Contact with TensorFlow by Jordi Torres, professor at UPC Barcelona Tech and a research manager and senior advisor at Barcelona Supercomputing Center
- Deep Learning with Python - Develop Deep Learning Models on Theano and TensorFlow Using Keras by Jason Brownlee
- TensorFlow for Machine Intelligence - Complete guide to use TensorFlow from the basics of graph computing, to deep learning models to using it in production environments - Bleeding Edge Press
- Getting Started with TensorFlow - Get up and running with the latest numerical computing library by Google and dive deeper into your data, by Giancarlo Zaccone
- Hands-On Machine Learning with Scikit-Learn and TensorFlow – 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).
- Building Machine Learning Projects with Tensorflow – 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.
- Deep Learning using TensorLayer - by Hao Dong et al. This book covers both deep learning and the implmentation by using TensorFlow and TensorLayer.