Understanding the Mathematical Essence of Convolutional Networks

Understanding the Mathematical Essence of Convolutional Networks

Recently, researchers from Nanyang Technological University published a paper that describes the mathematical principles of convolutional networks. This paper explains the operations and propagation processes of convolutional networks from a mathematical perspective. It is very helpful for understanding the mathematical essence of convolutional networks and aids readers in implementing convolutional networks “from scratch” (without using … Read more

Implementing CNN From Scratch: Understanding the Mathematical Essence

Implementing CNN From Scratch: Understanding the Mathematical Essence

Selected from arXiv Translated by Machine Heart Contributors: Huang Xiaotian, Lu Xue, Jiang Siyuan Recently, researchers from Nanyang Technological University published a paper describing the mathematical principles of convolutional networks. This paper explains the entire operation and propagation process of convolutional networks from a mathematical perspective. It is very helpful for understanding the mathematical essence … Read more

Development of CNN Network Structures: A Comprehensive Overview

Development of CNN Network Structures: A Comprehensive Overview

Introduction to Basic Components of CNN 1. Local Receptive Field In images, the connections between local pixels are relatively tight, while the connections between pixels that are far apart are weaker. Therefore, each neuron does not need to perceive the entire image globally; it only needs to perceive local information, which can then be combined … Read more