You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at some of the low-level demos, like mlp_irisSnnsR.R
If you only use the high-level functions, like mlp(), elman() jordan(), etc., then simply saving and loading the R objects to RData files should work, due to the implemented object serialization mechanism, which will take care of this.
I'm using SNNS function
loadNet(netfile)
to recover network state. I can't find any equivalent in RSNNS.The text was updated successfully, but these errors were encountered: