Implementation of the Word2Vec machine learning model to match any input to a set of valid commands
This requires a space seperated text file of a word followed by a uniform dimension of vector elements
HOW TO USE** Open the WordVectors.sln file
Navigate to the "Program" class, and change the directory in the VectorDictionary consturctor to the location of the glove.6B.300d.txt file
Change the names array to any list of valid commands you would like
Hit Start
This should take ~5min to load and it will eat up ~600MB of RAM.
Input any command and press enter and the program will provide its best guess along with an accuracy rating.