Описание: Shows how to avoid or correct typical behaviour problems, including jumping, barking, and lead-pulling. This title covers hand-feeding; crate and potty training; and basic cues - sit, stay, come here - as well as complex goals, such as bite inhibition and water safety.
Автор: Sugiyama Название: Statistical Reinforcement Learning ISBN: 1439856893 ISBN-13(EAN): 9781439856895 Издательство: Taylor&Francis Рейтинг: Цена: 13014.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Reinforcement learning is a mathematical framework for developing computer agents that can learn an optimal behavior by relating generic reward signals with its past actions. With numerous successful applications in business intelligence, plant control, and gaming, the RL framework is ideal for decision making in unknown environments with large amounts of data.
Supplying an up-to-date and accessible introduction to the field, Statistical Reinforcement Learning: Modern Machine Learning Approaches presents fundamental concepts and practical algorithms of statistical reinforcement learning from the modern machine learning viewpoint. It covers various types of RL approaches, including model-based and model-free approaches, policy iteration, and policy search methods.
Covers the range of reinforcement learning algorithms from a modern perspective
Lays out the associated optimization problems for each reinforcement learning scenario covered
Provides thought-provoking statistical treatment of reinforcement learning algorithms
The book covers approaches recently introduced in the data mining and machine learning fields to provide a systematic bridge between RL and data mining/machine learning researchers. It presents state-of-the-art results, including dimensionality reduction in RL and risk-sensitive RL. Numerous illustrative examples are included to help readers understand the intuition and usefulness of reinforcement learning techniques.
This book is an ideal resource for graduate-level students in computer science and applied statistics programs, as well as researchers and engineers in related fields.
Описание: This book is a practical, developer-oriented introduction to deep reinforcement learning (RL). Explore the theoretical concepts of RL, before discovering how deep learning (DL) methods and tools are making it possible to solve more complex and challenging problems than ever before. Apply deep RL methods to training your agent to beat arcade ...
Автор: Mindess, Sidney Название: Developments in the Formulation and Reinforcement of Concrete ISBN: 0081026161 ISBN-13(EAN): 9780081026168 Издательство: Elsevier Science Рейтинг: Цена: 38739.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
In the first edition of this book, Developments in the Formulation and Reinforcement of Concrete, a number of what are often referred to as "specialty" concretes were discussed. These concretes through specialty mix design offer high physical properties and enhanced performance. The information discussed in these chapters is still relevant today, but in the ten years since the first edition was published, a number of other key areas have become increasingly important in modern concrete technology. There is now much more emphasis on sustainability within the cement and concrete industries. This requires a greater emphasis and understanding of some of the major durability problems that the scientist or engineer may encounter, such as chloride corrosion of steel, and alkali-aggregate reactions. There is also increasing use of specifications involving explicit service life requirements (100 years being common), but this is a concept that is still widely misunderstood.
In this second edition of the book all material previously covered on specialty concretes is brought fully up-to-date taking into consideration latest developments and with the addition of new chapters on supplementary cementitious materials; mass concrete; the sustainably of concrete; service life prediction; limestone cements; corrosion of steel in concrete; alkali-aggregate reactions and concrete as a multiscale material the chapters will introduce the reader to some of the most important issues facing the concrete industry today. In keeping with the previous edition, the international team of contributors, are all at the cutting edge in their own areas of research and have wide industrial experience.
With its distinguished editor and international team of contributors, Developments in the Formulation and Reinforcement of Concrete, Second Edition is a standard reference for civil and structural engineers.
Summarizes a wealth of recent research on structural concrete including material microstructure, concrete types, variation and construction techniques
Emphasizes concrete mixture design and applications in civil and structural engineering
Reviews modern concrete materials to novel construction systems, such as the precast industry and structures requiring high-performance concrete
Описание: Containers are a new way to run software. They`re efficient, secure and portable. You can run apps in Docker with no code changes. Docker helps to meet the biggest challenges in IT: modernizing legacy apps, building new apps, moving to the cloud, adopting DevOps and staying innovative. This book teaches all you need to know about Docker on Windows
Автор: Lapan Maxim Название: Deep Reinforcement Learning Hands-On - Second Edition ISBN: 1838826998 ISBN-13(EAN): 9781838826994 Издательство: Неизвестно Рейтинг: Цена: 14712.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With six new chapters, Deep Reinforcement Learning Hands-On Second edition is completely updated and expanded with the very latest reinforcement learning (RL) tools and techniques, providing you with an introduction to RL, as well as the hands-on ability to code intelligent learning agents to perform a range of practical tasks.
Описание: Chapter 1: Introduction to Deep Reinforcement LearningChapter Goal: Introduce the reader to field of reinforcement learning and setting the context of what they will learn in rest of the bookSub -Topics1. Deep reinforcement learning2. Examples and case studies3. Types of algorithms with mind-map4. Libraries and environment setup5. Summary Chapter 2: Markov Decision ProcessesChapter Goal: Help the reader understand models, foundations on which all algorithms are built. Sub - Topics 1. Agent and environment2. Rewards3. Markov reward and decision processes4. Policies and value functions5. Bellman equations Chapter 3: Model Based Algorithms Chapter Goal: Introduce reader to dynamic programming and related algorithms Sub - Topics: 1. Introduction to OpenAI Gym environment2. Policy evaluation/prediction3. Policy iteration and improvement4. Generalised policy iteration5. Value iteration Chapter 4: Model Free ApproachesChapter Goal: Introduce Reader to model free methods which form the basis for majority of current solutionsSub - Topics: 1. Prediction and control with Monte Carlo methods2. Exploration vs exploitation3. TD learning methods4. TD control5. On policy learning using SARSA6. Off policy learning using q-learning Chapter 5: Function Approximation Chapter Goal: Help readers understand value function approximation and Deep Learning use in Reinforcement Learning. 1. Limitations to tabular methods studied so far2. Value function approximation3. Linear methods and features used4. Non linear function approximation using deep Learning Chapter 6: Deep Q-Learning Chapter Goal: Help readers understand core use of deep learning in reinforcement learning. Deep q learning and many of its variants are introduced here with in depth code exercises. 1. Deep q-networks (DQN)2. Issues in Naive DQN 3. Introduce experience replay and target networks4. Double q-learning (DDQN)5. Duelling DQN6. Categorical 51-atom DQN (C51)7. Quantile regression DQN (QR-DQN)8. Hindsight experience replay (HER) Chapter 7: Policy Gradient Algorithms Chapter Goal: Introduce reader to concept of policy gradients and related theory. Gain in depth knowledge of common policy gradient methods through hands-on exercises1. Policy gradient approach and its advantages2. The policy gradient theorem3. REINFORCE algorithm4. REINFORCE with baseline5. Actor-critic methods6. Advantage actor critic (A2C/A3C)7. Proximal policy optimization (PPO)8. Trust region policy optimization (TRPO) Chapter 8: Combining Policy Gradients and Q-Learning Chapter Goal: Introduce reader to the trade offs between two approaches ways to connect together the two seemingly dissimilar approaches. Gain in depth knowledge of some land mark approaches.1. Tradeoff between policy gradients and q-learning2. The connection3. Deep deterministic policy gradient (DDPG)4. Twin delayed DDPG (TD3)5. Soft actor critic (SAC) Chapter 9: Integrated Learning and Planning Chapter Goal: Introduce reader to the scalable approaches which are sample efficient for scalable problems.1. Model based reinforcement learning
Автор: Mohit Sewak Название: Deep Reinforcement Learning ISBN: 9811382840 ISBN-13(EAN): 9789811382840 Издательство: Springer Рейтинг: Цена: 18167.00 р. Наличие на складе: Поставка под заказ.
Описание: This book starts by presenting the basics of reinforcement learning using highly intuitive and easy-to-understand examples and applications, and then introduces the cutting-edge research advances that make reinforcement learning capable of out-performing most state-of-art systems, and even humans in a number of applications. The book not only equips readers with an understanding of multiple advanced and innovative algorithms, but also prepares them to implement systems such as those created by Google Deep Mind in actual code.This book is intended for readers who want to both understand and apply advanced concepts in a field that combines the best of two worlds – deep learning and reinforcement learning – to tap the potential of ‘advanced artificial intelligence’ for creating real-world applications and game-winning algorithms.
Автор: Francois-Lavet Vincent, Henderson Peter, Islam Riashat Название: An Introduction to Deep Reinforcement Learning ISBN: 1680835386 ISBN-13(EAN): 9781680835380 Издательство: Неизвестно Рейтинг: Цена: 13656.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Provides a starting point for understanding deep reinforcement learning. Although written at a research level it provides a comprehensive and accessible introduction to deep reinforcement learning models, algorithms and techniques.
Автор: Yinyan Zhang; Shuai Li; Xuefeng Zhou Название: Deep Reinforcement Learning with Guaranteed Performance ISBN: 3030333833 ISBN-13(EAN): 9783030333836 Издательство: Springer Рейтинг: Цена: 18167.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book discusses methods and algorithms for the near-optimal adaptive control of nonlinear systems, including the corresponding theoretical analysis and simulative examples, and presents two innovative methods for the redundancy resolution of redundant manipulators with consideration of parameter uncertainty and periodic disturbances.It also reports on a series of systematic investigations on a near-optimal adaptive control method based on the Taylor expansion, neural networks, estimator design approaches, and the idea of sliding mode control, focusing on the tracking control problem of nonlinear systems under different scenarios. The book culminates with a presentation of two new redundancy resolution methods; one addresses adaptive kinematic control of redundant manipulators, and the other centers on the effect of periodic input disturbance on redundancy resolution.Each self-contained chapter is clearly written, making the book accessible to graduate students as well as academic and industrial researchers in the fields of adaptive and optimal control, robotics, and dynamic neural networks.
Автор: F. Richard Yu; Ying He Название: Deep Reinforcement Learning for Wireless Networks ISBN: 3030105458 ISBN-13(EAN): 9783030105457 Издательство: Springer Рейтинг: Цена: 7685.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This Springerbrief presents a deep reinforcement learning approach to wireless systems to improve system performance. Particularly, deep reinforcement learning approach is used in cache-enabled opportunistic interference alignment wireless networks and mobile social networks. Simulation results with different network parameters are presented to show the effectiveness of the proposed scheme. There is a phenomenal burst of research activities in artificial intelligence, deep reinforcement learning and wireless systems. Deep reinforcement learning has been successfully used to solve many practical problems. For example, Google DeepMind adopts this method on several artificial intelligent projects with big data (e.g., AlphaGo), and gets quite good results.. Graduate students in electrical and computer engineering, as well as computer science will find this brief useful as a study guide. Researchers, engineers, computer scientists, programmers, and policy makers will also find this brief to be a useful tool.
Название: New Horizons in Earth Reinforcement ISBN: 0367388499 ISBN-13(EAN): 9780367388492 Издательство: Taylor&Francis Рейтинг: Цена: 6889.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book contains contributions from the 5th International Symposium on Earth Reinforcement, Kyushu, Japan, 14-16 November 2007, and presents the very latest earth reinforcement techniques and design procedures. The volume showcases advances in materials and emerging applications, with special emphasis on disaster mitigation and geoenvironmental issues.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru