python - Levenberg-Marquardt algorithm alternatives in Neurolab -
i porting neural network code in matlab uses levenberg-marquardt training algorithm python. using neurolab, believe not come levenberg-marquardt training algorithm. there alternative training algorithm can use? using feed forward multilayer network. thank you!
this long comment.
levenberg-marquardt optimization method estimating parameters neural network. there many other algorithms (back propagation, quick prop, , many more). favorite text web page neural network faq, explains many of these techniques.
however, end result trained neural network. so, can try other training techniques available in neurolab (which have not used). may perform better others, doing same thing -- setting appropriate parameter values.
Comments
Post a Comment