Artificial Neural Network

Question: What are artificial neural networks? Example “An artificial neural network is a machine learning technique that mimics biological neural network that take changing input…

Structure of Neural Networks

Question: Describe the structure of artificial neural networks? Example “The way the neural network are shaped, you have many different inputs with a lot of…

Gradient Descent

Question: Explain gradient descent. Example “Gradient descent is the minimizing of an algorithm towards a given function, rather than building up the algorithm. Basically, by…

Back Propagation

Question: What is the back propagation and how does it work? Example “Back propagation is a training algorithm that moves the error from an end…

Variants of Back Propagation

Question: What are the variants of back propagation? Example “There are three variants, the stochastic gradient descent, which uses only single training examples for calculations;…