This article was automatically translated from the original Turkish version.
Deep Neural Networks (DNNs) are a subclass of artificial neural networks, consisting of multilayer structures with at least two or more hidden layers. Inspired by the human brain, these structures are composed of neurons, weights, bias values, and activation functions. Each neuron aggregates incoming signals, processes them through an activation function, and transmits the result to the next layer.
The "depth" of DNNs is measured by the number of hidden layers they contain. For example, a neural network with two hidden layers has a depth of three layers. While single-layer artificial neural networks can be effective for simple linear problems, they are limited when dealing with complex and high-dimensional data. Therefore, deep neural networks stand out due to their ability to model nonlinear relationships more effectively.
Deep neural networks can be implemented using various architectural configurations. The most common ones include:
DNNs are effectively used across a wide range of fields:
Deep neural networks can be trained using supervised and unsupervised learning methods. In supervised learning, the model’s output is compared with the true result using labeled data to calculate an error. This error is then propagated backward and the weights are updated (backpropagation method). In unsupervised learning, the data is not labeled. Deep Belief Networks, in particular, can automatically extract fundamental features of the data to perform this process. Deep architectures possess stronger generalization capabilities compared to shallow ones. However, using more layers does not always lead to better results. Careful tuning of hyperparameters such as the appropriate number of layers, choice of activation function, and learning rate is essential.

Deep Neural Network Architecture (
Bengio, Yoshua, Aaron Courville, and Pascal Vincent. "Representation Learning: A Review and New Perspectives." IEEE Transactions on Pattern Analysis and Machine Intelligence 35, no. 8 (2013): 1798–1828. https://doi.org/10.1109/TPAMI.2013.50
Bengio, Yoshua, Pascal Lamblin, Dan Popovici, and Hugo Larochelle. "Greedy Layer-Wise Training of Deep Networks." In Advances in Neural Information Processing Systems 19 (NeurIPS 2006), 153–160. 2007. https://proceedings.neurips.cc/paper_files/paper/2006/file/5da713a690c067105aeb2fae32403405-Paper.pdf
Cireşan, Dan, Ueli Meier, and Jürgen Schmidhuber. "Multi-Column Deep Neural Networks for Image Classification." In Proceedings of the 2012 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 3642–3649. https://doi.org/10.1109/CVPR.2012.6248110
Deng, Li, and Dong Yu. "Deep Learning Methods and Applications." Foundations and Trends in Signal Processing 7, no. 3–4 (2014): 1–99. https://doi.org/10.1561/2000000039
Krishnevsky, Alex, Ilya Sutskever, and Geoffrey Hinton. "ImageNet Classification with Deep Convolutional Neural Networks." In Advances in Neural Information Processing Systems 25 (NIPS 2012), Lake Tahoe, Nevada, 2012. https://www.cs.toronto.edu/~kriz/imagenet_classification_with_deep_convolutional.pdf
LeCun, Yann, Yoshua Bengio, and Geoffrey Hinton. "Deep Learning." Nature 521, no. 7553 (2015): 436–444. https://doi.org/10.1038/nature14539
TechCrunch. "Google's AlphaGo AI Wins Three-Match Series Against the World's Best Go Player." 2017. https://techcrunch.com/2017/05/24/alphago-beats-planets-best-human-go-player-ke-jie/
No Discussion Added Yet
Start discussion for "Deep Neural Networks" article
Deep Neural Network Architectures
Applications of Deep Neural Networks
Learning Process and Performance