Sale!

Deep Learning (The MIT Press Essential Knowledge series)

Add your review

Original price was: $18.95.Current price is: $11.36.

Original price was: $18.95.Current price is: $11.36.

Sale!

Note: Prices may fluctuate as sellers adjust them regularly. You'll see the latest price at final checkout.
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare



An accessible introduction to the artificial intelligence technology that enables computer vision, speech recognition, machine translation, and driverless cars.

Deep learning is an artificial intelligence technology that enables computer vision, speech recognition in mobile phones, machine translation, AI games, driverless cars, and other applications. When we use consumer products from Google, Microsoft, Facebook, Apple, or Baidu, we are often interacting with a deep learning system. In this volume in the MIT Press Essential Knowledge series, computer scientist John Kelleher offers an accessible and concise but comprehensive introduction to the fundamental technology at the heart of the artificial intelligence revolution.

Kelleher explains that deep learning enables data-driven decisions by identifying and extracting patterns from large datasets; its ability to learn from complex data makes deep learning ideally suited to take advantage of the rapid growth in big data and computational power. Kelleher also explains some of the basic concepts in deep learning, presents a history of advances in the field, and discusses the current state of the art. He describes the most important deep learning architectures, including autoencoders, recurrent neural networks, and long short-term networks, as well as such recent developments as Generative Adversarial Networks and capsule networks. He also provides a comprehensive (and comprehensible) introduction to the two fundamental algorithms in deep learning: gradient descent and backpropagation. Finally, Kelleher considers the future of deep learning—major trends, possible developments, and significant challenges.

Publisher ‏ : ‎ The MIT Press
Publication date ‏ : ‎ September 10, 2019
Edition ‏ : ‎ Illustrated
Language ‏ : ‎ English
Print length ‏ : ‎ 296 pages
ISBN-10 ‏ : ‎ 0262537559
ISBN-13 ‏ : ‎ 978-0262537551
Item Weight ‏ : ‎ 8 ounces
Dimensions ‏ : ‎ 5.08 x 0.75 x 7.01 inches
Part of series ‏ : ‎ MIT Press Essential Knowledge
Best Sellers Rank: #64,576 in Books (See Top 100 in Books) #11 in Computer Vision & Pattern Recognition #21 in Computer Neural Networks #139 in Artificial Intelligence & Semantics
Customer Reviews: 4.5 4.5 out of 5 stars (483) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

13 reviews for Deep Learning (The MIT Press Essential Knowledge series)

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Abacus

    Excellent but not so easy.
    The back cover indicates “An accessible introduction to AI …” Ok, it is accessible if you have a pretty good background in calculus including partial derivatives and chain rule, regression, matrix algebra operation, advanced geometry, etc.” You get the picture. But, that is not the author’s fault. This is the cognitive entry gate to understanding DNN. You need a foundation going in.I have read several books on DNNs. And, I taught myself how to develop such DNN models. Many of the books I had read before invariably combined some contextual material with some software codes to get you going. Although many of these books were between good and very good; it was refreshing to pick up a book solely concentrated on making you understand the underlying math of DNNs. Be warned, the author does not let a single stone unturned. If you are just into getting a high level understanding on how DNN work, maybe a couple of good articles at Medium will suffice. This book is a lot more than that. The author drills down on the subject.The author also has a pretty original approach to the subject that is much more geometry based than I had ever read elsewhere. He talks of mapping, and different types of spaces. He represents a lot of decisions along a two-dimensional graphs in ways I had not seen done by other authors.This book is very comparable and competitive with “Neural Networks, a Visual Introduction for Beginners” by Michael Taylor. And, I think for the ones with a pretty good background in math, but below the ones of a college grad or masters in math, Taylor’s book is much more accessible and actually teaches you a lot. However, while Taylor is a very good teacher at the introductory level, Kelleher is also an excellent one at the more advanced level. Taylor and Kelleher approach the subject differently at different levels and you will learn a lot from both.From Taylor, I got a pretty good understanding of DNNs. And, I got to develop some pretty good DNNs to explain and simulate the stock market (with only a mediocre level of success, so I still have to keep my day job). From Kelleher, I learned that the DNN structure I was using that included Sigmoid activation functions was really outdated. And, that I really have to learn how to develop DNNs that use long short term memory (LSTM) with rectified linear function (ReLu) (instead of Sigmoid) to improve my DNNs. This will be an ambitious undertaking, as I will have to graduate from using a very simple R package (deepnet) that allows you to code a DNN in essentially a single line of code with all the arguments you need to specify a traditional DNN. But, to develop a DNN with LSTM with ReLu, I will have to use Python Keras with Tensorflow, a far more complex undertaking. Nevertheless, Kelleher imparted to me extensive theoretical knowledge on why I have to move away from Sigmoid activation and towards ReLu with LSTM. Given that, I could not ask more from Kelleher. He much raised my understanding of the subject.If you are in a similar boat as I am, you will appreciate this book a lot. As you will see, or as you know already DNNs is an ongoing process. There is no clear finish line. This is unlike many other model structures such as ARIMA, ECM, VAR, etc. where what you see is what you get; as these model structures have an end point. Once you reached it, you know and understand them. With DNNs, there is always either a topic you thought you understood, but you uncover you actually do not. And, there are a lot of subjects you don’t even know off as the field is evolving rapidly in ever complex and diversified directions. I think DNNs will keep mathematicians busy for a pretty long time. And, that is kind of exciting in itself. When you uncover a quantitative method that seems to ever have room to evolve, it is pretty cool stuff.

    Helpful(0) Unhelpful(0)You have already voted this
  2. Michael George

    a gentle, solid and modern introduction to deep learning
    The author has provided, in this book, a modern (to 2019) introduction to deep learning. The focus of the book is on a limited number of topics, such as backpropagation, treated very deeply (but with few assumptions about technical preparation). In additional, Kelleher has given a pretty up-to-date perspective on this subject. In recent years, due to a number of factors, such as good matrix-calculation hardware, deep learning and neural networks have shot into the vanguard of interest for weak AI. Therefore, Kelleher’s expert presentation, and careful “hand-holding”, as he proceeds to discuss some of the important topics, like the evolution of threshold functions, is particularly timely. I think that the very minimal level of understanding of linear algebra and calculus that is necessary to grasp the technical aspects of his discussion, make this book very valuable book for a broad audience, such as for software engineers at a beginning level in this area, and technical staff generally. Short of a good course, this summary overview is about the best one could hope for in a technical introduction, at a high level. I strongly recommend this book as a very easy, short read, that will be informative about some important basics. With the advent of software and hardware improvements, over the next twenty or thirty years, like quantum computers, deep learning is very likely to remain a significant tool in many technical fields, including physics (which is my primary area of interest).

    Helpful(0) Unhelpful(0)You have already voted this
  3. Emerson Moura

    Not an extensive book on the topic
    Read the sample before you buy this book. As it says, this is not a technical book. It’s an introduction to those who are not technical on the subject.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Sharon Zhou

    Compact intro to deep learning
    This book is short and concise, making it a compact intro to the subject. It assumes relatively little background in math (if you’re like me you might want to skip the parts that go through basic concepts multivariable calculus and linear algebra etc.), and the exposition is very clear. The diagrams are helpful, too. A good intro + historical overview of this young (and rapidly growing) field that prepares you for a deeper dive.

    Helpful(0) Unhelpful(0)You have already voted this
  5. kein_liao

    not useful for me
    It’s is not useful for me.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Andrew Frank

    Fantastic intro to the math
    I saw this book recommended in various places and it did not disappoint. It lays a foundation that takes the mystery out of neural nets. It’s been many years for me since college math, so I found a few parts challenging, but the math really isn’t very hard. This book was written before the rise of transformers but it’s an amazing intro to the fundamentals. Start here and move on to other books if you still feel the need.

    Helpful(0) Unhelpful(0)You have already voted this
  7. Shahram

    Nice and simple
    Explain the concept very easily for a non- technical person.

    Helpful(0) Unhelpful(0)You have already voted this
  8. Karen Miele

    A wonderful Overview with enough detail
    This book has provided a tremendous intro to the nuts and bolts of deep learning. There are clear examples.The math can be a little daunting for someone who is not familiar with the symbols or terminology of mathematics but they are not critical for an understanding of the concept because clear intents and results are provided (I actually listened to the book first and purchased it to get access to the math and the illustrations referenced – but I only purchased it because the explanations were so enlightening).About 250 pages of good, comprehensible info and the price is right.

    Helpful(0) Unhelpful(0)You have already voted this
  9. A.İhsan

    A quality book about machine learning that exceeded my expectations. I congratulate the author, John D. Kelleher.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Client d’Amazon

    Contrairement à bien d’autres, l’auteur se donne pour objectif de bien faire comprendre son propos. Il y parvient à la faveur d’un réel effort pédagogique. Comme le précédent dans la même collection (Data science), l’ouvrage est clair et constitue un excellent panorama, accessible à un public de non-spécialistes. Sans technicité excessive, mais avec un cheminement suffisamment précis, il permet de comprendre les grandes lignes de la mise en oeuvre des principales méthodes présentées.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Juan Carlos

    Helpful(0) Unhelpful(0)You have already voted this
  12. S

    This is a good starting point for those interested in Deep learning .Also for all the technical buffs who have trouble explaining concepts to non-technical people in a simple way.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Jaqen

    Scritto benissimo.Illustra in maniera divulgativa la storia dello sviluppo e soprattutto i principi di funzionamento del deep learning (altri libri si limitano invece a illustrarne le applicazioni). Un unico capitolo ha una quantità di matematica excessiva per una pubblicazione divulgativa ma l’autore stesso avvisa il lettore che può procedere oltre.È quindi un libro divulgativo ma rivolto a chi ha almeno una infarinatura scientifica.Consigliato.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    Deep Learning (The MIT Press Essential Knowledge series)
    Deep Learning (The MIT Press Essential Knowledge series)

    Original price was: $18.95.Current price is: $11.36.

    bestdealsavvy.com
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart