Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Deep Reinforcement Learning for Wireless Networks, F. Richard Yu; Ying He


Варианты приобретения
Цена: 7685.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: F. Richard Yu; Ying He
Название:  Deep Reinforcement Learning for Wireless Networks
ISBN: 9783030105457
Издательство: Springer
Классификация:



ISBN-10: 3030105458
Обложка/Формат: Soft cover
Страницы: 71
Вес: 0.14 кг.
Дата издания: 2019
Серия: SpringerBriefs in Electrical and Computer Engineering
Язык: English
Издание: 1st ed. 2019
Иллюстрации: 26 illustrations, color; 2 illustrations, black and white; viii, 71 p. 28 illus., 26 illus. in color.
Размер: 234 x 156 x 4
Читательская аудитория: Professional & vocational
Основная тема: Engineering
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: 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.


Deep 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.

Reinforcement Learning

Автор: Marco Wiering; Martijn van Otterlo
Название: Reinforcement Learning
ISBN: 364244685X ISBN-13(EAN): 9783642446856
Издательство: Springer
Рейтинг:
Цена: 32651.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents up-to-date information on the main contemporary sub-fields of reinforcement learning, including partially observable environments, hierarchical task decompositions, relational knowledge representation and predictive state representations.

Deep Reinforcement Learning Hands-On: Apply modern RL methods, with deep Q-networks, value iteration, policy gradients, TRPO, AlphaGo Zero and more

Автор: Lapan Maxim
Название: Deep Reinforcement Learning Hands-On: Apply modern RL methods, with deep Q-networks, value iteration, policy gradients, TRPO, AlphaGo Zero and more
ISBN: 1788834240 ISBN-13(EAN): 9781788834247
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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 ...

Tensorflow for Deep Learning: From Linear Regression to Reinforcement Learning

Автор: Ramsundar Bharath, Zadeh Reza Bosagh
Название: Tensorflow for Deep Learning: From Linear Regression to Reinforcement Learning
ISBN: 1491980451 ISBN-13(EAN): 9781491980453
Издательство: Wiley
Рейтинг:
Цена: 8869.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn how to solve challenging machine learning problems with TensorFlow, Google`s revolutionary new software library for deep learning. If you have some background in basic linear algebra and calculus, this practical book introduces machine-learning fundamentals.

Deep Reinforcement Learning in Python: A Hands-On Introduction

Автор: Graesser Laura Harding, Wah Loon Keng
Название: Deep Reinforcement Learning in Python: A Hands-On Introduction
ISBN: 0135172381 ISBN-13(EAN): 9780135172384
Издательство: Pearson Education
Рейтинг:
Цена: 7522.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice

Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games--such as Go, Atari games, and DotA 2--to robotics.

Foundations of Deep Reinforcement Learning is an introduction to deep RL that uniquely combines both theory and implementation. It starts with intuition, then carefully explains the theory of deep RL algorithms, discusses implementations in its companion software library SLM Lab, and finishes with the practical details of getting deep RL to work.

  • Understand each key aspect of a deep RL problem
  • Explore policy- and value-based algorithms, including REINFORCE, SARSA, DQN, Double DQN, and Prioritized Experience Replay (PER)
  • Delve into combined algorithms, including Actor-Critic and Proximal Policy Optimization (PPO)
  • Understand how algorithms can be parallelized synchronously and asynchronously
  • Run algorithms in SLM Lab and learn the practical implementation details for getting deep RL to work
  • Explore algorithm benchmark results with tuned hyperparameters
  • Understand how deep RL environments are designed
This guide is ideal for both computer science students and software engineers who are familiar with basic machine learning concepts and have a working understanding of Python.
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Reinforcement Learning

Автор: Abhishek Nandy; Manisha Biswas
Название: Reinforcement Learning
ISBN: 1484232844 ISBN-13(EAN): 9781484232842
Издательство: Springer
Рейтинг:
Цена: 5309.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1: Reinforcement Learning basicsChapter Goal: This chapter covers the basics needed for AI, ML and Deep Learning.Relation between them and differences.No of pages 30Sub -Topics1. Reinforcement Learning2. The flow3. Faces of Reinforcement Learning4. 5. Environments6. The depiction of inter relation between Agents and EnvironmentDeep Learning
Chapter 2: Theory and AlgorithmsChapter Goal: This Chapter covers the theory of Reinforcement Learning and Algorithms.No of pages: 60Sub-topics1 . Problem scenarios in Reinforcement Learningins
2. Markov Decision process3. SARSA4.Q learning5.Value Functions6.Dynamic Programming and Policies7.Approaches to RL
Chapter 3: Open AI basicsChapter Goal: In this chapter we will cover the basics of Open AI gym and universe and
then move forward for installing it.
No of pages: 40
Sub - Topics:
1. What are Open AI environments
2. Installation of Open AI Gym and Universe in Ubuntu
3. Difference between Open AI Gym and Universe

Chapter 4: Getting to know Open AI and Open AI gym the developers wayChapter Goal: We will use Python to start the programming and cover topics accordinglyNo of pages: 60Sub - Topics: 1. Open AI, Open AI Gym and python2. Setting up the environment3. Examples4 Swarm Intelligence using python
5.Markov Decision process toolbox for Python6.Implementing a Game AI with Reinforcement Learning
Chapter 5: Reinforcement learning using Tensor Flow environment and KerasChapter Goal: We cover Reinforcement Learning in terms of Tensorflow and KerasNo of pages: 40Sub - Topics: 1. Tensorflow and Reinforcement Learning2. Q learning with Tensor Flow3. Keras4. Keras and Reinforcement Learning
Chapter 6 Google's DeepMind and the future of Reinforcement LearningChapter Goal: We cover the descriptions of the above the content.No of pages: 25Sub - Topics: 1. Google's Deep Mind2. Future of Reinforcement Learning 3. Man VS Machines where is it Heading to.

TEXPLORE: Temporal Difference Reinforcement Learning for Robots and Time-Constrained Domains

Автор: Todd Hester
Название: TEXPLORE: Temporal Difference Reinforcement Learning for Robots and Time-Constrained Domains
ISBN: 3319011677 ISBN-13(EAN): 9783319011677
Издательство: Springer
Рейтинг:
Цена: 19591.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents and develops new reinforcement learning methods that enable fast and robust learning on robots in real-time. It presents a novel model-based reinforcement learning algorithm.

TEXPLORE: Temporal Difference Reinforcement Learning for Robots and Time-Constrained Domains

Автор: Todd Hester
Название: TEXPLORE: Temporal Difference Reinforcement Learning for Robots and Time-Constrained Domains
ISBN: 3319375105 ISBN-13(EAN): 9783319375106
Издательство: Springer
Рейтинг:
Цена: 15672.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents and develops new reinforcement learning methods that enable fast and robust learning on robots in real-time. It presents a novel model-based reinforcement learning algorithm.

Reinforcement Learning of Bimanual Robot Skills

Автор: Colome Adria, Torras Carme
Название: Reinforcement Learning of Bimanual Robot Skills
ISBN: 3030263258 ISBN-13(EAN): 9783030263256
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book tackles all the stages and mechanisms involved in the learning of manipulation tasks by bimanual robots in unstructured settings, as it can be the task of folding clothes. The first part describes how to build an integrated system, capable of properly handling the kinematics and dynamics of the robot along the learning process.

Design of Experiments for Reinforcement Learning

Автор: Christopher Gatti
Название: Design of Experiments for Reinforcement Learning
ISBN: 3319385518 ISBN-13(EAN): 9783319385518
Издательство: Springer
Рейтинг:
Цена: 15372.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This thesis takes an empirical approach to understanding of the behavior and interactions between the two main components of reinforcement learning: the learning algorithm and the functional representation of learned knowledge.

Reinforcement Learning-Enabled Intelligent Energy Management for Hybrid Electric Vehicles

Автор: Liu Teng
Название: Reinforcement Learning-Enabled Intelligent Energy Management for Hybrid Electric Vehicles
ISBN: 1681736209 ISBN-13(EAN): 9781681736204
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 9286.00 р.
Наличие на складе: Нет в наличии.

Описание:

Powertrain electrification, fuel decarburization, and energy diversification are techniques that are spreading all over the world, leading to cleaner and more efficient vehicles.

Hybrid electric vehicles (HEVs) are considered a promising technology today to address growing air pollution and energy deprivation. To realize these gains and still maintain good performance, it is critical for HEVs to have sophisticated energy management systems. Supervised by such a system, HEVs could operate in different modes, such as full electric mode and power split mode. Hence, researching and constructing advanced energy management strategies (EMSs) is important for HEVs performance. There are a few books about rule- and optimization-based approaches for formulating energy management systems. Most of them concern traditional techniques and their efforts focus on searching for optimal control policies offline. There is still much room to introduce learning-enabled energy management systems founded in artificial intelligence and their real-time evaluation and application.

In this book, a series hybrid electric vehicle was considered as the powertrain model, to describe and analyze a reinforcement learning (RL)-enabled intelligent energy management system. The proposed system can not only integrate predictive road information but also achieve online learning and updating. Detailed powertrain modeling, predictive algorithms, and online updating technology are involved, and evaluation and verification of the presented energy management system is conducted and executed.

Reinforcement Learning-Enabled Intelligent Energy Management for Hybrid Electric Vehicles

Автор: Liu Teng
Название: Reinforcement Learning-Enabled Intelligent Energy Management for Hybrid Electric Vehicles
ISBN: 1681736187 ISBN-13(EAN): 9781681736181
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 6237.00 р.
Наличие на складе: Нет в наличии.

Описание:

Powertrain electrification, fuel decarburization, and energy diversification are techniques that are spreading all over the world, leading to cleaner and more efficient vehicles.

Hybrid electric vehicles (HEVs) are considered a promising technology today to address growing air pollution and energy deprivation. To realize these gains and still maintain good performance, it is critical for HEVs to have sophisticated energy management systems. Supervised by such a system, HEVs could operate in different modes, such as full electric mode and power split mode. Hence, researching and constructing advanced energy management strategies (EMSs) is important for HEVs performance. There are a few books about rule- and optimization-based approaches for formulating energy management systems. Most of them concern traditional techniques and their efforts focus on searching for optimal control policies offline. There is still much room to introduce learning-enabled energy management systems founded in artificial intelligence and their real-time evaluation and application.

In this book, a series hybrid electric vehicle was considered as the powertrain model, to describe and analyze a reinforcement learning (RL)-enabled intelligent energy management system. The proposed system can not only integrate predictive road information but also achieve online learning and updating. Detailed powertrain modeling, predictive algorithms, and online updating technology are involved, and evaluation and verification of the presented energy management system is conducted and executed.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия