Artificial Neural Network

Artificial Neural Network

So far we have seen how basic calculations work in TensorFlow. The computational graph we have built actually resemble the biological neural network of human brain because of which it is commonly known as Artificial Neural Network or simply Neural Network. The neurons in a neural network are organized across three types of layers: Input Layer: This layer is used to feed the input data […]

Read Me