|刊登類別:
此刊登物品已於 7月22日 (星期二) 07:36 售出。
Math for Deep Learning: What You Need to Know to Understand Neural Networks
已賣出
Math for Deep Learning: What You Need to Know to Understand Neural Networks
US $21.74US $21.74
07-22 二, 19 小時 36 分 34 秒07-22 二, 19 小時 36 分 34 秒
有類似物品要出售?

Math for Deep Learning: What You Need to Know to Understand Neural Networks

US $21.74
大約HK$ 169.84
狀況:
尚可
    運送:
    免費 Standard Shipping.
    所在地:Fort Lauderdale, Florida, 美國
    送達日期:
    估計於 8月25日 (星期一)8月29日 (星期五)之間送達 運送地點 94104
    估計運送時間是透過我們的獨家工具,根據買家與物品所在地的距離、所選的運送服務、賣家的運送紀錄及其他因素,計算大概的時間。送達時間會因時而異,尤其是節日。
    退貨:
    不可退貨.
    保障:
    請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
    (不符合「eBay 買家保障方案」資格)
    賣家必須承擔此刊登物品的所有責任。
    eBay 物品編號:127239657961
    上次更新時間: 2025-07-22 02:20:22查看所有版本查看所有版本

    全部淨收益將悉數捐給 Goodwill Industries of South Florida

    Goodwill Industries of South Florida trains and employs people with physical and mental barriers
    • eBay for Charity 刊登物品官方版。進一步了解
    • 此次銷售所得將捐贈經確認的非牟利機構夥伴。

    物品細節

    物品狀況
    尚可: 書籍有明顯的磨損。封面可能存在損壞但不影響完整性。封皮可能略微受損但依舊完整無缺。可能存在留白書寫文字、標注和標記文字,但沒有缺頁或任何會對文字的清晰度或可理解性造成影響。 查看所有物品狀況定義會在新視窗或分頁中開啟
    Release Year
    2021
    Book Title
    Math for Deep Learning: What You Need to Know to Understand Ne...
    ISBN
    9781718501904

    關於產品

    Product Identifiers

    Publisher
    No Starch Press, Incorporated
    ISBN-10
    1718501900
    ISBN-13
    9781718501904
    eBay Product ID (ePID)
    27050380222

    Product Key Features

    Number of Pages
    344 Pages
    Language
    English
    Publication Name
    Math for Deep Learning : What You Need to Know to Understand Neural Networks
    Publication Year
    2021
    Subject
    Neural Networks, General, Calculus
    Type
    Textbook
    Subject Area
    Mathematics, Computers, Science
    Author
    Ronald T. Kneusel
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.9 in
    Item Weight
    23.2 Oz
    Item Length
    9.1 in
    Item Width
    7 in

    Additional Product Features

    Intended Audience
    Trade
    LCCN
    2021-939724
    Reviews
    "What makes Math for Deep Learning a stand-out, is that it focuses on providing a sufficient mathematical foundation for deep learning, rather than attempting to cover all of deep learning, and introduce the needed math along the way. Those eager to master deep learning are sure to benefit from this foundation-before-house approach." -Ed Scott, Ph.D., Solutions Architect & IT Enthusiast, "An excellent resource for anyone looking to gain a solid foundation in the mathematics underlying deep learning algorithms. The book is accessible, well-organized, and provides clear explanations and practical examples of key mathematical concepts. I highly recommend it to anyone interested in this field." --Daniel Gutierrez, insideBIGDATA "Ronald T. Kneusel has written a handy and compact guide to the mathematics of deep learning. It will be a well-worn reference for equations and algorithms for the student, scientist, and practitioner of neural networks and machine learning. Complete with equations, figures and even sample code in Python, this book is a wonderful mathematical introduction for the reader." --David S. Mazel, Senior Engineer, Regulus-Group "What makes Math for Deep Learning a stand-out, is that it focuses on providing a sufficient mathematical foundation for deep learning, rather than attempting to cover all of deep learning, and introduce the needed math along the way. Those eager to master deep learning are sure to benefit from this foundation-before-house approach." --Ed Scott, Ph.D., Solutions Architect & IT Enthusiast
    Dewey Edition
    23
    Illustrated
    Yes
    Dewey Decimal
    006.310151
    Table Of Content
    Introduction Chapter 1: Setting the Stage Chapter 2: Probability Chapter 3: More Probability Chapter 4: Statistics Chapter 5: Linear Algebra Chapter 6: More Linear Algebra Chapter 7: Differential Calculus Chapter 8: Matrix Calculus Chapter 9: Data Flow in Neural Networks Chapter 10: Backpropagation Chapter 11: Gradient Descent Appendix: Going Further
    Synopsis
    Math for Deep Learning provides the essential math you need to understand deep learning discussions, explore more complex implementations, and better use the deep learning toolkits. With Math for Deep Learning , you'll learn the essential mathematics used by and as a background for deep learning. You'll work through Python examples to learn key deep learning related topics in probability, statistics, linear algebra, differential calculus, and matrix calculus as well as how to implement data flow in a neural network, backpropagation, and gradient descent. You'll also use Python to work through the mathematics that underlies those algorithms and even build a fully-functional neural network. In addition you'll find coverage of gradient descent including variations commonly used by the deep learning community: SGD, Adam, RMSprop, and Adagrad/Adadelta., Math for Deep Learning provides the essential math you need to understand deep learning discussions, explore more complex implementations, and better use the deep learning toolkits. With Math for Deep Learning , you'll learn the essential mathematics used by and as a background for deep learning. You'll work through Python examples to learn key deep learning related topics in probability, statistics, linear algebra, differential calculus, and matrix calculus as well as how to implement data flow in a neural network, backpropagation, and gradient descent. You'll also use Python to work through the mathematics that underlies those algorithms and even build a fully-functional neural network. In addition you'll find coverage of gradient descent including variations commonly used by the deep learning community- SGD, Adam, RMSprop, and Adagrad/Adadelta., To truly understand the power of deep learning, you need to grasp the mathematical concepts that make it tick. Math for Deep Learning will give you a working knowledge of probability, statistics, linear algebra, and differential calculus-the essential math subfields required to practice deep learning successfully. Each subfield is explained with Python code and hands-on, real-world examples that bridge the gap between pure mathematics and its applications in deep learning. The book begins with fundamentals such as Bayes' theorem before progressing to more advanced concepts like training neural networks using vectors, matrices, and derivatives of functions. You'll then put all this math to use as you explore and implement backpropagation and gradient descent- the foundational algorithms that have enabled the Al revolution. You'll learn how to: Use statistics to understand datasets and evaluate models, Apply the rules of probability, Manipulate vectors and matrices to move data through a neural network, Use linear algebra to implement principal component analysis and singular value decomposition, Implement gradient-based optimization techniques like RMSprop, Adagrad, and Adadelta, The core math concepts presented in Math for Deep Learning will give you the foundation you need to unlock the potential of deep learning in your own applications. Book jacket.
    LC Classification Number
    Q325.5

    賣家提供的物品說明

    賣家簡介

    Goodwill Industries South Florida

    99.2% 正面信用評價已賣出 62.08 萬 件物品

    加入日期:1月 2011
    Welcome to my eBay Store. Please add me to your list of favorite sellers and visit often. Thank you for your business.
    瀏覽商店聯絡

    詳盡賣家評級

    過去 12 個月的平均評級
    說明準確
    4.9
    運費合理
    5.0
    運送速度
    5.0
    溝通
    5.0

    賣家信用評價 (191,638)

    全部評級
    正面
    中立
    負面
      • s***e (1228)- 買家留下的信用評價。
        過去 1 個月
        購買已獲認證
        Fast shipping! Excellent communication! Item as described. Was surprised that the book has no highlighted pages or underlined pages. A+ Reseller! Will buy again!
      查看所有信用評價