Skip to content

Commit

Permalink
Bump to 0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzhiltsov committed Mar 15, 2013
1 parent 7bdec42 commit e42a3e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Ext-RESCAL is a memory efficient implementation of [RESCAL](http://www.cip.ifi.l


Current Version Current Version
------------ ------------
[0.3](https://github.com/nzhiltsov/Ext-RESCAL/archive/0.3.zip) [0.4](https://github.com/nzhiltsov/Ext-RESCAL/archive/0.4.zip)


Features Features
------------ ------------
Expand Down Expand Up @@ -56,6 +56,7 @@ Run the extended version of RESCAL algorithm to decompose a 3-D tensor and 2-D m
<pre>python extrescal.py --latent 2 --lmbda 0.001 --input tiny-mixed-example --outputentities entity.embeddings.csv --outputterms term.embeddings.csv --outputfactors latent.factors.csv --log extrescal.log</pre> <pre>python extrescal.py --latent 2 --lmbda 0.001 --input tiny-mixed-example --outputentities entity.embeddings.csv --outputterms term.embeddings.csv --outputfactors latent.factors.csv --log extrescal.log</pre>


If we plot the resulting embeddings, we would get the following picture, which reveals the similarity of entities and words in the latent space: If we plot the resulting embeddings, we would get the following picture, which reveals the similarity of entities and words in the latent space:

![latent-space-visualization](tiny-mixed-example/TinyMixedExample.png) ![latent-space-visualization](tiny-mixed-example/TinyMixedExample.png)


Development and Contribution Development and Contribution
Expand All @@ -66,6 +67,10 @@ This is a fork of the original code base provided by [Maximilian Nickel](http://


Release Notes Release Notes
------------ ------------
0.4 (March 14, 2013):

* Add efficient computation of the exact objective value via trick with trace

0.3 (March 12, 2013): 0.3 (March 12, 2013):


* Fix random sampling for the basic task * Fix random sampling for the basic task
Expand Down

0 comments on commit e42a3e1

Please sign in to comment.