Vai al contenuto

Neural Network

A computational model inspired by the human brain, formed by connected artificial neurons.

An artificial neural network is composed of layers of nodes (neurons) that transform inputs into outputs by applying weights and activation functions. It is the foundation of deep learning and virtually every modern AI model.

Practical examples

  • CNN for images
  • RNN for time series
  • Transformer for language
  • GAN for generation

Related terms