new doc and optical backprop
This commit is contained in:
@@ -7,8 +7,8 @@ int main() {
|
||||
{ // XOR problem
|
||||
NeuralNetwork::FeedForward::Network n(2);
|
||||
NeuralNetwork::ActivationFunction::Sigmoid a(-1);
|
||||
n.appendLayer(2000,a);
|
||||
n.appendLayer(2000,a);
|
||||
n.appendLayer(5000,a);
|
||||
n.appendLayer(5000,a);
|
||||
n.appendLayer(1,a);
|
||||
|
||||
for(int i=0;i<500;i++) {
|
||||
|
||||
Reference in New Issue
Block a user