Skip to content

Commit

Permalink
Merge branch 'release-0.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nzhiltsov committed Mar 15, 2013
2 parents 7bdec42 + e42a3e1 commit aed343d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ext-RESCAL is a memory efficient implementation of [RESCAL](http://www.cip.ifi.l

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

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)

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
------------
0.4 (March 14, 2013):

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

0.3 (March 12, 2013):

* Fix random sampling for the basic task
Expand Down

0 comments on commit aed343d

Please sign in to comment.