mirror of
https://github.com/BlackLight/neuralpp.git
synced 2025-07-17 03:38:54 +02:00
Testing, again
This commit is contained in:
parent
aac905673b
commit
3f56c8404c
2 changed files with 18 additions and 16 deletions
examples
|
@ -21,6 +21,7 @@ int main() {
|
|||
xml += NeuralNet::XMLFromSet(1, "3,3,1;7");
|
||||
xml += NeuralNet::XMLFromSet(2, "5,4,2;11");
|
||||
NeuralNet::closeXML(xml);
|
||||
cout << "xml:\n" << xml << endl;
|
||||
|
||||
net.train(xml, NeuralNet::str);
|
||||
vector<double> v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue