07-27-2024, 07:24 PM
OK, so I got it to run, generating an output file with some binary output in it - presumably a binary representation of some kind of the wav file.
Before there is a realistic chance of ANN doing anything we need to understand what the data is - ANN is not magic - its just a non-linear fitting algorithm - it just learns to recognise patterns, so we need to give it training data with the kind of patterns we want it to distinguish.
I did have to copy the dlls to exe folder, but this may be partly because there is no xml and this means IDE doesn't recognise dll in the same way.
If you are using SharpDevelop, then I did give instructions in the UTube for creating xml intellisense, very similar for Visual Studio - which if you using please say so I can direct comments accordingly?
If you are using VS, then there is a switch in settings to turn it on as well as adding the text descriptions before each object/method in the code with ///. The switch is Solution Explorer->Right click project+Properties->Build Tab->Scroll down to Output->tick XML document file:
Before there is a realistic chance of ANN doing anything we need to understand what the data is - ANN is not magic - its just a non-linear fitting algorithm - it just learns to recognise patterns, so we need to give it training data with the kind of patterns we want it to distinguish.
I did have to copy the dlls to exe folder, but this may be partly because there is no xml and this means IDE doesn't recognise dll in the same way.
If you are using SharpDevelop, then I did give instructions in the UTube for creating xml intellisense, very similar for Visual Studio - which if you using please say so I can direct comments accordingly?
If you are using VS, then there is a switch in settings to turn it on as well as adding the text descriptions before each object/method in the code with ///. The switch is Solution Explorer->Right click project+Properties->Build Tab->Scroll down to Output->tick XML document file: