June 2021
Day 44 – Code Example: Import EMNIST Dataset and Print Handwritten Letters
In one of our blogs, we had gone through "What is EMNIST dataset and ...
May 2021
Day 43 – Sequence-to-Sequence, Sequence-to-Vector, and Vector-to-Sequence
In Recurrent Neural Networks, the sequence of inputs and gives a sequence of outputs, ...
Day 42 – Forecasting a Time Series and Recurrent Neural Network(RNNs)
One of the most challenging parts is Forecasting a Time Series. If you agree ...
Day 41 – Pre-trained Models for Transfer Learning
Most of the time, we will not have enough training data for our projects. ...
Day 40 – EMNIST Dataset Handwritten Character Digits
Image Source: Tensorflow EMNIST dataset is handwritten characters and digits converted 28x28 pixel image ...
Day 39 – Predict an Image Using Xception Pre-trained Model
Xception architecture is similar to InceptionV3; however, the model parameters are efficiently used in ...
Day 38 – Predict an Image Using NASNetMobile Pre-trained Model for Mobile
Image Source: Pexels NASNetMobile architecture is another mobile architecture Convolutional Neural Networks – Layers, ...
Day 37 – Predict an Image Using MobileNetV3 Pre-trained Model for Mobile
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, ...
Day 36 – Predict An Image Using InceptionV3 Pre-trained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, ...