TensorFlow is an open-source library for numerical computations built by Google Brain team
What are TensorFlow data model elements? Those are elements like Constants and Variables
Eager execution is a more convenient way to execute the code, and also more “Pythonic”
TensorFlow has multiple APIs that can be used to interact with the library. Let's talk about that
In this post we are going to implement one very simple network using this high-level API
Learn how to perform classification of Moons dataset with a Shallow Neural Network
Learn how to perform classification of Spirals dataset with a Shallow Neural Network
How to recognize handwritten digits using Shallow Neural Network
How to recognize data from MNIST dataset using Convolutional Neutal Network
For most people, neural networks can sometimes be a bit of black box. Debugging problems is also a lot easier when we can see what the problem is