FEATURED ARTICLES

Graph Convolutional Networks

Graph Convolutional Networks

A Graph Neural Network, also known as a Graph Convolutional Network (GCN), is an image classification method. In this article, we’ll provide an introduction to the concepts of graphs, convolutional neural networks,...

3D CNN and Its Uses

3D CNN and Its Uses

There are several types of Convolutional Neural Networks (CNNs) being developed and all have the potential to greatly contribute to the speed and accuracy of automatic image identification. In particular, 3D CNNs...

6 types of Classification Algorithms

6 types of Classification Algorithms

There are many effective ways to automatically classify entities. In this article, we cover six common classification algorithms, of which neural networks are just one choice. Which algorithm is the best choice...

Backpropagation in Neural Networks

Backpropagation in Neural Networks

Backpropagation is a basic concept in modern neural network training. In real-world projects, you will not perform backpropagation yourself, as it is computed out of the box by deep learning frameworks and...

Deep Learning for Instance Segmentation

Deep Learning for Instance Segmentation

Many of the companies rely on image segmentation techniques powered by Convolutional Neural Networks (CNNs), which form the basis of deep learning for computer vision. Image segmentation involves drawing the boundaries of the...

Neural Network Bias

Neural Network Bias

Neural networks are mathematical constructs that generate predictions for complex problems. The basic unit of a neural network is a neuron, and each neuron serves a specific function. Bias serves two functions...

Basics of Neural Networks

Basics of Neural Networks

Perceptron A perceptron is a binary classification algorithm modeled after the functioning of the human brain—it was intended to emulate the neuron. The perceptron, while it has a simple structure, has the...

Page 13 of 15 1 12 13 14 15