* Cantinho Satkeys

Refresh History
  • j.s.: [link]
    Hoje às 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    Hoje às 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    Hoje às 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33

Autor Tópico: Artificial Intelligence Reinforcement Learning in Python (Updated)  (Lida 216 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0

Artificial Intelligence: Reinforcement Learning in Python (Updated)
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 48000 Hz, 2ch | 1.81 GB
Duration: 9.5 hours | Genre: eLearning | Language: English
Complete guide to Artificial Intelligence, prep for Deep Reinforcement Learning with Stock Trading Applications.

What you'll learn

    Apply gradient-based supervised machine learning methods to reinforcement learning
    Understand reinforcement learning on a technical level
    Understand the relationship between reinforcement learning and psychology
    Implement 17 different reinforcement learning algorithms

Requirements

    Calculus (derivatives)
    Probability
    Markov Models
    The Numpy Stack
    Have experience with at least a few supervised machine learning methods
    Gradient descent
    Good object-oriented programming skills

Description

When people talk about artificial intelligence, they usually don't mean supervised and unsupervised machine learning.

These tasks are pretty trivial compared to what we think of AIs doing - playing chess and Go, driving cars, and beating video games at a superhuman level.

Reinforcement learning has recently become popular for doing all of that and more.

Much like deep learning, a lot of the theory was discovered in the 70s and 80s but it hasn't been until recently that we've been able to observe first hand the amazing results that are possible.

In 2016 we saw Google's AlphaGo beat the world Champion in Go.

We saw AIs playing video games like Doom and Super Mario.

Self-driving cars have started driving on real roads with other drivers and even carrying passengers (Uber), all without human assistance.

If that sounds amazing, brace yourself for the future because the law of accelerating returns dictates that this progress is only going to continue to increase exponentially.

Learning about supervised and unsupervised machine learning is no small feat. To date I have over SIXTEEN (16!) courses just on those topics alone.

And yet reinforcement learning opens up a whole new world. As you'll learn in this course, the reinforcement learning paradigm is more different from supervised and unsupervised learning than they are from each other.

It's led to new and amazing insights both in behavioral psychology and neuroscience. As you'll learn in this course, there are many analogous processes when it comes to teaching an agent and teaching an animal or even a human. It's the closest thing we have so far to a true general artificial intelligence. What's covered in this course?

    The multi-armed bandit problem and the explore-exploit dilemma

    Ways to calculate means and moving averages and their relationship to stochastic gradient descent

    Markov Decision Processes (MDPs)

    Dynamic Programming

    Monte Carlo

    Temporal Difference (TD) Learning (Q-Learning and SARSA)

    Approximation Methods (i.e. how to plug in a deep neural network or other differentiable model into your RL algorithm)

    Project: Apply Q-Learning to build a stock trading bot

If you're ready to take on a brand new challenge, and learn about AI techniques that you've never seen before in traditional supervised machine learning, unsupervised machine learning, or even deep learning, then this course is for you.

See you in class!

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

TIPS (for getting through the course):

    Watch it at 2x.

    Take handwritten notes. This will drastically increase your ability to retain the information.

    Write down the equations. If you don't, I guarantee it will just look like gibberish.

    Ask lots of questions on the discussion board. The more the better!

    Realize that most exercises will take you days or weeks to complete.

                                                                                                                                                                                                   Write code yourself, don't just sit there and look at my code.

WHAT ORDER SHOULD I TAKE YOUR COURSES IN?:

    Check out the lecture "What order should I take your courses in?" (available in the Appendix of any of my courses, including the free Numpy course)

Who this course is for:

    Anyone who wants to learn about artificial intelligence, data science, machine learning, and deep learning
    Both students and professionals
       

               

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction