Deep learning

What is deep learning?

  1. It is subset of machine learning,
  2. It uses Artificial Neural Network with three or more hidden layers.
  3. The ANNs attempt to simulate the behavior of human brain allowing it to learn from large amount of data

What are the advantages of DL?

  1. It makes clever use of unstructured data.
  2. It outperforms other methos if the data set is large.
  3. It enables machines to process data with a nonlinear approach.
  4. It is effective at identifying hidden patterns that are too complex.
  5. It provides a more accurate outcome with higher numbers of hidden layers.