Hi
I need a back propagation class for this problem:
6 inputs, and one (1) output.
I need just the specific class.
Does any one knows how to implement a backpropagation class ?
Thanks David
blah blah blah is here! blah blah » Close
2 answers
There's a C# implementation of back propagation here.
For 6 inputs, you'll need to change the private field _inputDims of the Network class to 6 and add four extra columns to the patterns.csv file.
answered 2 years ago by:
17279
Thanks vulpes, for the moment!
answered 2 years ago by:
0