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
Perhaps you've trained a neural network and you don't want to re-train it within some chunk of code (to save time). It would be great if there was a method to save the neural network to file and then just read it for use later.
This would be especially helpful when using neuralnet inside an Rmarkdown document or presentation, since the document has to be knit together in its entirety every time, retraining the network with every compilation. Reading from file would improve the speed of compilation.
The text was updated successfully, but these errors were encountered:
wgrundlingh
changed the title
Provide option to save/read neural network to/from file
Provide method to save/read neural network to/from file
Mar 5, 2019
Perhaps you've trained a neural network and you don't want to re-train it within some chunk of code (to save time). It would be great if there was a method to save the neural network to file and then just read it for use later.
This would be especially helpful when using
neuralnet
inside an Rmarkdown document or presentation, since the document has to be knit together in its entirety every time, retraining the network with every compilation. Reading from file would improve the speed of compilation.The text was updated successfully, but these errors were encountered: