Input layer, hidden layer(series), output layer
neurons have learnable weights and biases..
each neuron is fully connected to all neurons in the previous layer,
neurons in a single layer function completely independently and do not share any connections.
The last fully-connected layer is called the
1