Fast Artificial Neural Network (FANN) Library
github: https://github.com/libfann/fann?ref=hackernoon.com
site: http://leenissen.dk/fann/wp/
with the help of mysoft I was able to translate the library's header from C to FreeBasic and test it with translations of example test codes from C to FB - I'm on Linux OS, so I don't know about Windows OS.
the original thought was to use this library for creating an ML algorithm for a conversational chatbot - the advantage is that, unlike most ML Libraries, it is written in C and not C++ or Java or Python or C#, or any other language...
if you are interested more, you are welcome to read about it on "retrocoders community" forum thread here: https://retrocoders.phatcode.net/index.php?topic=118.0
P.S. - this is a youtube video that I made on my channel regarding ML and FANN lib as well as demonstrating my Chatbot Danny in FreeBasic: https://www.youtube.com/playlist?list=P ... SjDFRydCEC
Kind Regards
Ron77