You've heard the expression "raised by wolves".
Well, today's AI is at the stage where it's being raised by wolves.
Its brain is perfectly capable, but it's not getting much reinforcement.
Modern machine learning tries to bypass the reinforcement stage because it's computationally expensive.
The two most important concepts are delayed effects and credit assignment.
If you get rewarded for something you did yesterday, which behaviors caused the reward, and what was the context or goal at the time?
For a machine, this means it has to keep a lot of things around in memory. Normally you can train an AI and then discard the training data - once you've fit the parameters, how they got there no longer matters.
Stanford University has an excellent series of online videos about machine learning (Google Andrew Ng), and so does MIT. Here is one from Steve Brunton of Washington University, which is a whole series on reinforcement learning.
Those of you scared of AI would be well advised to discover how machine learning really works.
Well, today's AI is at the stage where it's being raised by wolves.
Its brain is perfectly capable, but it's not getting much reinforcement.
Modern machine learning tries to bypass the reinforcement stage because it's computationally expensive.
The two most important concepts are delayed effects and credit assignment.
If you get rewarded for something you did yesterday, which behaviors caused the reward, and what was the context or goal at the time?
For a machine, this means it has to keep a lot of things around in memory. Normally you can train an AI and then discard the training data - once you've fit the parameters, how they got there no longer matters.
Stanford University has an excellent series of online videos about machine learning (Google Andrew Ng), and so does MIT. Here is one from Steve Brunton of Washington University, which is a whole series on reinforcement learning.
Those of you scared of AI would be well advised to discover how machine learning really works.