Research Article

Unregistered Biological Words Recognition by Q-Learning with Transfer Learning

Algorithm 2

Unregistered biological terms identification by Q-learning with transfer learning.
Input: action table from Table 1, state table from Table 2
Output: identification policy
(1) initialize arbitrarily
(2) repeat
(3) for  each episode
(4)  initialize x arbitrarily from Table 1
(5)  initialize u arbitrarily from Table 2
with transfer learning version
(6)  select u from using ε-greedy policy with maximal identification precision by (7)
without transfer learning version
(7)  select u from using ε-greedy policy with maximal identification precision by (4)
(8)  take action u, and observe r,
(9)  
(10)   x
(11)  end for
(12) until terminated
(13) return identification policy