Y
Hacker News
new
|
ask
|
show
|
jobs
by
spiffytech
2736 days ago
What do you mean by "data-first"? What other forms could a JS NN architecture take?
1 comments
axel180
2731 days ago
A lot of neural networks start by first constructing the neural network structure, and eventually getting around to running the data through it. Where in brain.js, line 2 in most examples (just after instantiation) is train with data.
link