blah blah blah is here! blah blah » Close

up0down
link

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

last answered 2 years ago

2 answers

up0down
link

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.

up0down
link

Thanks vulpes, for the moment!

Feedback