Skip to content

A software for you to create feed-forward neural networks with the mouse.

License

Notifications You must be signed in to change notification settings

MuriloMir/Neural-network-creator

Repository files navigation

neural-network

Here is a program called networkCreator, which allows you to draw the network with the mouse, then you press Enter so it generates the source code of the whole network. It generates the source code with tools from a module which can be found here: https://github.com/MuriloMir/neural-network-module.

In order to compile it you just need to download the source code and the "dependencies.zip" file, then extract the dependencies, put everything in the same folder and compile it with the DMD compiler by typing (in the terminal): dmd source -m64 -i -J. -O -g

About

A software for you to create feed-forward neural networks with the mouse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages