Name: Anonymous 2013-03-02 15:03
So I want to write neural network that would process N-symbol words.
Should I provide 26 symbol neurons for each letter position, so that they give 1.0 for their matching letter? Should I duplicate position for each recognized words? I.e. vocabulary of 1000 N-sized words would require 1000*N*26.
Should I provide 26 symbol neurons for each letter position, so that they give 1.0 for their matching letter? Should I duplicate position for each recognized words? I.e. vocabulary of 1000 N-sized words would require 1000*N*26.