Image Classification With TensorFlow.js

Image Classification With TensorFlow.js

The code that accompanies this article can be received after subscription * indicates required Email Address * A couple of days ago news about DALL-E 2 and its ability to create realistic images from text descriptions took the world by storm. Even though, this news...
Receptive Field Calculations for Convolutional Neural Networks

Receptive Field Calculations for Convolutional Neural Networks

Subscribe and receive free guide -Ultimate Data Visualization Guide with Python* indicates required Email Address * In the past couple of years, convolutional neural networks became one of the most used deep learning concepts. They are used in a variety of industries...
Creating Custom TensorFlow Dataset

Creating Custom TensorFlow Dataset

In the previous article, we had a chance to see how one can scrape images from the web using Python. Apart from that, in one of the articles before that we could see how we can perform transfer learning with TensorFlow. In that article, we used famous Convolution...
Transfer Learning with TensorFlow 2 – Model Fine Tuning

Transfer Learning with TensorFlow 2 – Model Fine Tuning

In the previous article, we had a chance to explore transfer learning with TensorFlow 2. We used several huge pre-trained models: VGG16, GoogLeNet and ResNet. These architectures are all trained on ImageNet dataset and their weights are stored. We specialized them for...
Transfer Learning with TensorFlow 2

Transfer Learning with TensorFlow 2

It is always fun and educational to read deep learning scientific papers. Especially if it is in the area of the current project that you are working on. However, often these papers contain architectures and solutions that are hard to train. Especially if you want to...