Deep learning (also known as deep structured learning, hierarchical learning or deep machine learning ) is a branch of machine learning based on a set of algorithms that attempt to model high level abstractions in data. In a simple case, you could have two sets of neurons: ones that receive an input signal and ones that send an output signal. When the input layer receives an input it passes on a modified version of the input to the next layer. In a deep network, there are many layers between the input and output ( and the payers are not made of neurons but it can help to think of it that way), allowing the algorithms to use multiple processing layers, composed of multiple linear and non-linear transformations.
Here are two deep learning examples:
Deep learning tutorials:
No comments:
Post a Comment