Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
ПΣӨƧӨFƬ
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
ℛeℙ@¢ᴋ€r
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
missyou123
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
Engh3
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
大†Shinegumi†大
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
ronaldinho424
Cutting-Edge AI: Deep Reinforcement Learning in  Python Vote_lcapCutting-Edge AI: Deep Reinforcement Learning in  Python Voting_barCutting-Edge AI: Deep Reinforcement Learning in  Python Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» reaConverter Pro 7.817 Multilingual
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:49 pm por tano1221

» Aiseesoft Video Converter Ultimate 10.8.50 (x64) Multilingual
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:46 pm por tano1221

» Steinberg HALion 7.1.0
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:36 pm por tano1221

» Red Burner 17.8 (x64)
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:30 pm por tano1221

» Advanced SystemCare Pro 17.5.0.255 Multilingual
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:11 pm por tano1221

» eXtreme Karaoke 2024 + SoundFont Julio
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:07 pm por tano1221

» ProfExam Suite 8.0.24183.6493
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 12:01 pm por tano1221

» High-Logic FontCreator Pro 15.0.0.2993
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 11:56 am por tano1221

» Blue-Cloner / Blue-Cloner Diamond 13.40.860
Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyHoy a las 7:40 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Cutting-Edge AI: Deep Reinforcement Learning in Python

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70292
Fecha de inscripción : 20/08/2016

Cutting-Edge AI: Deep Reinforcement Learning in  Python Empty
MensajeTema: Cutting-Edge AI: Deep Reinforcement Learning in Python   Cutting-Edge AI: Deep Reinforcement Learning in  Python EmptyLun Oct 10, 2022 9:39 am

Cutting-Edge AI: Deep Reinforcement Learning in  Python 4caccb37fd5af07ba4750a37b97d3851

Cutting-Edge AI: Deep Reinforcement Learning in Python
Last Updated 10/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 50 lectures (8h 32m) | Size: 2 GB

Apply deep learning to artificial intelligence and reinforcement learning using evolution strategies, A2C, and DDPG

What you'll learn
Understand a cutting-edge implementation of the A2C algorithm (OpenAI Baselines)
Understand and implement Evolution Strategies (ES) for AI
Understand and implement DDPG (Deep Deterministic Policy Gradient)
Requirements
Know the basics of MDPs (Markov Decision Processes) and Reinforcement Learning
Helpful to have seen my first two Reinforcement Learning courses
Know how to build a convolutional neural network in Tensorflow
Description
Welcome to Cutting-Edge AI!
This is technically Deep Learning in Python part 11 of my deep learning series, and my 3rd reinforcement learning course.
Deep Reinforcement Learning is actually the combination of 2 topics: Reinforcement Learning and Deep Learning (Neural Networks).
While both of these have been around for quite some time, it's only been recently that Deep Learning has really taken off, and along with it, Reinforcement Learning.
The maturation of deep learning has propelled advances in reinforcement learning, which has been around since the 1980s, although some aspects of it, such as the Bellman equation, have been for much longer.
Recently, these advances have allowed us to showcase just how powerful reinforcement learning can be.
We've seen how AlphaZero can master the game of Go using only self-play.
This is just a few years after the original AlphaGo already beat a world champion in Go.
We've seen real-world robots learn how to walk, and even recover after being kicked over, despite only being trained using simulation.
Simulation is nice because it doesn't require actual hardware, which is expensive. If your agent falls down, no real damage is done.
We've seen real-world robots learn hand dexterity, which is no small feat.
Walking is one thing, but that involves coarse movements. Hand dexterity is complex - you have many degrees of freedom and many of the forces involved are extremely subtle.
Imagine using your foot to do something you usually do with your hand, and you immediately understand why this would be difficult.
Last but not least - video games.
Even just considering the past few months, we've seen some amazing developments. AIs are now beating professional players in CS:GO and Dota 2.
So what makes this course different from the first two?
Now that we know deep learning works with reinforcement learning, the question becomes: how do we improve these algorithms?
This course is going to show you a few different ways: including the powerful A2C (Advantage Actor-Critic) algorithm, the DDPG (Deep Deterministic Policy Gradient) algorithm, and evolution strategies.
Evolution strategies is a new and fresh take on reinforcement learning, that kind of throws away all the old theory in favor of a more "black box" approach, inspired by biological evolution.
What's also great about this new course is the variety of environments we get to look at.
First, we're going to look at the classic Atari environments. These are important because they show that reinforcement learning agents can learn based on images alone.
Second, we're going to look at MuJoCo, which is a physics simulator. This is the first step to building a robot that can navigate the real-world and understand physics - we first have to show it can work with simulated physics.
Finally, we're going to look at Flappy Bird, everyone's favorite mobile game just a few years ago.
Thanks for reading, and I'll see you in class!
"If you can't implement it, you don't understand it"
Or as the great physicist Richard Feynman said: "What I cannot create, I do not understand".
My courses are the ONLY courses where you will learn how to implement machine learning algorithms from scratch
Other courses will teach you how to plug in your data into a library, but do you really need help with 3 lines of code?
After doing the same thing with 10 datasets, you realize you didn't learn 10 things. You learned 1 thing, and just repeated the same 3 lines of code 10 times...
Suggested prerequisites
Calculus
Probability
Object-oriented programming
Python coding: if/else, loops, lists, dicts, sets
Numpy coding: matrix and vector operations
Linear regression
Gradient descent
Know how to build a convolutional neural network (CNN) in TensorFlow
Markov Decision Proccesses (MDPs)
WHAT ORDER SHOULD I TAKE YOUR COURSES IN?
Check out the lecture "Machine Learning and AI Prerequisite Roadmap" (available in the FAQ of any of my courses, including the free Numpy course)
Who this course is for
Students and professionals who want to apply Reinforcement Learning to their work and projects
Anyone who wants to learn cutting-edge Artificial Intelligence and Reinforcement Learning algorithms

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/b75b173ed86ea37718df1d82c7aa7330/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part1.rar.html
https://rapidgator.net/file/001b8958d7e8de8c25288186d0181013/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part2.rar.html
https://rapidgator.net/file/432be86695b95365b00f56f1fc14f8c8/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part3.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/d9A667c40fefecA3/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part1.rar
https://uploadgig.com/file/download/d51d98d4139b1227/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part2.rar
https://uploadgig.com/file/download/dc3b126cc2B26AAb/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part3.rar

nitroflare.com:
Código:

https://nitroflare.com/view/156120EB4417701/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part1.rar
https://nitroflare.com/view/42FA4E08A0CDB84/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part2.rar
https://nitroflare.com/view/5A16C0E658CE483/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part3.rar

1dl.net:
Código:

https://1dl.net/fnpmvdvjpe1d/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part1.rar.html
https://1dl.net/dsw9gyrccoqq/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part2.rar.html
https://1dl.net/e9unbehcvcgg/anufb.CuttingEdge.AI.Deep.Reinforcement.Learning.in.Python.part3.rar.html
Volver arriba Ir abajo
 

Cutting-Edge AI: Deep Reinforcement Learning in Python

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Deep Reinforcement Learning A Hands-on Tutorial in Python
» Advanced AI Deep Reinforcement Learning in Python (Updated)
» Deep Reinforcement Learning 2.0
» Nanodegree Program - Become a Deep Reinforcement Learning Expert
» Practical AI with Python and Reinforcement Learning

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-