Skip to content

Implementation of the Word2Vec machine learning model to match any input to a set of valid commands

Notifications You must be signed in to change notification settings

GreenPandaStudios/WordVectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WordVectors

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.

About

Implementation of the Word2Vec machine learning model to match any input to a set of valid commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages