ClimbsRocks / data-formatter

Takes raw csv input and formats it to be ready for neural networks
19 stars 7 forks source link

get brain.js formatting back up and running #32

Open ClimbsRocks opened 9 years ago

ClimbsRocks commented 9 years ago

should be relatively easy, since all we do is set values, not entire lists

get a row from the sparse row matrix (it will only contain the non-zero values) set each of those as properties on the brainObj

the major unknown i see right now is whether we have pretty column names in a sparse matrix that we could use for property names