Download NetMaker   (zip archive, 310kB)

back to the main page

License:

NetMaker is free for educational, scientific, home and any other non-profit purposes. You may redistribute it (free!), but it's better idea to distribute the link, where the manual and the newest version is always up to date.
Sources are available on the e-mail request (also free). You may modify it for your own use, but you may not redistribute modified version (if you like, send me your contribution and I will include it in the next version of
NetMaker). Also you should distribute the link instead of redistributing unmodified sources. If you want to use some parts of NetMaker code in your freeware application - you must include a notification about the author, which part of NetMaker code was used and where it came from (link).
You may not: sell the executables, sources, content of the manual (images, text, example files available on this web site) or any part of it; redistribute them without notification about the author; redistribute modified version of
NetMaker (sources or executables). Contact me if you need another terms of use.

Installation notes:

- NetMaker is written in C# and requires Framework.NET 2.0/3.0 installed in your system;

- download zip archive with the latest version of
NetMaker;
- unpack it to an empty folder; you will see executable: NetMaker.exe, two library files: ANNLibs.dll, SVM.dll, and license notice files.
- run NetMaker.exe;

ANNLibs.dll file contains SSE optimized functions (C/asm code called from NetMaker.exe) -
NetMaker detects if your processor supports this instruction set, but if you experience any problem that you feel is related to these optimizations, or you just want to run pure C# code - simply rename or delete ANNLibs.dll.

SVM.dll contains Support Vector Machines library code (SVM.NET, C# port of LIBSVM).

Try one of the earlier versions if the latest version is not stable or contains bugs.

back to the main page