ArneBinder / recursive-embedding

Train embeddings for hierarchically structured data.
Apache License 2.0
2 stars 1 forks source link

caching of embeddings #3

Closed ArneBinder closed 7 years ago

ArneBinder commented 7 years ago

It is not necessary to calculate the embedding for every tree from the leafs, the majority of subtrees are not different for all tree candidates.

ArneBinder commented 7 years ago

Implemented and tested.