Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the best training algorithm for my problem?

ALGORITHM best problem TRAINING
0
Posted

What is the best training algorithm for my problem?

0

If your data have up to 10 input columns, the best training algorithm will be Levenberg-Marquardt. It is fast and quite reliable. If you have a data set with hundreds of thousands of records and more, we recommend trying Incremental Back Propagation first. For all other cases it fully depends on your type of problem and dependencies inside your data. We recommend to start with Conjugate Gradient Descent and then try Quick Propagation and as the last step Batch Back Propagation or Incremental Back Propagation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123