Saturday, October 17, 2015
The first thing I did was to use a neural net to calculate the length of a word. I tried two methods, the first design was one input where the value was the length of the word. The second design was there was one input for each length and the values were zero except for the not which has the length. The output in both cases was one node for each length. The first version worked terrible and the second one worked. Lesson was have nodes represent meaning. The weight should just be used to select those nodes.