the-anna-project / annad

The annad package implements a command line tool to run the neural network of the anna project.
https://anna.earth
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

generalize pattern recognition #34

Open xh3b4sd opened 8 years ago

xh3b4sd commented 8 years ago

Currently there is the distribution analysis, word stemming and edit distance implemented. This provides a way of checking similarities in different ways. What we still need to do is to generalize these solutions and making them work together. The problem is that all this is hard coded. Question is how we can improve this situation up to a point where the process of pattern recognition discovers new ways of how to recognize patterns and similarities automatically.

xh3b4sd commented 8 years ago

It would might be helpful to use some sort of pattern language as described in the following diary entry. https://github.com/xh3b4sd/anna/blob/7de5938f4b95fddaee1e8853c37c852ad3fc1350/doc/diary/2016_03_03.md