Neural Network
Defining a neural network.
We'll cover the following...
What is a neural network?
Neural networks are multilayer networks of neurons that are used to classify and make predictions.
Architecture of a neural network
The Neural Network consists of an input layer, a hidden layer, and an output layer.
Press + to interact
-
Input units: The input units represent raw information that is fed into the network. These input units make the input layer of the neural network. The hidden layer is next to the input layer and it consists of hidden units.
-
Hidden units: ...