Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation, and DCGAN implemented with tf.keras and eager execution
“Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation…” https://medium.com/tensorflow/complete-code-examples-for-machine-translation-with-attention-image-captioning-text-generation-51663d07a63d
#tensorflow #tutorial
“Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation…” https://medium.com/tensorflow/complete-code-examples-for-machine-translation-with-attention-image-captioning-text-generation-51663d07a63d
#tensorflow #tutorial
Medium
Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation, and DCGAN implemented with tf.keras…
By Yash Katariya, Developer Programs Engineer Intern
Fast image-to-image translation in the browser. With 3 trained models introduced. Plus a processed dataset of 1000 images for edges2cats translation.
Demo: https://zaidalyafeai.github.io/pix2pix/cats.html
Code: https://github.com/zaidalyafeai/zaidalyafeai.github.io/tree/master/pix2pix
#tf #tensorflow #tfjs #pix2pix #cv
Demo: https://zaidalyafeai.github.io/pix2pix/cats.html
Code: https://github.com/zaidalyafeai/zaidalyafeai.github.io/tree/master/pix2pix
#tf #tensorflow #tfjs #pix2pix #cv
Plug-and-play differential privacy for your tensorflow code
#GoogleAI has just released a new library for training machine learning models with (differential) privacy for training data.
where you would write
instead just swap in the
Tutorial: https://github.com/tensorflow/privacy/blob/master/tutorials/mnist_dpsgd_tutorial.py
Link: https://github.com/tensorflow/privacy
#Privacy #tensorflow
#GoogleAI has just released a new library for training machine learning models with (differential) privacy for training data.
where you would write
tf.train.GradientDescentOptimizer
instead just swap in the
DPGradientDescentOptimizer
Tutorial: https://github.com/tensorflow/privacy/blob/master/tutorials/mnist_dpsgd_tutorial.py
Link: https://github.com/tensorflow/privacy
#Privacy #tensorflow
GitHub
privacy/tutorials/mnist_dpsgd_tutorial.py at master · tensorflow/privacy
Library for training machine learning models with privacy for training data - tensorflow/privacy