CrazYmonkeY159
Expert Member
Could you tell us more about your Neural Network, Training methods, How many neurons, Did you code it your self or are you running MATLAB?
Have you run any genetic algorithms through the network for training and testing?
So were using Mallet, open source java library for language processing. It works very well, however im looking for that little bit extra accuracy. I've tried the usual , Training methods can be specified, cross validation if you want, you can specify what you want your train/test split to be etc etc
so im basically just iterating(improving) on a current system by trial and error and im currently stuck on how to do this 'voting'
Whenever you classify something in mallet you get given its confidence (how good/bad the 'guess' is) and its classification, now if i have a few neural networks running and they are each trained using different (but proven) algorithms on a mixture of subsets of train/test data, in theory it should be more robust than a single classifier. That's what im aiming for but the paper i read was very vague on how the 'voting' was implemented. Hence me coming here