MITB Banner

Results

Search Results for: neural network – Page 4

Bayesian Neural Network
AI Mysteries
Bhoomika Madhukar

Hands-on Guide to Bayesian Neural Network in Classification

Consider an example where you are trying to classify a car and a bike. If an image of a truck is shown to the network, it ideally should not predict anything. But, because of the softmax function, it assigns a high probability to one of the classes and the network wrongly, though confidently predicts it to be a car. In order to avoid this, we use the Bayesian Neural Network (BNN).

AI Mysteries
Ambika Choudhury

Why Tesla Invented A New Neural Network

Recently, Tesla filed a patent called ‘Systems and methods for adapting a neural network on a hardware platform.’ In the patent, they described the systems

selftime feature
AI Mysteries
Dr. Vaibhav Kumar

Recurrent Neural Network in PyTorch for Text Generation

In this article, we will train a Recurrent Neural Network (RNN) in PyTorch on the names belonging to several languages. After successful training, the RNN model will predict names belonging to a language that start with an input alphabet letter.

Recurrent Neural Network in PyTorch
AI Mysteries
Dr. Vaibhav Kumar

Name Language Prediction using Recurrent Neural Network in PyTorch

In this article, we will demonstrate the implementation of a Recurrent Neural Network (RNN) using PyTorch in the task of multi-class text classification. This RNN model will be trained on the names of the person belonging to 18 language classes. After successful training, the model will predict the language category for a given name that it is most likely to belong. 

foreign exchange rate prediction
AI Mysteries
Dr. Vaibhav Kumar

Foreign Exchange Rate Prediction using LSTM Recurrent Neural Network

In this article, we will implement the LSTM Recurrent Neural Network to predict the foreign exchange rate. The LSTM model will be trained to learn the series of previous observations and predict the next observation in the sequence. We will apply this model in predicting the foreign exchange rate of India.

fruit recognition
AI Mysteries
Dr. Vaibhav Kumar

Fruit Recognition using the Convolutional Neural Network

In this article, we will recognize the fruit where the Convolutional Neural Network will predict the name of the fruit given its image. We will train the network in a supervised manner where images of the fruits will be the input to the network and labels of the fruits will be the output of the network. After successful training, the CNN model will be able to correctly predict the label of the fruit. 

fashion apparel recognition
AI Mysteries
Dr. Vaibhav Kumar

Fashion Apparel Recognition using Convolutional Neural Network

In this article, we will discuss fashion apparel recognition using the Convolutional Neural Network (CNN) model. To train the CNN model, we will use the Fashion MNIST dataset. After successful training, the CNN model can predict the name of the class a given apparel item belongs to.

AI Mysteries
Dr. Vaibhav Kumar

Transfer Learning For Multi-Class Image Classification Using Deep Convolutional Neural Network

In this article, we will implement the multiclass image classification using the VGG-19 Deep Convolutional Network used as a Transfer Learning framework where the VGGNet comes pre-trained on the ImageNet dataset. For the experiment, we will use the CIFAR-10 dataset and classify the image objects into 10 classes. The classification accuracies of the VGG-19 model will be visualized using the non-normalized and normalized confusion matrices.

LSTM for Stock Prediction
AI Mysteries
Dr. Vaibhav Kumar

Hands-On Guide To LSTM Recurrent Neural Network For Stock Market Prediction

In this article, we will discuss the Long-Short-Term Memory (LSTM) Recurrent Neural Network, one of the popular deep learning models, used in stock market prediction. In this task, we will fetch the historical data of stock automatically using python libraries and fit the LSTM model on this data to predict the future prices of the stock.

AI Mysteries
Ram Sagar

What Are Lagrangian Neural Networks

Neural networks can perform well on tasks such as image classification, language translation, and game playing. However, they usually fail to perform well in tasks

Contact Us

Subscribe to our newsletter

Subscribe to Our Newsletter

The Belamy, our weekly Newsletter is a rage. Just enter your email below.