An open API service indexing awesome lists of open source software.

https://github.com/ubpa/learntf

notes and projects of tensorflow
https://github.com/ubpa/learntf

Last synced: about 1 year ago
JSON representation

notes and projects of tensorflow

Awesome Lists containing this project

README

          

# LearnTF

> learn TensorFlow

## 1. 简介

这个项目用于记录我学习 TensorFlow 的过程

在跟教程之前,首先要准备好基础

我已经学习了 [Deep Learning](https://github.com/Ubpa/MIT_DLB) 的部分内容,这样再来使用深度学习框架会比较合理

## 2. Tutorial

- [Keras中文文档](https://keras-zh.readthedocs.io/)
- [Google](https://tensorflow.google.cn/tutorials/)
- [Concise Handbook](https://tf.wiki/)
- [Deep Interests](https://github.com/Honlan/DeepInterests)