Skip to content

Releases: SatvikVejendla/Neural-Network-Module

Java Release Standard

27 Feb 16:57
0d9168f
Compare
Choose a tag to compare
java1.0.0

Create ReadMe.md

Added DFF for browser support

26 Feb 18:18
d9602bf
Compare
Choose a tag to compare

Browser implementation of this library now includes the DFF.

Added browser support

26 Feb 17:01
30e2b84
Compare
Choose a tag to compare

Added basic browser support. Only works for Standard Neural Network. DFF coming soon.

Added DFF

26 Feb 13:43
134c275
Compare
Choose a tag to compare

Added deep feed forward neural network to this release. Removed some client debugging features such as logging when input_array and input_nodes differ in length

Stable version of 1 layer module

20 Feb 17:11
c9ac635
Compare
Choose a tag to compare

The last stable version of the 1 hidden layer neural network. New functionalities include changing learning rate, weights, and biases.