Turn TensorFlow functions into mathematical notations and diagrams

Turn TensorFlow functions into mathematical notations and diagrams

  • April 3, 2018
Table of Contents

Turn TensorFlow functions into mathematical notations and diagrams

This is based on some helper classes I started writing, to help my self make less mistakes and understand the code better. It is still work in progress. I want to share the idea to see if it interests others.

Source: varunajayasiri.com

Share :
comments powered by Disqus

Related Posts

Project Clara: NVIDIA Supercomputing Platform Redefines Medical Imaging

Project Clara: NVIDIA Supercomputing Platform Redefines Medical Imaging

NVIDIA’s Project Clara, a medical imaging supercomputer, renews the capabilities of these machines in place. Unveiled this week at the GPU Technology Conference, in Silicon Valley, Project Clara takes advantage of incredible advancements in computation.

Read More
Deploy TensorFlow models

Deploy TensorFlow models

Don’t follow the TensorFlow docs since they explain how to setup a docker image and compile TF serving that takes forever. We can do much better. Some guy made a docker image with everything already compile on it, so we are going to use that one.

Read More