This document provides an introduction to artificial neural networks (ANNs) and compares them to natural neural networks. It discusses how ANNs work by using basic processing units called neurons that are connected and can learn by adapting their connectivity patterns. Like natural neural networks, ANNs transmit information as electrical signals between neurons. The document outlines common activation functions used in ANNs and provides examples of simple neuron models, comparing the McCulloch-Pitts neuron model to real biological neurons. It also discusses capabilities of basic threshold neurons and differences between natural and artificial neural networks.