Ask Your Question

hirnfrei's profile - activity

2018-02-11 07:21:31 -0600 asked a question Save and load MLP

Save and load MLP Hi, I use 3.3. What can I do to load and save an MLP?

2018-02-11 03:31:49 -0600 commented question Simple tutorial for MLP in C++

I have try it. First round train without flags, then all steps with the 3 flags. I runs but if I predict the net the r

2018-01-27 09:54:38 -0600 commented question Simple tutorial for MLP in C++

Yes I think about it. First round without flag. Runs good. Second round with flag bringts that error

2018-01-27 09:47:31 -0600 commented question Simple tutorial for MLP in C++

Okay. But if I do this, run the first step without ANN_MLP::TrainFlags::UPDATE_WEIGHTS and the next step with this I bec

2018-01-23 12:23:23 -0600 commented question Simple tutorial for MLP in C++

Looks like this? Ptr<TrainData> trainingData = TrainData::create(inputData, SampleTypes::ROW_SAMPLE, outputData);

2018-01-23 02:13:00 -0600 commented question Simple tutorial for MLP in C++

I solve the problem. But now I have a new question. Is it right that train() needs all trainingdata? If a mlp is trained

2018-01-22 06:42:54 -0600 received badge  Enthusiast
2018-01-07 15:46:45 -0600 commented question Simple tutorial for MLP in C++

Sure. https://pastebin.com/8qZxJu4Q There it is.

2018-01-07 14:14:51 -0600 commented question Simple tutorial for MLP in C++

The link from berak shows what I try to do. But the code isnt C/C++ :( What I try to do first is, convert a number to b

2018-01-06 13:18:32 -0600 asked a question Simple tutorial for MLP in C++

Simple tutorial for MLP in C++ Hi, I try to use an MLP for a reinforcement learning. In all tutorials I found, they are