Skip to content
scisoftdev

scientific software developer blog

  • Home
  • Blog
  • SLAI

Month: February 2021

Saving neural network weights to csv file (AML part 6)

Posted on 19.02.2021 | by scisoftdev

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.

read more →

Posted in Automatic machine learning (AML)

Saving neural network weights to MySQL database (AML part 5)

Posted on 05.02.2021 | by scisoftdev

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.

read more →

Posted in Automatic machine learning (AML)

Recent Posts

  • Scisoftdev Protocol: A Practical Approach to Software Development
  • Graph neural networks. Quickstart.
  • Saving neural network weights to csv file (AML part 6)
  • Saving neural network weights to MySQL database (AML part 5)
  • Creating database for neural network (AML part 4)

Recent Comments

    Archives

    • January 2025
    • April 2024
    • February 2021
    • January 2021

    Categories

    • Automatic machine learning (AML)
    • Graph Neural Networks
    • Non categories

    Information

    privacy policy

    Social links

    GitHub

    LinkedIn

    Contacts

    email: info@scisoftdev.com

    telegram: @SciSfotDev

    © 2025 scisoftdev