Technical notes

Blog

Neural Networks

The basic computational unit of the brain is a neuron. Approx 86 billion in the human nervous system, connected with approx \(10^{15}\) synapses. Each neuron receives input signals from its dendrites and produces output signals along its axon.

Read the article

Convolutional Neural Networks (CNNs)

The type of deep neural network that is most powerful in image processing tasks, such as sorting images into groups, is called a Convolutional Neural Network (CNN). CNNs consist of layers that process visual information.

Read the article