Actions

Difference between revisions of "Reverse Algebra"

From Algolit

Line 5: Line 5:
 
| Technique: || Word embeddings
 
| Technique: || Word embeddings
 
|-
 
|-
| Developed by: || Radim Rehurek and Petr Sojka
+
| Developed by: || Radim Rehurek and Petr Sojka & Algolit
 
|}
 
|}
  

Revision as of 17:55, 30 October 2017

Type: Algoliterary exploration
Technique: Word embeddings
Developed by: Radim Rehurek and Petr Sojka & Algolit


Algebra is generally defined as a generalisation of arithmetic in which letters representing numbers are combined according to the rules of arithmetic. In natural language processing, the opposite happens: words are represented by numbers which are generated by the circumstances of the text and of the algorithm which processes them.

This exploration is using gensim, an open source vector space and topic modelling toolkit implemented in Python, to manipulate text according to the mathematic relationships which emerge between words once they have been plotted in a vector space.