Monthly Archives

Types of padding in convolution layer

Let’s discuss padding and its types in convolution layers. In convolution layer we have kernels and to make the...

Types of padding in convolution layer

Let’s discuss padding and its types in convolution layers. In convolution layer we have kernels and to make the...

Introduction to Padding

Problem with Simple Convolution Layers For a gray scale (n x n) image and (f x f) filter/kernel, the...

Introduction to Padding

Problem with Simple Convolution Layers For a gray scale (n x n) image and (f x f) filter/kernel, the...

Introduction to Pooling Layer

The pooling operation involves sliding a two-dimensional filter over each channel of feature map and summarising the features lying...

Introduction to Pooling Layer

The pooling operation involves sliding a two-dimensional filter over each channel of feature map and summarising the features lying...

Introduction to Convolution Neural Network

When it comes to Machine Learning, Artificial Neural Networks perform really well. Artificial Neural Networks are used in various...

Introduction to Convolution Neural Network

When it comes to Machine Learning, Artificial Neural Networks perform really well. Artificial Neural Networks are used in various...

A single neuron neural network in Python

Neural networks are the core of deep learning, a field which has practical applications in many different areas. Today...

A single neuron neural network in Python

Neural networks are the core of deep learning, a field which has practical applications in many different areas. Today...

Activation functions in Neural Networks

Elements of a Neural Network :- Input Layer :- This layer accepts input features. It provides information from the...

Activation functions in Neural Networks

Elements of a Neural Network :- Input Layer :- This layer accepts input features. It provides information from the...

Introduction to ANN | Set 4 (Network Architectures)

An Artificial Neural Network (ANN) is an information processing paradigm that is inspired from the brain. ANNs, like people,...

Introduction to ANN | Set 4 (Network Architectures)

An Artificial Neural Network (ANN) is an information processing paradigm that is inspired from the brain. ANNs, like people,...

Introduction to Artificial Neural Network | Set 2

This article provides the outline for understanding the Artificial Neural Network. Characteristics of Artificial Neural Network It is neurally...

Introduction to Artificial Neural Network | Set 2

This article provides the outline for understanding the Artificial Neural Network. Characteristics of Artificial Neural Network It is neurally...