{"id":28716,"date":"2022-03-18T06:00:00","date_gmt":"2022-03-18T13:00:00","guid":{"rendered":"https:\/\/insidebigdata.com\/?p=28716"},"modified":"2022-03-25T10:37:36","modified_gmt":"2022-03-25T17:37:36","slug":"book-review-machine-learning-with-pytorch-and-scikit-learn","status":"publish","type":"post","link":"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/","title":{"rendered":"Book Review: Machine Learning with PyTorch and Scikit-Learn"},"content":{"rendered":"\n<div class=\"wp-block-image is-style-default\"><figure class=\"alignright size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"250\" height=\"309\" src=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch.png\" alt=\"\" class=\"wp-image-28717\" srcset=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch.png 250w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch-121x150.png 121w, https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch-243x300.png 243w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/><\/figure><\/div>\n\n\n\n<p>The enticing new title courtesy of Packt Publishing, &#8220;<a href=\"https:\/\/www.packtpub.com\/product\/machine-learning-with-pytorch-and-scikit-learn\/9781801819312\" target=\"_blank\" rel=\"noreferrer noopener\">Machine Learning with PyTorch and Scikit-Learn<\/a>,&#8221; by Sebastian Raschka, Yuxi (Hayden) Liu, and Vahid Mirjalili is a welcome addition to any data scientist&#8217;s list of learning resources. This 2022 tome consists of 741 well-crafted pages designed to provide a comprehensive framework for working in the realm of machine learning and deep learning. The book is brimming over with topics that will propel you to a leading-edge understanding of the field. Topical areas include an introduction to ML including a simple implementation of perceptron algorithm, data munging, dimensionality reduction, a tour of classification algorithms (logistic regression, SVM, decision tree, KNN), model evaluation and hyperparameter tuning, ensemble learning, regression, sentiment analysis, and unsupervised learning with clustering. <\/p>\n\n\n\n<p>The book then shifts into high gear with a number of contemporary topics in deep learning, all using the popular PyTorch framework: implementing a simple multi-layer ANN, parallelizing neural network training, image classification with CNNs, modeling sequential data with RNNs, transformers and NLP, GANs, graph neural networks, and reinforcement learning. A very comprehensive book indeed!<\/p>\n\n\n\n<p>The book is the new member of Packt&#8217;s ML series that includes a 2019 title I reviewed a couple of years ago: &#8220;<a href=\"https:\/\/insidebigdata.com\/2020\/02\/19\/book-review-python-machine-learning-third-edition-by-sebastian-raschka-vahid-mirjalili\/\" target=\"_blank\" rel=\"noreferrer noopener\">Python Machine Learning, 3rd Edition<\/a>.&#8221; The two books have largely the same content with one big exception, the previous book was based on TensorFlow for deep learning topics, while this one uses PyTorch (the clear winner today with deep learning projects; just look at the code associated with papers appearing on arXiv). <\/p>\n\n\n\n<p>The new book picked up a third author Liu, and added two new chapters &#8211; transformers and graph neural networks. The previous book&#8217;s chapter on embedding an ML model into a web app was removed. The new book has reworked versions of all the previous book&#8217;s chapters, making the content even more compelling, and clearly more refined. I was a huge fan of the 2019 book and recommended it to all my Intro to Data Science students at UCLA; I intend to do the same with this new book.<\/p>\n\n\n\n<p>One big attraction of this book is how it streamlines the integration of fundamentals and mathematics\/statistics for many important elements of machine learning. This theoretical content is then integrated with a generous degree of Python code found throughout the book.  The quality and style of the code is also top rate. Jupyter notebooks for each chapter&#8217;s code can be found at a <a href=\"https:\/\/github.com\/rasbt\/machine-learning-book\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub site<\/a> designed as a resource for supplemental content. <\/p>\n\n\n\n<p>My favorite chapter in the book is Chapter 3 &#8211; <em>A Tour of Machine Learning Classifiers Using Scikit-Learn<\/em>. This is a great chapter for beginners because it provides a well-rounded look at many useful techniques in machine learning. After reading this one chapter, you can instantly solve many problems in data science. <\/p>\n\n\n\n<p>There are many excellent choices from the inventory of new books on the market today for kick-starting your machine learning skill-set. This new book should definitely occupy a place at the top of the list. You should consider using this book as a learning resource for developing your data science superpowers. Highly recommended!<\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"alignleft size-full 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=\"110\" height=\"126\" 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: 110px) 100vw, 110px\" \/><\/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.\u00a0<\/em><\/p>\n\n\n\n<p><em>Sign up for the free insideBIGDATA&nbsp;<a rel=\"noreferrer noopener\" href=\"http:\/\/insidebigdata.com\/newsletter\/\" target=\"_blank\">newsletter<\/a>.<\/em><\/p>\n\n\n\n<p><em>Join us on Twitter:&nbsp;@InsideBigData1 \u2013 <a href=\"https:\/\/twitter.com\/InsideBigData1\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/twitter.com\/InsideBigData1<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The enticing new title courtesy of Packt Publishing, &#8220;Machine Learning with PyTorch and Scikit-Learn,&#8221; by Sebastian Raschka, Yuxi (Hayden) Liu, and Vahid Mirjalili is a welcome addition to any data scientist&#8217;s list of learning resources. This 2022 tome consists of 741 well-crafted pages designed to provide a comprehensive framework for working in the realm of machine learning and deep learning. The book is brimming with topics that will propel you to a leading-edge understanding of the field. <\/p>\n","protected":false},"author":37,"featured_media":28717,"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":[437,264,277,844,915,95],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Book Review: Machine Learning with PyTorch and Scikit-Learn - 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\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book Review: Machine Learning with PyTorch and Scikit-Learn - insideBIGDATA\" \/>\n<meta property=\"og:description\" content=\"The enticing new title courtesy of Packt Publishing, &quot;Machine Learning with PyTorch and Scikit-Learn,&quot; by Sebastian Raschka, Yuxi (Hayden) Liu, and Vahid Mirjalili is a welcome addition to any data scientist&#039;s list of learning resources. This 2022 tome consists of 741 well-crafted pages designed to provide a comprehensive framework for working in the realm of machine learning and deep learning. The book is brimming with topics that will propel you to a leading-edge understanding of the field.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/\" \/>\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=\"2022-03-18T13:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-25T17:37:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"309\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/\",\"url\":\"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/\",\"name\":\"Book Review: Machine Learning with PyTorch and Scikit-Learn - insideBIGDATA\",\"isPartOf\":{\"@id\":\"https:\/\/insidebigdata.com\/#website\"},\"datePublished\":\"2022-03-18T13:00:00+00:00\",\"dateModified\":\"2022-03-25T17:37:36+00:00\",\"author\":{\"@id\":\"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed\"},\"breadcrumb\":{\"@id\":\"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/insidebigdata.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book Review: Machine Learning with PyTorch and Scikit-Learn\"}]},{\"@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: Machine Learning with PyTorch and Scikit-Learn - 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\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/","og_locale":"en_US","og_type":"article","og_title":"Book Review: Machine Learning with PyTorch and Scikit-Learn - insideBIGDATA","og_description":"The enticing new title courtesy of Packt Publishing, \"Machine Learning with PyTorch and Scikit-Learn,\" by Sebastian Raschka, Yuxi (Hayden) Liu, and Vahid Mirjalili is a welcome addition to any data scientist's list of learning resources. This 2022 tome consists of 741 well-crafted pages designed to provide a comprehensive framework for working in the realm of machine learning and deep learning. The book is brimming with topics that will propel you to a leading-edge understanding of the field.","og_url":"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/","og_site_name":"insideBIGDATA","article_publisher":"http:\/\/www.facebook.com\/insidebigdata","article_published_time":"2022-03-18T13:00:00+00:00","article_modified_time":"2022-03-25T17:37:36+00:00","og_image":[{"width":250,"height":309,"url":"https:\/\/insidebigdata.com\/wp-content\/uploads\/2022\/03\/Packt_ML-with-PyTorch.png","type":"image\/png"}],"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\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/","url":"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/","name":"Book Review: Machine Learning with PyTorch and Scikit-Learn - insideBIGDATA","isPartOf":{"@id":"https:\/\/insidebigdata.com\/#website"},"datePublished":"2022-03-18T13:00:00+00:00","dateModified":"2022-03-25T17:37:36+00:00","author":{"@id":"https:\/\/insidebigdata.com\/#\/schema\/person\/2540da209c83a68f4f5922848f7376ed"},"breadcrumb":{"@id":"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/insidebigdata.com\/2022\/03\/18\/book-review-machine-learning-with-pytorch-and-scikit-learn\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/insidebigdata.com\/"},{"@type":"ListItem","position":2,"name":"Book Review: Machine Learning with PyTorch and Scikit-Learn"}]},{"@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\/2022\/03\/Packt_ML-with-PyTorch.png","jetpack_shortlink":"https:\/\/wp.me\/p9eA3j-7ta","jetpack-related-posts":[{"id":31841,"url":"https:\/\/insidebigdata.com\/2023\/03\/15\/lightning-ai-releases-pytorch-lightning-2-0-and-a-new-open-source-library-for-lightweight-scaling-of-machine-learning-models\/","url_meta":{"origin":28716,"position":0},"title":"Lightning AI Releases PyTorch Lightning 2.0 and a New Open Source Library for Lightweight Scaling of Machine Learning Models\u00a0","date":"March 15, 2023","format":false,"excerpt":"Lightning AI, the company accelerating the development of an AI-powered world, today announced the general availability of PyTorch Lightning 2.0, the company\u2019s flagship open source AI framework used by more than 10,000 organizations to quickly and cost-efficiently train and scale machine learning models. The new release introduces a stable API,\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":13621,"url":"https:\/\/insidebigdata.com\/2015\/08\/31\/data-science-101-an-introduction-to-scikit-learn-machine-learning-in-python\/","url_meta":{"origin":28716,"position":1},"title":"Data Science 101: An Introduction to scikit-learn &#8211; Machine Learning in Python","date":"August 31, 2015","format":false,"excerpt":"The tutorial presentation below offers an introduction to the scikit-learn package and to the central concepts of Machine Learning.","rel":"","context":"In &quot;Data Science&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":28925,"url":"https:\/\/insidebigdata.com\/2022\/04\/07\/top-10-insidebigdata-articles-for-february-2022-2\/","url_meta":{"origin":28716,"position":2},"title":"TOP 10 insideBIGDATA Articles for March 2022","date":"April 7, 2022","format":false,"excerpt":"In this continuing regular feature, we give all our valued readers a monthly heads-up for the top 10 most viewed articles appearing on insideBIGDATA. Over the past several months, we\u2019ve heard from many of our followers that this feature will enable them to catch up with important news and features\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2018\/05\/TOP10_iBD_new.png?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":28716,"position":3},"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":33826,"url":"https:\/\/insidebigdata.com\/2023\/11\/05\/video-highlights-pytorch-2-0-on-the-rocm-platform\/","url_meta":{"origin":28716,"position":4},"title":"Video Highlights: PyTorch 2.0 on the ROCm Platform","date":"November 5, 2023","format":false,"excerpt":"From the recent PyTorch Conference we present a Lightning Talk: PyTorch 2.0 on the ROCm Platform by Douglas Lehr, Principal Engineer at AMD. Douglas talks about the current state of PyTorch on the ROCm platform including efforts to achieve day 0 support for Triton on Pytorch 2.0 as well as\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2023\/08\/Data_scientist_shutterstock_768047488_special.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":24910,"url":"https:\/\/insidebigdata.com\/2020\/08\/25\/book-review-deep-reinforcement-learning-hands-on\/","url_meta":{"origin":28716,"position":5},"title":"Book Review: Deep Reinforcement Learning Hands-On","date":"August 25, 2020","format":false,"excerpt":"RL is a hugely popular area of deep learning, and many data scientists are exploring this AI technology to broaden their skillet to include a number of important problem domains like chatbots, robotics, discrete optimization, web automation and much more. As a result of this wide-spread interest in RL, there\u2026","rel":"","context":"In &quot;AI Deep Learning&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/insidebigdata.com\/wp-content\/uploads\/2020\/08\/Packt_DeepReinforcementLearningHandsOn.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/28716"}],"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=28716"}],"version-history":[{"count":0,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/posts\/28716\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media\/28717"}],"wp:attachment":[{"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/media?parent=28716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/categories?post=28716"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/insidebigdata.com\/wp-json\/wp\/v2\/tags?post=28716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}