357
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
https://www.youtube.com/watch?v=lURd37SiN6Y&feature=youtu.be | https://www.youtube.com/watch?v=lURd37SiN6Y&feature=youtu.be | ||
---- | |||
CRITICAL VR PROJECT | CRITICAL VR PROJECT | ||
Line 12: | Line 16: | ||
I choose a literary work of Jean Baudrillard- Simulacra and Simulation. I used the gensim library’s Word2Vec model to get word-embedding vectors for each word. Word2Vec is used to compute the similarity between words from a large corpus of text. The algorithm is very good at finding most similar words (nearest neighbors), I also tried subtracting and adding words. I am giving an examples to show how the program functions. | I choose a literary work of Jean Baudrillard- Simulacra and Simulation. I used the gensim library’s Word2Vec model to get word-embedding vectors for each word. Word2Vec is used to compute the similarity between words from a large corpus of text. The algorithm is very good at finding most similar words (nearest neighbors), I also tried subtracting and adding words. I am giving an examples to show how the program functions. | ||
[[File:simularca.png|700px]] | |||
This is the graphic which is reduced the dimensions of the Word2Vec space down to x and y coordinates. Every dot represents a word. Dots that are closer together in a space mean that they are similar. |
edits