📄️ 1. Introduction
Our classical neural network is a mathematical model that is inspired by the human brain. It is composed of layers of neurons that are connected to each other. Each neuron is a mathematical function that takes an input and produces an output. The output of one neuron is the input to the next neuron. The network is trained by adjusting the weights of the connections between neurons to minimize the error between the predicted output and the actual output. This is what we have learned.
📄️ 2. Components of QNN
Quantum Neurons