All Projects → j-min → Tf_tutorial_plus

j-min / Tf_tutorial_plus

Tutorials for TensorFlow APIs the official documentation doesn't cover

Projects that are alternatives of or similar to Tf tutorial plus

Docs
TensorFlow documentation
Stars: ✭ 4,999 (+1606.14%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+23.55%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+30.03%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (+140.61%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+1977.82%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Tensorflow Brasil
Códigos e materiais sobre TensorFlow em Português
Stars: ✭ 74 (-74.74%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
Seq2seq Signal Prediction
Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier
Stars: ✭ 890 (+203.75%)
Mutual labels:  jupyter-notebook, seq2seq, tensorflow-tutorials
Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+694.2%)
Mutual labels:  jupyter-notebook, tensorflow-tutorials, tensorflow-examples
tensorflow-fifo-queue-example
Example on how to use a Tensorflow Queue to feed data to your models.
Stars: ✭ 39 (-86.69%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (-86.01%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
go-mnist-client
TensorFlow serving mnist example client in Go.
Stars: ✭ 16 (-94.54%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
tf-examples
TensorFlow examples
Stars: ✭ 23 (-92.15%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
deep-learning-in-s4tf
Get started with Swift for TensorFlow by examples
Stars: ✭ 31 (-89.42%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (-82.94%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Speech recognition with tensorflow
Implementation of a seq2seq model for Speech Recognition using the latest version of TensorFlow. Architecture similar to Listen, Attend and Spell.
Stars: ✭ 253 (-13.65%)
Mutual labels:  jupyter-notebook, seq2seq
TensorFlow20-Notes
TensorFlow 2.0 Various notes and tutorials
Stars: ✭ 14 (-95.22%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Dog-or-Cat-TensorflowSharp-Example
An example for TensorflowSharp - classify an image as a dog or cat.
Stars: ✭ 15 (-94.88%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+1066.55%)
Mutual labels:  jupyter-notebook, seq2seq
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (-79.18%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-90.44%)
Mutual labels:  tensorflow-tutorials, tensorflow-examples

TensorFlow Tutorial +

Tutorials for TensorFlow APIs the official documentation doesn't cover

TF Version: 1.1

Contents (To be updated)

RNN and Seq2Seq

  • RNNCell and its variants
  • tf.contrib.legacy_seq2seq
  • tf.contrib.seq2seq

Datatypes

  • tf.SpareTensor

Save_Restore

  • List of uninitialized variables
  • Partial Initialization / Restore (for uninitialized variables)

Math operations

  • tf.contrib.distributions

Shape Transformations

  • nest

Normalization

  • Batch Normalization
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].