added feedForward and moving Reccurent neuron to normal
This commit is contained in:
@@ -17,6 +17,4 @@ int main() {
|
||||
float res= a.computeOutput({1,0.7})[0];
|
||||
assert(res > solutions[i]*0.999 && res < solutions[i]*1.001);
|
||||
}
|
||||
|
||||
std::cout << a;
|
||||
}
|
||||
Reference in New Issue
Block a user