Deep Learning my takeaway- Part 1
Deep Learning my takeaway from the from the book by Goodfellow, Bengio and Courville Introduction Today, artificial intelligence (AI) is a thriving field with many practical applications and active research topics. The true challenge to artificial intelligence proved to be solving the tasks that are easy for people to perform but hard for people to describe formally—problems that we solve intuitively, that feel automatic, like recognizing spoken words or faces in images . By gathering knowledge from experience, this approach avoids the need for human operators to formally specify all of the knowledge that the computer needs. The hierarchy of concepts allows the computer to learn complicated concepts by building them out of simpler ones. If we draw a graph showing how these. concepts are built on top of each other, the graph is deep, with many layers. For this reason, we call this approach to AI deep learning . Several artificial intelligence projects have sought to hard-code ...