TensorFlow 最佳学习资源大全(含课程、书籍、博客、实战项目)

机器学习AI算法工程

共 3962字,需浏览 8分钟

 ·

2020-12-27 05:57





向AI转型的程序员都关注了这个号???

人工智能大数据与深度学习  公众号:datayx



TensorFlow 从0到1学习资料大全,含入门指南、在线博客、视频教程、书籍推荐和实战项目等

注: 表示推荐指数,越多越好


资料获取方式

关注微信公众号 datayx  然后回复 tf  即可获取。

AI项目体验地址 https://loveai.tech


TensorFlow 参考学习资料

TensorFlow入门指南

TensorFlow如何入门

TensorFlow topic

TensorFlow-Roadmap Documentation:强推!TensorFlow学习路线图

awesome-tensorflow:TensorFlow - A curated list of dedicated resources

awesome-tensorflow-2:Tensorflow 2.x resources such as tutorial, blog, code and videos

Master your path(TensorFlow curriculums):The four areas of machine learning education


官网&社区

国外

  • TensorFlow官网

  • GitHub:TensorFlow

  • )Medium:TensorFlow:官方维护,分享最佳干货文章

  • )Twitter:TensorFlow:官方维护,分享最快动态

  • )Youtube:TensorFlow:官方维护,分享最新视频

  • TensorFlow Js官网

国内

  • )TensorFlow官网(中国域名) 便于不能科学上网的人

  • )TensorFlow中文社区:官方和才云科技(TensorFlow 中国社区合作伙伴)联合发起

  • TensorFlow 中文文档(掘金翻译计划)最新

  • TensorFlow 中文文档(极客学院翻译)

在线教程

英文

  • tf2_course:第一个TensorFlow2.x系列教程(作者是巨佬)

  • TensorFlow-Examples:TensorFlow Tutorial and Examples for Beginners with Latest APIs

  • TensorFlow-Course:Simple and ready-to-use tutorials for TensorFlow

  • TensorFlow2.0-Examples:TensorFlow2 教程(代码实战为主)

  • Deep Learning with Tensorflow 2.0

  • EffectiveTensorflow:TensorFlow tutorials and best practices

  • TensorFlow-Cookbook:Simple Tensorflow Cookbook for easy-to-use

  •  Tensorflow2-Cookbook

  • TensorFlow-Tutorials:TensorFlow Tutorials with YouTube Videos



中文

  • TensoFlow2中文教程:TensorFlow2中文教程(代码实战为主)

  • Dive-into-DL-TensorFlow2.0:TensorFlow2.0版本的《动手学深度学习》

  • 《30天吃掉那只 TensorFlow2.0 》

  • TensorFlow-Tutorials-Chinese:TensorFlow 中文教程 (Chinese Tutorials)


视频教程

国外

  • TensorFlow 2.0 Tutorials for Beginners

  • Deep Learning basics with Python, TensorFlow and Keras 网址

  • TensorFlow-Tutorials:TensorFlow Tutorials with YouTube Videos

  • **()**Stanford CS 20SI: Tensorflow for Deep Learning Research (斯坦福TensorFlow教程)

    • 官网:CS20SI

    • GitHub(stanford-tensorflow-tutorials)

    • B站视频

  • )(在学ing)Google 机器学习速成课程:该课程虽然为Machine Learning,但代码全使用TensorFlow,有实战意义

  • Udacity :优达学城TensorFlow教程

国内

  • 莫烦TensorFlow教程 TensorFlow-Tutorial

书籍资源

国外

  • )(在学ing)Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition

  • Hands-On Machine Learning with Scikit-Learn and TensorFlow 中文翻译

  • TensorFlow Machine Learning Cookbook

  • Advanced Deep Learning with TensorFlow 2 and Keras 代码

  • TensorFlow 1.x Deep Learning Cookbook

  • TensorFlow-Book:Accompanying source code for 《Machine Learning with TensorFlow》

国内

  • 国内的书都不是很推荐,还是看英文吧

实战项目

  • TensorFlow/models:Models and examples built with TensorFlow

  • tensorboard

  • TensorLayer

  • Basic_CNNs_TensorFlow2

  • DCGAN-tensorflow

  • facenet

  • FastMaskRCNN

  • SSD-TensorFlow

  • CapsNet-Tensorflow

  • tensorflow2-generative-models

  • tensorflow-generative-model-collections

  • tensorflow_poems




阅读过本文的人还看了以下文章:


TensorFlow 2.0深度学习案例实战


基于40万表格数据集TableBank,用MaskRCNN做表格检测


《基于深度学习的自然语言处理》中/英PDF


Deep Learning 中文版初版-周志华团队


【全套视频课】最全的目标检测算法系列讲解,通俗易懂!


《美团机器学习实践》_美团算法团队.pdf


《深度学习入门:基于Python的理论与实现》高清中文PDF+源码


特征提取与图像处理(第二版).pdf


python就业班学习视频,从入门到实战项目


2019最新《PyTorch自然语言处理》英、中文版PDF+源码


《21个项目玩转深度学习:基于TensorFlow的实践详解》完整版PDF+附书代码


《深度学习之pytorch》pdf+附书源码


PyTorch深度学习快速实战入门《pytorch-handbook》


【下载】豆瓣评分8.1,《机器学习实战:基于Scikit-Learn和TensorFlow》


《Python数据分析与挖掘实战》PDF+完整源码


汽车行业完整知识图谱项目实战视频(全23课)


李沐大神开源《动手学深度学习》,加州伯克利深度学习(2019春)教材


笔记、代码清晰易懂!李航《统计学习方法》最新资源全套!


《神经网络与深度学习》最新2018版中英PDF+源码


将机器学习模型部署为REST API


FashionAI服装属性标签图像识别Top1-5方案分享


重要开源!CNN-RNN-CTC 实现手写汉字识别


yolo3 检测出图像中的不规则汉字


同样是机器学习算法工程师,你的面试为什么过不了?


前海征信大数据算法:风险概率预测


【Keras】完整实现‘交通标志’分类、‘票据’分类两个项目,让你掌握深度学习图像分类


VGG16迁移学习,实现医学图像识别分类工程项目


特征工程(一)


特征工程(二) :文本数据的展开、过滤和分块


特征工程(三):特征缩放,从词袋到 TF-IDF


特征工程(四): 类别特征


特征工程(五): PCA 降维


特征工程(六): 非线性特征提取和模型堆叠


特征工程(七):图像特征提取和深度学习


如何利用全新的决策树集成级联结构gcForest做特征工程并打分?


Machine Learning Yearning 中文翻译稿


蚂蚁金服2018秋招-算法工程师(共四面)通过


全球AI挑战-场景分类的比赛源码(多模型融合)


斯坦福CS230官方指南:CNN、RNN及使用技巧速查(打印收藏)


python+flask搭建CNN在线识别手写中文网站


中科院Kaggle全球文本匹配竞赛华人第1名团队-深度学习与特征工程



不断更新资源

深度学习、机器学习、数据分析、python

 搜索公众号添加: datayx  



机大数据技术与机器学习工程

 搜索公众号添加: datanlp

长按图片,识别二维码



浏览 33
点赞
评论
收藏
分享

手机扫一扫分享

举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

举报