May 2021
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 or not, it is pretty hard to predict time-based. If you are working on a project and your task to predict delivery ...
Day 40 – EMNIST Dataset Handwritten Character Digits
Image Source: Tensorflow EMNIST dataset is handwritten characters and digits converted 28x28 pixel image format like MNIST dataset. EMNIST dataset is widely used in Convolutional Neural Networks and computer vision. The EMNIST dataset is a subset ...
Day 39 – Predict an Image Using Xception Pre-trained Model
Xception architecture is similar to InceptionV3; however, the model parameters are efficiently used in Xception. This is another pretrained model in Convolutional Neural Networks – Layers, Filters, and Architectures. To know about the Xception, you can ...
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, Filters, and Architectures, We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures, Predict Image Using ResNet50 Pretrained Model, ...
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, and Architectures, Predict Image Using ResNet50 Pretrained Model, Predict An Image Using InceptionV3 Pretrained Model, and Predict An Image Using VGG19 Pretrained ...
Day 36 – Predict An Image Using InceptionV3 Pre-trained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures, Predict Image Using ResNet50 Pretrained Model, and Predict An Image Using VGG19 Pretrained Model one of the blogs. We don't ...
Day 35 – Predict An Image Using VGG19 Pretrained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures and Predict Image Using ResNet50 Pretrained Model, one of the blogs. We don't need to create a new architecture from ...
Day 34 – Predict An Image Using VGG16 Pre-trained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures and Predict Image Using ResNet50 Pretrained Model, one of the blogs. We don't need to create a new architecture from ...
Day 33: Predict Image Using ResNet50 Pretrained Model
Image Source: Pexels We have already gone through Convolutional Neural Networks – Layers, Filters, and Architectures one of the blogs. We don't need to create a new architecture from the scratch for our projects, instead, we ...