Mercurial > pylearn
comparison doc/v2_planning/dataset.txt @ 1120:27d0ef195e1d
v2planning - added comment to dataset re: visualization
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Tue, 14 Sep 2010 18:43:42 -0400 |
parents | c1943feada10 |
children | 0f184b5e7a3f |
comparison
equal
deleted
inserted
replaced
1119:81ea57c6716d | 1120:27d0ef195e1d |
---|---|
173 | 173 |
174 | 174 |
175 COMMENTS | 175 COMMENTS |
176 ~~~~~~~~ | 176 ~~~~~~~~ |
177 | 177 |
178 JB asks: How about asking datasets to also provide a visualization mechanism | |
179 for showing / playing individual examples from the dataset, but also other | |
180 external objects that are similar to dataset examples (e.g. filters from a | |
181 weight matrix that filters images). This doesn't have to be complicated, and it | |
182 can be shared between datasets that exist in one modality (e.g. image datasets | |
183 can all use an image-rending method) | |
178 | 184 |
179 JB asks: What may be passed as argument to the functions in Dataset, and what | 185 JB asks: What may be passed as argument to the functions in Dataset, and what |
180 can be expected in return? Are there side effects (e.g. on the state of the | 186 can be expected in return? Are there side effects (e.g. on the state of the |
181 Dataset) associated with any of the functions? | 187 Dataset) associated with any of the functions? |
182 | 188 |