SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Reinforcement Learning - With Open AI, TensorFlow and Keras Using Python

Reinforcement Learning
Søgbar e-bog

Reinforcement Learning Vital Source e-bog

Abhishek Nandy og Manisha Biswas
(2017)
Springer Nature
362,00 kr.
Leveres umiddelbart efter køb
Reinforcement Learning

Reinforcement Learning Vital Source e-bog

Abhishek Nandy og Manisha Biswas
(2017)
Springer Nature
273,00 kr.
Leveres umiddelbart efter køb
Reinforcement Learning - With Open AI, TensorFlow and Keras Using Python

Reinforcement Learning

With Open AI, TensorFlow and Keras Using Python
Abhishek Nandy og Manisha Biswas
(2017)
Sprog: Engelsk
Apress L. P.
518,00 kr.
Print on demand. Leveringstid vil være ca 2-3 uger.

Detaljer om varen

  • Vital Source searchable e-book (Fixed pages)
  • Udgiver: Springer Nature (December 2017)
  • Forfattere: Abhishek Nandy og Manisha Biswas
  • ISBN: 9781484232859
Master reinforcement learning, a popular area of machine learning, starting with the basics: discover how agents and the environment evolve and then gain a clear picture of how they are inter-related. You’ll then work with theories related to reinforcement learning and see the concepts that build up the reinforcement learning process.  Reinforcement Learning discusses algorithm implementations important for reinforcement learning, including Markov’s Decision process and Semi Markov Decision process. The next section shows you how to get started with Open AI  before looking at Open AI Gym. You’ll then learn about Swarm Intelligence with Python in terms of reinforcement learning.   The last part of the book starts with the TensorFlow environment and gives an outline of how reinforcement learning can be applied to TensorFlow. There’s also coverage of Keras, a framework that can be used with reinforcement learning. Finally, you'll delve into Google’s Deep Mind and see scenarios where reinforcement learning can be used.  What You'll Learn  Absorb the core concepts of the reinforcement learning process Use advanced topics of deep learning and AI Work with Open AI Gym, Open AI, and Python  Harness reinforcement learning with TensorFlow and Keras using Python Who This Book Is For Data scientists, machine learning and deep learning professionals, developers who want to adapt and learn reinforcement learning.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • Vital Source 365 day rentals (fixed pages)
  • Udgiver: Springer Nature (December 2017)
  • Forfattere: Abhishek Nandy og Manisha Biswas
  • ISBN: 9781484232859R365
Master reinforcement learning, a popular area of machine learning, starting with the basics: discover how agents and the environment evolve and then gain a clear picture of how they are inter-related. You’ll then work with theories related to reinforcement learning and see the concepts that build up the reinforcement learning process.  Reinforcement Learning discusses algorithm implementations important for reinforcement learning, including Markov’s Decision process and Semi Markov Decision process. The next section shows you how to get started with Open AI  before looking at Open AI Gym. You’ll then learn about Swarm Intelligence with Python in terms of reinforcement learning.   The last part of the book starts with the TensorFlow environment and gives an outline of how reinforcement learning can be applied to TensorFlow. There’s also coverage of Keras, a framework that can be used with reinforcement learning. Finally, you'll delve into Google’s Deep Mind and see scenarios where reinforcement learning can be used.  What You'll Learn  Absorb the core concepts of the reinforcement learning process Use advanced topics of deep learning and AI Work with Open AI Gym, Open AI, and Python  Harness reinforcement learning with TensorFlow and Keras using Python Who This Book Is For Data scientists, machine learning and deep learning professionals, developers who want to adapt and learn reinforcement learning.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: 5 år fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • Paperback
  • Udgiver: Apress L. P. (December 2017)
  • Forfattere: Abhishek Nandy og Manisha Biswas
  • ISBN: 9781484232842
Master reinforcement learning, a popular area of machine learning, starting with the basics: discover how agents and the environment evolve and then gain a clear picture of how they are inter-related. You'll then work with theories related to reinforcement learning and see the concepts that build up the reinforcement learning process. 
Reinforcement Learning discusses algorithm implementations important for reinforcement learning, including Markov's Decision process and Semi Markov Decision process. The next section shows you how to get started with Open AI  before looking at Open AI Gym. You'll then learn about Swarm Intelligence with Python in terms of reinforcement learning.   The last part of the book starts with the TensorFlow environment and gives an outline of how reinforcement learning can be applied to TensorFlow. There's also coverage of Keras, a framework that can be used with reinforcement learning. Finally, you'll delve into Google's Deep Mind and see scenarios where reinforcement learning can be used. 
What You'll Learn 
  • Absorb the core concepts of the reinforcement learning process
  • Use advanced topics of deep learning and AI
  • Work with Open AI Gym, Open AI, and Python 
  • Harness reinforcement learning with TensorFlow and Keras using Python

Who This Book Is For
Data scientists, machine learning and deep learning professionals, developers who want to adapt and learn reinforcement learning.


Chapter 1: Reinforcement Learning basics
Chapter Goal: This
chapter covers the basics needed for AI,ML and Deep Learning.Relation between them and differences. No of pages 30 Sub -Topics
1. Reinforcement Learning
2. The flow
3. Faces of Reinforcement Learning
4.
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
: 60 Sub-topics 1
. Problem scenarios in Reinforcement Learningins
2. Markov Decision process
3. SARSA
4.Q learning
5.Value Functions
6.Dynamic Programming and Policies
7.Approaches to RL
Chapter 3: Open AI basics
Chapter 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 way
Chapter Goal: We will use Python to start the programming and cover topics accordingly No of pages: 60 Sub - Topics:
1. Open AI,Open AI Gym and python
2. Setting up the environment
3. Examples 4 Swarm Intelligence using python
5.Markov Decision process toolbox for Python
6.Implementing a Game AI with Reinforcement Learning
Chapter 5: Reinforcement learning using Tensor Flow environment and Keras
Chapter Goal: We cover Reinforcement Learning in terms of Tensorflow and Keras N o of pages: 40 Sub - Topics:
1. Tensorflow and Reinforcement Learning
2. Q learning with Tensor Flow
3. Keras
4. Keras and Reinforcement Learning
Chapter 6 Google's DeepMind and the future of Reinforcement Learning
Chapter Goal: We cover the descriptions of the above the content. No of pages: 25 Sub - Topics:
1. Google's Deep Mind
2. Future of Reinforcement Learning
3. Man VS Machines where is it Heading to.
De oplyste priser er inkl. moms

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.