Why are deep neural networks called deep?
Friday, 18 August 2023
by Nguyen Xuan Tung
Deep neural networks are called "deep" because of their multiple layers, rather than the number of nodes. The term "deep" refers to the depth of the network, which is determined by the number of layers it has. Each layer consists of a set of nodes, also known as neurons, which perform computations on the input
What type of machine learning model did the researchers settle on for their multiclass classification task in transcribing medieval texts, and why is it well-suited for this task?
Sunday, 06 August 2023
by EITCA Academy
The researchers settled on a Convolutional Neural Network (CNN) machine learning model for their multiclass classification task in transcribing medieval texts. This choice was well-suited for the task due to several reasons. Firstly, CNNs have proven to be highly effective in image recognition tasks, which is relevant to transcribing medieval texts as they often contain

