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
Most computer vision tasks require lots of data and data augmentation is one of the techniques used to improve the performance of those systems
What if we don’t have enough data to train our network from scratch? A solution to this is using the transfer learning method
TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices
Learn how to implement the first the first Convolutional Neural Network called LeNet-5
How to build and train AlexNet on two classes from ImageNet dataset?
Learn how to implement a fundamental Convolutional Neural Network like VGG−19 in TensorFlow
Yolo is a state-of-the-art, object detection system. It was developed by Joseph Redmon
Learn how to implement Gradient Descent using TensorFlow
In this post we will learn about the YOLO Object Detection system, and how to implement such a system with Keras
How to implement Logistic Regression in TensorFlow?
Your Name (required)
Your Email (required)
Your Name