Expose hidden layers to API
The neural network algorithm could have more hidden layers, but there's no way to set that right now. The algorithm code hasn't been seriously tested, either.
Add a set() and get() method, and make sure they work.
The neural network algorithm could have more hidden layers, but there's no way to set that right now. The algorithm code hasn't been seriously tested, either.
Add a set() and get() method, and make sure they work.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
added Ready label
added In Progress and removed Ready labels
82-expose-hidden-layers-to-api
created branch 82-expose-hidden-layers-to-api
This is working in C++ now. I guess I should add it to JavaScript. It's super slow, though.
Added setNumEpochs() so it could train properly.
This is pushed to dev, and is somewhat working. I could use more test cases, but I'll wait to see if anyone uses this feature.
closed
removed In Progress label