All Projects → geektutu → Tensorflow2 Docs Zh

geektutu / Tensorflow2 Docs Zh

TF2.0 / TensorFlow 2.0 / TensorFlow2.0 官方文档中文版

Projects that are alternatives of or similar to Tensorflow2 Docs Zh

Doc Han Att
Hierarchical Attention Networks for Chinese Sentiment Classification
Stars: ✭ 206 (+16.38%)
Mutual labels:  document, jupyter-notebook, rnn
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-45.76%)
Mutual labels:  jupyter-notebook, rnn
Speech Emotion Recognition
Detecting emotions using MFCC features of human speech using Deep Learning
Stars: ✭ 89 (-49.72%)
Mutual labels:  jupyter-notebook, rnn
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-39.55%)
Mutual labels:  jupyter-notebook, rnn
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-62.15%)
Mutual labels:  jupyter-notebook, rnn
Machine Learning
My Attempt(s) In The World Of ML/DL....
Stars: ✭ 78 (-55.93%)
Mutual labels:  jupyter-notebook, rnn
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+678.53%)
Mutual labels:  jupyter-notebook, rnn
Attentive Neural Processes
implementing "recurrent attentive neural processes" to forecast power usage (w. LSTM baseline, MCDropout)
Stars: ✭ 33 (-81.36%)
Mutual labels:  jupyter-notebook, rnn
Linear Attention Recurrent Neural Network
A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN. (LARNN)
Stars: ✭ 119 (-32.77%)
Mutual labels:  jupyter-notebook, rnn
Kaggle Web Traffic
1st place solution
Stars: ✭ 1,641 (+827.12%)
Mutual labels:  jupyter-notebook, rnn
Chinese Chatbot
中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行,跑不起来直播吃键盘。
Stars: ✭ 124 (-29.94%)
Mutual labels:  jupyter-notebook, rnn
Tensorflow Tutorials For Time Series
TensorFlow Tutorial for Time Series Prediction
Stars: ✭ 1,067 (+502.82%)
Mutual labels:  jupyter-notebook, rnn
Rnn Notebooks
RNN(SimpleRNN, LSTM, GRU) Tensorflow2.0 & Keras Notebooks (Workshop materials)
Stars: ✭ 48 (-72.88%)
Mutual labels:  jupyter-notebook, rnn
Lstm chem
Implementation of the paper - Generative Recurrent Networks for De Novo Drug Design.
Stars: ✭ 87 (-50.85%)
Mutual labels:  jupyter-notebook, rnn
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-80.79%)
Mutual labels:  jupyter-notebook, rnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-45.2%)
Mutual labels:  jupyter-notebook, rnn
Load forecasting
Load forcasting on Delhi area electric power load using ARIMA, RNN, LSTM and GRU models
Stars: ✭ 160 (-9.6%)
Mutual labels:  jupyter-notebook, rnn
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+3280.79%)
Mutual labels:  jupyter-notebook, rnn
Lstm Sentiment Analysis
Sentiment Analysis with LSTMs in Tensorflow
Stars: ✭ 886 (+400.56%)
Mutual labels:  jupyter-notebook, rnn
Char Rnn Pytorch
使用PyTorch实现Char RNN生成古诗和周杰伦的歌词
Stars: ✭ 114 (-35.59%)
Mutual labels:  jupyter-notebook, rnn

TensorFlow 2 / 2.0 官方文档中文版

TensorFlow 2.0

相关链接

目录(持续更新)

基础 - 机器学习基础 ML basics

  1. 图像分类 Classify images
  2. 文本分类 Classify text
  3. 结构化数据分类 Classify structured data
  4. 回归 Regression
  5. 过拟合与欠拟合 Overfitting and underfitting
  6. 保存和恢复模型 Save and restore models

基础 - 图像分类

  1. 卷积神经网络 Convolutional Neural Networks
  2. 使用TFHub进行迁移学习 TensorFlow Hub with Keras
  3. 使用预训练CNN进行迁移学习 Transfer Learning Using Pretrained ConvNets

基础 - 文本分类

  1. 使用RNN对文本分类进行分类 Text classification with an RNN

进阶 - 自定义

  1. 张量和操作 Tensors and operations
  2. 自定义层 Custom layers
  3. 自动微分 Automatic differentiation
  4. 自定义训练:攻略 Custom training:walkthrough
  5. 动态图机制 TF function and AutoGraph
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].