Adding a new class for RNNs would be interesting. The class would likely be called Rann for Recurrent Artificial Neural Network, instead of the Dann acronym which stands for Deep Artificial Neural Network. This would be a pretty time-consuming feature to implement. It would require lots of testing before we can publish the feature to the master branch. Maybe creating another testing/dev branch for this feature would be necessary.
Examples
These are really early examples and might be completely different once we impelent the feature.
This would create the RNN.
const rnn = new Rann(input_neurons, hidden_neurons, output_neurons);
This is, of course, early speculation about a big addition to the library. It might take quite some time to create & test, and usability might change a whole lot throughout development. I'm assigning this issue to myself because I want to start working on it, but help and criticism are welcome.
Feature
Recurrent Neural Networks for Dannjs,
Type
Description
Adding a new class for RNNs would be interesting. The class would likely be called
Rann
for Recurrent Artificial Neural Network, instead of theDann
acronym which stands for Deep Artificial Neural Network. This would be a pretty time-consuming feature to implement. It would require lots of testing before we can publish the feature to the master branch. Maybe creating another testing/dev branch for this feature would be necessary.Examples
These are really early examples and might be completely different once we impelent the feature. This would create the RNN.
We could feed a Rann a set of sequences
Note
This is, of course, early speculation about a big addition to the library. It might take quite some time to create & test, and usability might change a whole lot throughout development. I'm assigning this issue to myself because I want to start working on it, but help and criticism are welcome.