Code:
splitFileIntoHSL(@"c:\temp\Classroom-8000.png");
CreateImageTrainSet(5000, 1, @"c:\temp\Classroom-200.png", @"c:\temp\Classroom-8000.png", @"c:\temp\BlenderTrainSet.txt");
Neural.RegressionNet RNN = new Neural.RegressionNet(23,12,1,0);
RNN.
..
. // damn... a new todo there was still no RNN.Load(c:\temp\neuralnet.txt);
lol i didnt realize i didnt had a load and save function for the new neural net i made.(to save/load learned behaviors).
Oh well its in after tonight, been so busy with training and improving it, that i never had a need for it.
Until i wanted to start writing parts for the image manipulation :-))
Bookmarks