/MemNet

A memory network

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MemNet

A memory network

Trying to build a reposity, using human memory format, which is still studying = =... It'a long way. Current destination is build a dictionary using NLP tech. ( Nature Language Processing ) ( Well the reason to build this project is to finish my linux homework = =

Language Support :

- English ( please save me from the terrible Chinese corpus = =...

Calendar :

- @20140906 module : 
	A dictionary, function:
		save : input : words vector, data
		query : input : words vector
				output : the most likely data.
	So the key is design a search algorithm which input words vector and find the most likely answer.