Mercurial > pylearn
comparison doc/v2_planning/learner.txt @ 1053:390166ace9e5
learner: Reply to James
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Wed, 08 Sep 2010 16:19:36 -0400 |
parents | 84f62533e7a8 |
children | bc3f7834db83 |
comparison
equal
deleted
inserted
replaced
1052:84f62533e7a8 | 1053:390166ace9e5 |
---|---|
300 The Learner base class can implement a instruction_set() that walks through the | 300 The Learner base class can implement a instruction_set() that walks through the |
301 methods of 'self' and pick out the ones that have corresponding instructions. | 301 methods of 'self' and pick out the ones that have corresponding instructions. |
302 But anyone can call the method normally. The NNet class can also have methods | 302 But anyone can call the method normally. The NNet class can also have methods |
303 that are not instructions. | 303 that are not instructions. |
304 | 304 |
305 | 305 OD replies: Ok thanks. I'm still unsure what is the end goal, but I'll keep |
306 watching while you guys work on it, and hopefully it'll become clearer for me ;) | |
306 | 307 |
307 RP asks: James correct me if I'm wrong, but I think each instruction has a execute | 308 RP asks: James correct me if I'm wrong, but I think each instruction has a execute |
308 command. The job of the learner is to traverse the graph and for each edge | 309 command. The job of the learner is to traverse the graph and for each edge |
309 that it decides to cross to call the execute of that edge. Maybe James has | 310 that it decides to cross to call the execute of that edge. Maybe James has |
310 something else in mind, but this was my understanding. | 311 something else in mind, but this was my understanding. |