Tensorflow超级资源列表(Github 12.8K星)包罗万象

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/shareviews/article/details/83242002

Tensorflow超级资源列表(Github 12.8K星)包罗万象-v7.x

深度学习原理与实践(开源图书)-总目录,建议收藏,告别碎片阅读!

发现了一份极棒的 Tensorflow 资源列表,该列表包含了与 Tensorflow 相关的众多库、教程与示例、论文实现以及其他资源。实践派赶紧收藏,无问西东,行动起来。由于是资源列表,仅翻译了一级标题,看官见谅。

项目地址:https://github.com/jtoy/awesome-tensorflow

什么是TensorFlow?

TensorFlow是一个使用数据流图进行数值计算的开源软件库。换句话说,构建深度学习模型的最佳方式。

教程

Tensorflow教程类资源列表: 大部分是入门级别的示例;也有移动端设备的示例;后面几个资源是高级示例。

模型和工程

Tensorflow的模型和工程资源列表: 有Tensorflow工程模板;常见深度学习模型的构建;目前大热的GAN等新型网络模型;图像识别、语音识别和文字识别等工程领域的资源。

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

猜你喜欢

转载自blog.csdn.net/shareviews/article/details/83242002
今日推荐