Newbie question about deep learning

  • Thread starter Thread starter cask1
  • Start date Start date
  • Tags Tags
    Neural networks
AI Thread Summary
Deep learning is fundamentally based on neural networks characterized by multiple layers, which is what distinguishes it from traditional machine learning. The term "deep" specifically refers to the depth of these networks, meaning the number of layers, rather than the overall size of the network or the computing power required. While increased computing power and memory are essential for implementing deep learning effectively, they are not defining features of the concept itself. The complexity introduced by the numerous layers in deep learning models can complicate the interpretability of how these networks derive their conclusions.
cask1
Messages
8
Reaction score
0
Is Deep Learning based on Neural Networks (which seem to have been around for decades) and an increase in computing power and memory? Does it utilize very large Neural Networks?
 
Technology news on Phys.org
Deep learning is based on Neural Networks that have many layers in the network (see https://en.wikipedia.org/wiki/Deep_learning). The term does not refer to computing power or memory size although both are required to accomplish it. You can study a lot about the theory of deep learning without ever talking about the computer requirements. The "deep" refers to the large number of layers, not necessarily to the overall size of the network. The added layers in the second diagram below is what is meant by "deep". All those layers make it more difficult to understand how the network is arriving at its conclusions when it is working. (from https://quantdare.com/what-is-the-difference-between-deep-learning-and-machine-learning/)
1719743068883.png
 
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top