{"id":25038,"date":"2020-09-28T06:00:00","date_gmt":"2020-09-28T13:00:00","guid":{"rendered":"https:\/\/insidebigdata.com\/?p=25038"},"modified":"2020-09-29T09:22:15","modified_gmt":"2020-09-29T16:22:15","slug":"book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning","status":"publish","type":"post","link":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/","title":{"rendered":"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book.jpeg\" alt=\"\" class=\"wp-image-25039\" width=\"267\" height=\"401\" srcset=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book.jpeg 300w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book-200x300.jpeg 200w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book-100x150.jpeg 100w\" sizes=\"(max-width: 267px) 100vw, 267px\" \/><\/figure><\/div>\n\n\n\n<p>We&#8217;re seeing a rising number of new books on the mathematics of data science, machine learning, AI and deep learning, which I view as a very positive trend because of the importance for data scientists to understand the theoretical foundations for these technologies. In the coming months, I plan to review a number of these titles, but for now, I&#8217;d like to introduce a real gem: &#8220;<a rel=\"noreferrer noopener\" href=\"https:\/\/jim-stone.staff.shef.ac.uk\/AIEngines\/\" target=\"_blank\">Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning<\/a>,&#8221; by James V. Stone, 2019 Sebtel Press. Dr. Stone is an Honorary Reader in Vision and Computational Neuroscience at the University of Sheffield, England. <\/p>\n\n\n\n<p>The author provides a <a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/jgvfwstone\/ArtificialIntelligenceEngines\" target=\"_blank\">GitHub<\/a> repo containing Python code examples based on the topics found in the book. You can also download Chapter 1 for free <a href=\"https:\/\/jim-stone.staff.shef.ac.uk\/AIEngines\/AIEnginesChapter1.html\" target=\"_blank\" rel=\"noreferrer noopener\">HERE<\/a>. <\/p>\n\n\n\n<p>The main reason why I like this book so much is because of its tutorial format. It&#8217;s not a formal text on the subject matter, but rather a relatively short and succinct (only 200 pages) guide book for understanding the mathematical fundamentals of deep learning. I was able to skim it&#8217;s content in about 2 hours, and a thorough reading could be achieved in a few days depending on your math background. I&#8217;m working on a deep dive now, with note pad and pencil in hand, as I see the book providing a timely refresh of the math I first saw in grad school. What you gain in the end is a well-balanced formulation for how deep learning works under the hood. Data scientists can &#8220;get by&#8221; without the math when working with deep learning, but much of the process becomes guess work without the insights that the math brings to the table. <\/p>\n\n\n\n<p>The book includes the following chapters:<\/p>\n\n\n\n<ol><li>Artificial Neural Networks<\/li><li>Linear Associative Networks<\/li><li>Perceptrons<\/li><li>The Backpropagation Algorithm<\/li><li>Hopfield Nets<\/li><li>Boltzmann Machines<\/li><li>Deep RBMs<\/li><li>Variational Autoencoders<\/li><li>Deep Backprop Networks<\/li><li>Reinforcement Learning<\/li><li>The Emperor\u2019s New AI?<\/li><\/ol>\n\n\n\n<p>In each chapter, you&#8217;ll find all the foundational mathematics to support the topic. You&#8217;ll need to know some basic Calculus, linear algebra, and partial different equations to move forward, but Stone include several useful Appendices to help you along: mathematical symbols, a vector and matrix tutorial, maximum likelihood estimation, and Baye&#8217;s Theorem. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"455\" height=\"397\" src=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-pic1.png\" alt=\"\" class=\"wp-image-25040\" srcset=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-pic1.png 455w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-pic1-300x262.png 300w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-pic1-150x131.png 150w\" sizes=\"(max-width: 455px) 100vw, 455px\" \/><\/figure><\/div>\n\n\n\n<p>The chapters also feature important algorithms presented in easy to understand algorithm <em>pseudo-code<\/em> (there is no standard in this regard, but Stone&#8217;s rendition is very straightforward). One big feature of the book is its complete bibliography of seminal books and papers that have contributed to the advance of deep learning over the years. The book gives a historical perspective for how deep learning evolved in decades past, coupled with important papers along the way. Using this book as a guide, you&#8217;ll have a complete and detailed roadmap for deep learning and the long, often winding path it has taken. <\/p>\n\n\n\n<p>I especially like Stone&#8217;s treatment of gradient descent, and back propagation. If you&#8217;ve ever been confused about these building blocks of deep learning, this book&#8217;s tutorial on these subjects will give you a nice kick-start. <\/p>\n\n\n\n<p>Topics like Hopfield Nets and Boltzmann Machines are included to provide a historical lineage. Historically, Hopfield Nets (circa 1982) preceded backprop networks. The Hopfield net is important because it is based on the mathematical apparatus of a branch of physics called <em>statistical mechanics<\/em>, which enabled learning to be interpreted in terms of <em>energy functions<\/em>. Hopefield nets led directly to Boltzmann machines, which represent an important stepping stone to modern deep learning systems. In this respect, it&#8217;s useful to see how deep learning has grown into its current state. <\/p>\n\n\n\n<p>I would recommend this tutorial to any data scientist wishing to get quickly up to speed with the foundations of arguably the most important technology discipline today. The best time to move ahead with your education is now with this great resource!<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2018\/12\/Daniel_2018_pic.png\" alt=\"\" class=\"wp-image-21778\" width=\"108\" height=\"124\" srcset=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2018\/12\/Daniel_2018_pic.png 200w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2018\/12\/Daniel_2018_pic-131x150.png 131w\" sizes=\"(max-width: 108px) 100vw, 108px\" \/><\/figure><\/div>\n\n\n\n<p>C<em>ontributed by Daniel D. Gutierrez, Editor-in-Chief and Resident Data Scientist for insideBIGDATA. In addition to being a tech journalist, Daniel also is a consultant in data scientist, author, educator and sits on a number of advisory boards for various start-up companies.&nbsp;<\/em><\/p>\n\n\n\n<p><em>Sign up for the free insideBIGDATA&nbsp;<a href=\"http:\/\/insidebigdata.com\/newsletter\/\" target=\"_blank\" rel=\"noreferrer noopener\">newsletter<\/a>.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;re seeing a rising number of new books on the mathematics of data science, machine learning, AI and deep learning, which I view as a very positive trend because of the importance for data scientists to understand the theoretical foundations for these technologies. In the coming months, I plan to review a number of these [&hellip;]<\/p>\n","protected":false},"author":37,"featured_media":25039,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[526,92,182,87,180,67,56,1],"tags":[767,264,705,96],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA\" \/>\n<meta property=\"og:description\" content=\"We&#8217;re seeing a rising number of new books on the mathematics of data science, machine learning, AI and deep learning, which I view as a very positive trend because of the importance for data scientists to understand the theoretical foundations for these technologies. In the coming months, I plan to review a number of these [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/\" \/>\n<meta property=\"og:site_name\" content=\"insideBIGDATA\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/insidebigdata\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-28T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-29T16:22:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Daniel Gutierrez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AMULETAnalytics\" \/>\n<meta name=\"twitter:site\" content=\"@insideBigData\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniel Gutierrez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/\",\"url\":\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/\",\"name\":\"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA\",\"isPartOf\":{\"@id\":\"https:\/\/insidebigdata.com\/#website\"},\"datePublished\":\"2020-09-28T13:00:00+00:00\",\"dateModified\":\"2020-09-29T16:22:15+00:00\",\"author\":{\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed\"},\"breadcrumb\":{\"@id\":\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/insidebigdata.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/insidebigdata.com\/#website\",\"url\":\"https:\/\/insidebigdata.com\/\",\"name\":\"insideBIGDATA\",\"description\":\"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/insidebigdata.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed\",\"name\":\"Daniel Gutierrez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5780282e7e567e2a502233e948464542?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5780282e7e567e2a502233e948464542?s=96&d=mm&r=g\",\"caption\":\"Daniel Gutierrez\"},\"description\":\"Daniel D. Gutierrez is a Data Scientist with Los Angeles-based AMULET Analytics, a service division of AMULET Development Corp. He's been involved with data science and Big Data long before it came in vogue, so imagine his delight when the Harvard Business Review recently deemed \\\"data scientist\\\" as the sexiest profession for the 21st century. Previously, he taught computer science and database classes at UCLA Extension for over 15 years, and authored three computer industry books on database technology. He also served as technical editor, columnist and writer at a major computer industry monthly publication for 7 years. Follow his data science musings at @AMULETAnalytics.\",\"sameAs\":[\"http:\/\/www.insidebigdata.com\",\"https:\/\/twitter.com\/@AMULETAnalytics\"],\"url\":\"https:\/\/insidebigdata.com\/author\/dangutierrez\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/","og_locale":"en_US","og_type":"article","og_title":"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA","og_description":"We&#8217;re seeing a rising number of new books on the mathematics of data science, machine learning, AI and deep learning, which I view as a very positive trend because of the importance for data scientists to understand the theoretical foundations for these technologies. In the coming months, I plan to review a number of these [&hellip;]","og_url":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/","og_site_name":"insideBIGDATA","article_publisher":"http:\/\/www.facebook.com\/insidebigdata","article_published_time":"2020-09-28T13:00:00+00:00","article_modified_time":"2020-09-29T16:22:15+00:00","og_image":[{"width":300,"height":450,"url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book.jpeg","type":"image\/jpeg"}],"author":"Daniel Gutierrez","twitter_card":"summary_large_image","twitter_creator":"@AMULETAnalytics","twitter_site":"@insideBigData","twitter_misc":{"Written by":"Daniel Gutierrez","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/","url":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/","name":"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning - insideBIGDATA","isPartOf":{"@id":"https:\/\/insidebigdata.com\/#website"},"datePublished":"2020-09-28T13:00:00+00:00","dateModified":"2020-09-29T16:22:15+00:00","author":{"@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed"},"breadcrumb":{"@id":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/insidebigdata.com\/2020\/09\/28\/book-review-artificial-intelligence-engines-a-tutorial-introduction-to-the-mathematics-of-deep-learning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/insidebigdata.com\/"},{"@type":"ListItem","position":2,"name":"Book Review: Artificial Intelligence Engines: A Tutorial Introduction to the Mathematics of Deep Learning"}]},{"@type":"WebSite","@id":"https:\/\/insidebigdata.com\/#website","url":"https:\/\/insidebigdata.com\/","name":"insideBIGDATA","description":"Your Source for AI, Data Science, Deep Learning &amp; Machine Learning Strategies","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/insidebigdata.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed","name":"Daniel Gutierrez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5780282e7e567e2a502233e948464542?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5780282e7e567e2a502233e948464542?s=96&d=mm&r=g","caption":"Daniel Gutierrez"},"description":"Daniel D. Gutierrez is a Data Scientist with Los Angeles-based AMULET Analytics, a service division of AMULET Development Corp. He's been involved with data science and Big Data long before it came in vogue, so imagine his delight when the Harvard Business Review recently deemed \"data scientist\" as the sexiest profession for the 21st century. Previously, he taught computer science and database classes at UCLA Extension for over 15 years, and authored three computer industry books on database technology. He also served as technical editor, columnist and writer at a major computer industry monthly publication for 7 years. Follow his data science musings at @AMULETAnalytics.","sameAs":["http:\/\/www.insidebigdata.com","https:\/\/twitter.com\/@AMULETAnalytics"],"url":"https:\/\/insidebigdata.com\/author\/dangutierrez\/"}]}},"jetpack_featured_media_url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2020\/09\/Artificial-Intelligence-Engines-book.jpeg","jetpack_shortlink":"https:\/\/wp.me\/p9eA3j-6vQ","jetpack-related-posts":[{"id":21994,"url":"https:\/\/insidebigdata.com\/2019\/01\/16\/best-of-arxiv-org-for-ai-machine-learning-and-deep-learning-december-2018\/","url_meta":{"origin":25038,"position":0},"title":"Best of arXiv.org for AI, Machine Learning, and Deep Learning \u2013 December 2018","date":"January 16, 2019","format":false,"excerpt":"In this recurring monthly feature, we will filter all the recent research papers appearing in the arXiv.org preprint server for subjects relating to AI, machine learning and deep learning \u2013 from disciplines including statistics, mathematics and computer science \u2013 and provide you with a useful \u201cbest of\u201d list for the\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2013\/12\/arxiv.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":32845,"url":"https:\/\/insidebigdata.com\/2023\/07\/13\/power-to-the-data-report-podcast-the-math-behind-the-models\/","url_meta":{"origin":25038,"position":1},"title":"Power to the Data Report Podcast: The Math Behind the Models","date":"July 13, 2023","format":false,"excerpt":"Hello, and welcome to the \u201cPower-to-the-Data Report\u201d podcast where we cover timely topics of the day from throughout the Big Data ecosystem. I am your host Daniel Gutierrez from insideBIGDATA where I serve as Editor-in-Chief & Resident Data Scientist. Today\u2019s topic is \u201cThe Math Behind the Models,\u201d one of my\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2023\/06\/Power-Data-column-banner_special.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24001,"url":"https:\/\/insidebigdata.com\/2020\/02\/19\/book-review-python-machine-learning-third-edition-by-sebastian-raschka-vahid-mirjalili\/","url_meta":{"origin":25038,"position":2},"title":"Book Review: Python Machine Learning &#8211; Third Edition by Sebastian Raschka, Vahid Mirjalili","date":"February 19, 2020","format":false,"excerpt":"I had been looking for a good book to recommend to my \"Introduction to Data Science\" classes at UCLA as a text to use once my class completes ... sort of the next step after learning the basics. That's why I was looking forward to reviewing the new 3rd edition\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/02\/Packt_Python_ML.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":21252,"url":"https:\/\/insidebigdata.com\/2018\/10\/17\/best-arxiv-org-ai-machine-learning-deep-learning-september-2018\/","url_meta":{"origin":25038,"position":3},"title":"Best of arXiv.org for AI, Machine Learning, and Deep Learning \u2013 September 2018","date":"October 17, 2018","format":false,"excerpt":"In this recurring monthly feature, we will filter all the recent research papers appearing in the arXiv.org preprint server for subjects relating to AI, machine learning and deep learning \u2013 from disciplines including statistics, mathematics and computer science \u2013 and provide you with a useful \u201cbest of\u201d list for the\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2013\/12\/arxiv.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":22953,"url":"https:\/\/insidebigdata.com\/2019\/07\/18\/best-of-arxiv-org-for-ai-machine-learning-and-deep-learning-june-2019\/","url_meta":{"origin":25038,"position":4},"title":"Best of arXiv.org for AI, Machine Learning, and Deep Learning \u2013 June 2019","date":"July 18, 2019","format":false,"excerpt":"In this recurring monthly feature, we will filter all the recent research papers appearing in the arXiv.org preprint server for subjects relating to AI, machine learning and deep learning \u2013 from disciplines including statistics, mathematics and computer science \u2013 and provide you with a useful \u201cbest of\u201d list for the\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2013\/12\/arxiv.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24399,"url":"https:\/\/insidebigdata.com\/2020\/06\/11\/book-review-linear-algebra-and-learning-from-data-by-gilbert-strang\/","url_meta":{"origin":25038,"position":5},"title":"Book Review: Linear Algebra and Learning from Data by Gilbert Strang","date":"June 11, 2020","format":false,"excerpt":"I've been a big fan of MIT mathematics professor Dr. Gilbert Strang for many years. A few years ago I reviewed the latest 5th edition of his venerable text on linear algebra. Then last year I learned how he morphed his delightful mathematics book into a brand new title (2019)\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/05\/Strang_learning_from_data_book.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/25038"}],"collection":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/comments?post=25038"}],"version-history":[{"count":0,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/25038\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media\/25039"}],"wp:attachment":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media?parent=25038"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/categories?post=25038"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/tags?post=25038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}