Also known as: dl · DL
Le Deep Learning est un sous-domaine de l’apprentissage automatique qui utilise des réseaux neuronaux à plusieurs couches pour apprendre des représentations et des motifs à partir des données. Il est largement utilisé pour des tâches complexes telles que la reconnaissance d’images, le traitement de la parole, le traitement automatique du langage naturel, la génération et la prise de décision, et peut être entraîné au moyen de méthodes supervisées, semi-supervisées ou non supervisées.
A subset of machine learning that focuses on utilizing neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and is centered around stacking artificial neurons into layers and "training" them to process data. The adjective "deep" refers to the use of multiple layers (ranging from three to several hundred or thousands) in the network. Methods used can be either supervised, semi-supervised, or unsupervised.
Deep learning is a subfield of machine learning that uses neural networks (artificial intelligence) with multiple layers that attempt to mimic the structure of the human brain. The deep in deep learning is referring to the neural network's multiple layers. When data is passed from one layer to the next, the network learns more about the data. The last layer uses all the information learned from previous layers to make a final decision.
Deep learning is a more specialised machine learning technique in which more complex layers of data and neural networks are used to process data and make decisions.