Model—Artificial Neural Networks

Learn about the anatomy of an artificial neural network, it's different layers and how it learns non-separable data.

The perceptron revisited

Let’s look at the perceptron model, or a simple perceptron, again. A simple perceptron is composed of a single neuron that receives each data point as input, performs some computation on it, and activates the output 1 if the computation is above a threshold. We have already seen how it looks:

Get hands-on with 1400+ tech skills courses.