view doc/v2_planning/neural_net.txt @ 1090:a80b296eb0df

I removed big picture from the description of the neural network committee
author Razvan Pascanu <r.pascanu@gmail.com>
date Sun, 12 Sep 2010 10:54:09 -0400
parents e254065e7fd7
children aab9c261361c
line wrap: on
line source

Neural Net committee
====================

Members:
 - Razvan Pascanu
 - James Bergstra
 - Xavier Glorot

(Add your name here if you want)


Objective ( Razvan)
---------

Come up with a description of how to write learners ( how to combine
optimizer, structure, error measure, how to talk to datasets, tasks ( if there
is anything like a dataset object in your view) and so on).
o The way I see it personaly, we should pick "random" interfaces for any component 
for which there is no one yet, or change the interface to answer our needs. 
If our description of how these things get together. I would say come up with 
pseudo-code for some tasks ( that vary as much as possible) + text describing
all the missing details.