GUI for training of neural network models for GuitarML Proteus
...GuitarML set up a Google Colab script to give people the Opportunity to train their own models online. Still, I thought that things could be easier, and I wanted a faster way to work with the python scripts. So I automated some things on my Windows 10 machine. I assume, that most musicians use this OS. This repository contains a bunch of Windows batch scripts and a freepascal based GUI solution that controls everything from a single window!
ffnet is a fast and easy-to-use feed-forward neural network training solution for python. Many nice features are implemented: arbitrary network connectivity, automatic data normalization, very efficient training tools, network export to fortran code.
Now ffnet has also a GUI called ffnetui.
Yann is Yet Another Neural Network. Yann is a library to create fast neural networks. It is also a GUI to easily create, edit, train, execute and investigate networks. Multiple topologies, runtime properties and ensemble learning are supported.