This tutorial is intended for someone who wants to understand how Recurrent Neural Network works, no prior knowledge about RNN is required. We will implement the most simple RNN model – Elman Recurrent Neural Network. To get a better understanding …
Category: Deep Learning

A Quick Introduction to PyTorch
PyTorch is an open source machine learning library for Python. In this tutorial, we will provide an introduction to the main PyTorch features, tensor library, and autograd – automatic differentiation package.
Tensor Library
The core data structure in PyTorch is …

Deep Learning Interview Questions and Answers
Basic questions and answers which will help you brush up your knowledge on deep learning.
Question 1
What is deep learning?
Deep learning is an area of machine learning focus on using deep (containing more than one hidden layer) artificial …