Hi, sounds interesting - my advice is to do a chunk of goggling and reading first, then if a library looks like it can do what you want consider testing it in C# with a very simple test to make sure the basics work. Then you can consider writing an API so it can be used in Small Basic.
One of the challenges I have found is provide sufficient functionality so it has real value in SB, but not to add every feature and over-whelm it - frankly if some-one wants every last feature they should do it C# or whaterver native language the library is in.
I think the SB ANN module is quite nice so I would think worth the effort trying - I've done a few small tests with it which work well, I plan to maybe try something a bit bigger (more inputs) perhaps with images to see how far we can push it.
At any point we can help with any of it - I like these projects
One of the challenges I have found is provide sufficient functionality so it has real value in SB, but not to add every feature and over-whelm it - frankly if some-one wants every last feature they should do it C# or whaterver native language the library is in.
I think the SB ANN module is quite nice so I would think worth the effort trying - I've done a few small tests with it which work well, I plan to maybe try something a bit bigger (more inputs) perhaps with images to see how far we can push it.
At any point we can help with any of it - I like these projects