دانلود کتاب Mastering Reinforcement Learning with Python: Build next-generation, self-learning models using reinforcement learning techniques and best practices. Code
by Enes Bilgin
|
عنوان فارسی: تسلط بر یادگیری تقویتی با پایتون: با استفاده از تکنیک ها و بهترین شیوه های یادگیری تقویتی، مدل های خودآموز نسل بعدی بسازید. |
دانلود کتاب
جزییات کتاب
ویژگی های کلیدی:
درک نحوه عملکرد الگوریتم ها و رویکردهای پیشرفته RL در مقیاس بزرگ
RL را برای حل مشکلات پیچیده در بازاریابی، رباتیک، زنجیره تامین، امور مالی، امنیت سایبری و موارد دیگر اعمال کنید.
نکات و بهترین شیوه های کارشناسان را کاوش کنید که به شما امکان می دهد بر چالش های دنیای واقعی RL غلبه کنید.
توضیحات کتاب:
یادگیری تقویتی (RL) زمینه ای از هوش مصنوعی (AI) است که برای ایجاد عوامل خودآموز استفاده می شود. این کتاب با تکیه بر یک پایه نظری قوی، رویکردی عملی دارد و از مثالهایی با الهام از مشکلات صنعت در دنیای واقعی استفاده میکند تا در مورد پیشرفتهترین RL به شما آموزش دهد.
این کتاب مروری عمیق از تکنیکهای کلاسیک RL، مانند روشهای مونت کارلو و یادگیری تفاوت زمانی ارائه میکند. پس از آن، شما در مورد یادگیری عمیق Q، الگوریتم های گرادیان خط مشی، روش های منتقد بازیگر، روش های مبتنی بر مدل و یادگیری تقویتی چند عاملی خواهید آموخت. سپس، با برخی از رویکردهای کلیدی پشت موفق ترین پیاده سازی های RL، مانند تصادفی سازی دامنه و یادگیری مبتنی بر کنجکاوی آشنا خواهید شد.
با پیشروی، بسیاری از الگوریتم های جدید را با پیاده سازی های پیشرفته با استفاده از کتابخانه های مدرن پایتون مانند TensorFlow و بسته RLlib Ray کشف خواهید کرد. شما همچنین خواهید فهمید که چگونه می توانید RL را در زمینه هایی مانند رباتیک، مدیریت زنجیره تامین، بازاریابی، امور مالی، شهرهای هوشمند و امنیت سایبری پیاده سازی کنید، در حالی که معاوضه بین رویکردهای مختلف را ارزیابی می کنید و از دام های رایج اجتناب می کنید.
در پایان این کتاب، شما نحوه آموزش و استقرار عوامل RL خود را برای حل مشکلات RL به خوبی فرا خواهید گرفت.
آنچه خواهید آموخت:
مدلسازی و حل مسائل پیچیده تصمیم گیری متوالی با استفاده از RL
درک کاملی از نحوه عملکرد روش های پیشرفته RL ایجاد کنید.
از Python و TensorFlow برای کدنویسی الگوریتم های RL از ابتدا استفاده کنید.
با استفاده از بسته RLlib Ray، پیاده سازی های RL خود را موازی کنید و مقیاس دهید.
دانش عمیقی در مورد طیف گسترده ای از موضوعات RL بدست آورید.
معاوضه بین رویکردهای مختلف RL را درک کنید.
چالش های پیاده سازی RL در دنیای واقعی را کشف کرده و به آنها رسیدگی کنید.
Get hands-on experience in creating state-of-the-art reinforcement learning agents using TensorFlow and RLlib to solve complex real-world business and industry problems with the help of expert tips and best practicesKey FeaturesUnderstand how large-scale state-of-the-art RL algorithms and approaches workApply RL to solve complex problems in marketing, robotics, supply chain, finance, cybersecurity, and moreExplore tips and best practices from experts that will enable you to overcome real-world RL challengesBook DescriptionReinforcement learning (RL) is a field of artificial intelligence (AI) used for creating self-learning autonomous agents. Building on a strong theoretical foundation, this book takes a practical approach and uses examples inspired by real-world industry problems to teach you about state-of-the-art RL. Starting with bandit problems, Markov decision processes, and dynamic programming, the book provides an in-depth review of the classical RL techniques, such as Monte Carlo methods and temporal-difference learning. After that, you will learn about deep Q-learning, policy gradient algorithms, actor-critic methods, model-based methods, and multi-agent reinforcement learning. Then, you'll be introduced to some of the key approaches behind the most successful RL implementations, such as domain randomization and curiosity-driven learning. As you advance, you'll explore many novel algorithms with advanced implementations using modern Python libraries such as TensorFlow and Ray's RLlib package. You'll also find out how to implement RL in areas such as robotics, supply chain management, marketing, finance, smart cities, and cybersecurity while assessing the trade-offs between different approaches and avoiding common pitfalls. By the end of this book, you'll have mastered how to train and deploy your own RL agents for solving RL problems.What you will learnModel and solve complex sequential decision-making problems using RLDevelop a solid understanding of how state-of-the-art RL methods workUse Python and TensorFlow to code RL algorithms from scratchParallelize and scale up your RL implementations using Ray's RLlib packageGet in-depth knowledge of a wide variety of RL topicsUnderstand the trade-offs between different RL approachesDiscover and address the challenges of implementing RL in the real worldWho this book is forThis book is for expert machine learning practitioners and researchers looking to focus on hands-on reinforcement learning with Python by implementing advanced deep reinforcement learning concepts in real-world projects. Reinforcement learning experts who want to advance their knowledge to tackle large-scale and complex sequential decision-making problems will also find this book useful. Working knowledge of Python programming and deep learning along with prior experience in reinforcement learning is required.Table of ContentsIntroduction to Reinforcement LearningMulti-armed BanditsContextual BanditsMakings of the Markov Decision ProcessSolving the Reinforcement Learning ProblemDeep Q-Learning at ScalePolicy Based MethodsModel-Based MethodsMulti-Agent Reinforcement LearningMachine TeachingGeneralization and Domain RandomizationMeta-reinforcement learningOther Advanced TopicsAutonomous SystemsSupply Chain ManagementMarketing, Personalization and FinanceSmart City and CybersecurityChallenges and Future Directions in Reinforcement Learning