This post is part of the series on Deep Learning for Beginners, which consists of the following tutorials : In this post, we will learn about different activation functions in Deep learning and ...
Archives for October 2017
Implementing an MLP in TensorFlow & Keras
In this post, we will introduce several new concepts associated with the general problem of classification involving more than two classes. This is sometimes referred to as multinomial regression or ...
Exposure Fusion using OpenCV (C++/Python)
In this tutorial, we will learn about Exposure Fusion using OpenCV. We will share code in C++ and Python. What is Exposure Fusion? Exposure Fusion is a method for combining images taken with ...
Understanding Feedforward Neural Networks
In this article, we will learn about feedforward Neural Networks, also known as Deep feedforward Networks or Multi-layer Perceptrons. They form the basis of many important Neural Networks being used ...
High Dynamic Range (HDR) Imaging using OpenCV (C++/Python)
In this tutorial, we will learn how to create a High Dynamic Range (HDR) image using multiple images taken with different exposure settings. We will share code in both C++ and Python. What is High ...