Home Page XOR Neural Network

Layers

Dense Layer Activation Layer

Activation functions Cost functions

Training modes

Backpropagation Minibatched backprop
What is it Different functions

Activation functions

What is it

Cost functions are functions that gives a metric to tell how bad the network is. It allow the network to know its flaws for example during backpropagation.

Different functions

Mean Squared Error: CostFunctions.mse