AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

Halting training

The forum is to discuss topics from different artificial intelligence areas, like neural networks, genetic algorithms, machine learning, etc.

Halting training

Postby Lawrence » Thu May 26, 2016 7:10 pm

Is there any built in functionality for halting training when "error" stops decreasing?

Or do we need to monitor that ourselves?
Lawrence
 
Posts: 24
Joined: Tue May 17, 2016 11:32 am

Re: Halting training

Postby andrew.kirillov » Fri May 27, 2016 7:05 am

It is you who is driving the process. You call Run() to do training iteration. Then you check whatever you need to check (error, number of iterations, etc.) and decide if you want to go further.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Halting training

Postby Lawrence » Fri May 27, 2016 8:34 am

Understood - thank you.
Lawrence
 
Posts: 24
Joined: Tue May 17, 2016 11:32 am




Return to Artificial Intelligence