by Kardi Teknomo

< Previous | Next | Contents >

Memory of Adaptive Learning

So far, we have game with simple learning using histogram . The adaptive learning using histogram is simple and powerful. The learning algorithm, however, is only based on total number of user response. It has very short memory of what the user response aside from single previous response. In this section, we will generalize the learning algorithm by adding system memory.

Firstly, we must understand the meaning of system memory. A system with short memory tends to be affected by the most recent behavior of user input. This system has fast or fluctuated response because the output behavior is responding quickly to the change of the input. System with long memory has sluggish behavior. It does not response as speedily to the change of input behavior.

To add the long memory to our learning system, we remember the characteristics of time-average , which has long-term memory. The recursive formula to compute the time-average is given by:

Memory of Adaptive Learning (A)

Notation Memory of Adaptive Learning is the time-average of measurement data Memory of Adaptive Learning . When the time Memory of Adaptive Learning is a natural number 1, 2, 3, 4 , the graphs of the coefficients are plotted below:

Memory of Adaptive Learning

Let us give a new notation Memory of Adaptive Learning then Memory of Adaptive Learning and the equation (A) can be written as

Memory of Adaptive Learning (B)

In the time-average formulation, the value of Memory of Adaptive Learning is dynamically changing over time. Suppose we fix the value of Memory of Adaptive Learning as a real number between zero and one inclusive ( Memory of Adaptive Learning ) to represent the learning rate, and replacing the measurement value as probability distribution, we obtain learning probability distribution. In the previous example , we have acquired Probability distribution of failure Memory of Adaptive Learning . This failure probability will serve as input to our learning probability distribution. Adjusting the notation of the equation (B) for probability distribution, we get what is called learning formula (C) with single parameter Memory of Adaptive Learning .

Learning formula (4)

The range of parameter Memory of Adaptive Learning is Memory of Adaptive Learning to produce correct result. Outside this range, the probability may be bigger than one or negative. When the parameter Memory of Adaptive Learning is near to one, the updating of probability is small. Closer the value of Memory of Adaptive Learning to zero, will produce change that is more sensitive. When Memory of Adaptive Learning Memory of Adaptive Learning . The update of learning probability distribution is only depending on the number of correct and wrong answers (as in the previous example ). It has only short memory and do not have depending on the timing when it was answered. When Memory of Adaptive Learning , the learning distribution is updated not only based on the histogram of correct or wrong answers but also based on the timing to answer it correctly. If Memory of Adaptive Learning = 1 , the learning probability value never change and whatever user input, the computer will not learn anything.

We can view the parameter Memory of Adaptive Learning as a learning rate or learning sensitivity value. Sensitive value will make fluctuation change in the learning probability. For example, single wrong answer will change the probability from 25% to 55% or single correct answer may change from 25% to 10%. Less sensitive value (i.e. learning rate Memory of Adaptive Learning near to 1.0) represents the program that learn very slow. For example, to change the learning probability from 20% to 21% demand the user to answer correctly many times.

Another view of the parameter Memory of Adaptive Learning is as the rate to reach stability . If the equilibrium of the probability distribution exists, (i.e. user has constant learning distribution), with sensitive parameter Memory of Adaptive Learning , the updating probability can reach the equilibrium faster than the insensitive parameter. Closer the parameter Memory of Adaptive Learning is to one, the updating of probability is will be slower to reach the equilibrium.

The next section we will discuss about the numerical application of the learning formula.

< Previous | Next | Contents >

These tutorial is copyrighted .

Preferable reference for this tutorial is

Teknomo, Kardi (2015) Learning Algorithm Tutorials. https:\\people.revoledu.com\kardi\ tutorial\Learning\

Rate this tutorial