Skip to content

this package is an ANN toolbox,which the early published genoud algorithm and rgenoud package is employed to optimize BP process

Notifications You must be signed in to change notification settings

joshuaas/GenoudBP

Repository files navigation

author Zhiyong Yang
University of Science and Technology Beijing
this package is an ANN toolbox,which the early published genoud algorithm and rgenoud package is employed to optimize BP process

run the following example for a test 

require(parallel)
   data(pima)
   cl  <- makeCluster(getOption("cl.cores",detectCores(logical =FALSE) - 1))  
   f  <- GenoudBPModeler(pima,hid_num =9,cluster =cl )
####


About

this package is an ANN toolbox,which the early published genoud algorithm and rgenoud package is employed to optimize BP process

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages