Jump to content

Machine Learning Glossary: Difference between revisions

Line 16: Line 16:
* Dilation - Spacing between elements in a CNN kernel when applied. See [[Convolutional neural network]].
* Dilation - Spacing between elements in a CNN kernel when applied. See [[Convolutional neural network]].
* Domain Adaptation - An area of research focused on making neural network work with alternate domains, or sources of data.
* Domain Adaptation - An area of research focused on making neural network work with alternate domains, or sources of data.
* Dropout - A technique where you zero out the features outputs of a random percent of neurons in each iteration, turning your network into an ensemble of subnetworks during training.


==E==
==E==