Actions

Reverse Algebra: Difference between revisions

From Algolit

Line 1: Line 1:
 
{|
 
{|
 
|-
 
|-
| Type: || Algolit extension
+
| Type: || Algolit exploration
 
|-
 
|-
 
| Technique: || Word embeddings
 
| Technique: || Word embeddings
Line 11: Line 11:
 
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, words are represented by numbers which are generated by the circumstances of the text and of the algorithm which processes them.  
 
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, words are represented by numbers which are generated by the circumstances of the text and of the algorithm which processes them.  
  
This extension is using [https://radimrehurek.com/gensim/index.html 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.
+
This exploration is using [https://radimrehurek.com/gensim/index.html 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.
  
  

Revision as of 16:45, 25 October 2017

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


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, 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.