MITB Banner

Results

Search Results for: CNN

AI Mysteries
Yugesh Verma

A beginner’s guide to Bayesian CNN

Applying bayesian on neural networks is a method of controlling overfitting. We can also apply bayesian on CNN to reduce the overfitting and we can call CNN with applied Bayesian as a BayesianCNN.

AI Mysteries
Yugesh Verma

Explainable image classification using Faster R-CNN and Grad-Cam

Grad-Cam is an algorithm applied with CNN models to make computer vision-based predictions explainable. In this article, we will discuss how we can simply apply Grad-CAM methods with the Faster R-CNN in the PyTorch environment and make the image classification explainable.

AI Mysteries
Yugesh Verma

Guide To Text Classification using TextCNN

Text classification is a process of providing labels to the set of texts or words in one, zero or predefined labels format, and those labels will tell us about the sentiment of the set of words.

Inflated 3D CNN
AI Mysteries
Mudit Rustagi

Action Recognition Using Inflated 3D CNN

We all have audienced the fantastic deep learning approaches that have regularly or empirically, demonstrated better than ever success each and every time in learning

AI Origins & Evolution
kumar Gandharv

Grand Theft Auto Gets A CNN Facelift

Researchers from Intel Lab have landscaped Grand Theft Auto V to make it look almost photorealistic. The team modified the graphics by training CNNs on

AI Mysteries
Jayita Bhattacharyya

Complete Tutorial On LeNet-5 | Guide To Begin With CNNs

To start with CNNs, LeNet-5 would be the best to learn first as it is a simple and basic model architecture. In this article, I’ll be discussing the architecture of LeNet-5 which is the very first convolutional neural network to be built.

Keras vs PyTorch vs Caffe
AI Mysteries
Prudhvi varma

Keras vs PyTorch vs Caffe – Comparing the Implementation of CNN

In this article, we will build the same deep learning framework that will be a convolutional neural network for image classification on the same dataset in Keras, PyTorch and Caffe and we will compare the implementation in all these ways. Finally, we will see how the CNN model built in PyTorch outperforms the peers built-in Keras and Caffe.

CNN Using PyTorch With TPU
AI Mysteries
Dr. Vaibhav Kumar

How To Implement CNN Model Using PyTorch With TPU

This article demonstrates how we can implement a Deep Learning model using PyTorch with TPU to accelerate the training process. Here, we define a Convolutional Neural Network (CNN) model using PyTorch and train this model in the PyTorch/XLA environment. XLA connects the CNN model with the Google Cloud TPU (Tensor Processing Unit) in the distributed multiprocessing environment. In this implementation, 8 TPU cores are used to create a multiprocessing environment.

AI Mysteries
Dr. Vaibhav Kumar

MobileNet vs ResNet50 – Two CNN Transfer Learning Light Frameworks

In this article, we will compare the MobileNet and ResNet-50 architectures of the Deep Convolutional Neural Network. First, we will implement these two models in CIFAR-10 classification and then we will evaluate and compare both of their performances and with other transfer learning models in the same task. 

American Sign Language Classification
AI Mysteries
Dr. Vaibhav Kumar

Hands-On Guide To Sign Language Classification Using CNN

In this article, we will classify the sign language symbols using the Convolutional Neural Network (CNN). After successful training of the CNN model, the corresponding alphabet of a sign language symbol will be predicted. We will evaluate the classification performance of our model using the non-normalized and normalized confusion matrices. Finally, we will obtain the classification accuracy score of the CNN model in this task.

Contact Us

Subscribe to our newsletter