Saving the neural network weights to a csv file is much easier. In my opinion this option is faster and csv tables are easily exported to other databases. Another reason is the great versatility of this approach, since to save to the database, you need to raise the local server, while for the files you just need to allocate a directory.
Month: February 2021
Saving neural network weights to MySQL database (AML part 5)
I’ve tested two options for saving and loading weights. The first option works with a MySQL database, the second saves to a CSV file.