Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What does 'deep' really mean in deep learning?


Asked by Riggs Hogan on Dec 02, 2021 FAQ



The word "deep" in "deep learning" refers to the number of layers through which the data is transformed . More precisely, deep learning systems have a substantial credit assignment path (CAP) depth. The CAP is the chain of transformations from input to output. CAPs describe potentially causal connections between input and output.
Moreover,
Deep Learning is a computer software that mimics the network of neurons in a brain . It is a subset of machine learning based on artificial neural networks with representation learning. It is called deep learning because it makes use of deep neural networks. This learning can be supervised, semi-supervised or unsupervised.
Consequently, A great example of deep learning is Google’s AlphaGo. Google created a computer program with its own neural network that learned to play the abstract board game called Go, which is known for requiring sharp intellect and intuition.
Likewise,
Deep learning is based on the representation learning (or feature learning) branch of machine learning theory. By extracting high-level, complex abstractions as data representations through a hierarchical learning process, deep learning models yield results more quickly than standard machine learning approaches.
Subsequently,
Deep learning is a subset of machine learning in artificial intelligence (AI) that has networks capable of learning unsupervised from data that is unstructured or unlabeled. Also known as deep neural learning or deep neural network.