Skip to content

Releases: jaak-s/BayesianDataFusion.jl

Stable release

26 Nov 20:55
Compare
Choose a tag to compare

Main changes:

  • Support for Julia v0.4 and precompilation
  • Saving latent vectors and beta to disk
  • Included movielens data
  • Computation of standard deviation of the predictions

Parallel CG

14 May 23:37
Compare
Choose a tag to compare
Parallel CG Pre-release
Pre-release

Major changes:

  • Parallel sparse matrix with Hilbert curve sorting
  • Parallel CG
  • own NormalWishart code

Parallel sampling

24 Apr 07:43
Compare
Choose a tag to compare
Parallel sampling Pre-release
Pre-release

Main new features:

  • parallel sampling of latent variables
  • general speed improvements
  • parallel sparse feature matrix
  • direct solve for F'F if medium dimensional (6500 or lower)
  • full matrix(tensor) prediction

lambda_beta sampling

23 Mar 23:54
Compare
Choose a tag to compare
lambda_beta sampling Pre-release
Pre-release

Main changes

  • lambda_beta sampling for entities
  • improved print layout
  • support for Julia v0.4
  • ability to predict whole matrix

minor improvement

04 Mar 21:46
Compare
Choose a tag to compare
minor improvement Pre-release
Pre-release
  • improved tests for alpha sampling
  • support for relation features

modified beta sampling

27 Feb 23:06
Compare
Choose a tag to compare
Pre-release

Changes:

  • support for different beta sampling
  • fixed bugs

tensor support

22 Feb 17:15
Compare
Choose a tag to compare
tensor support Pre-release
Pre-release

Main changes:

  • support multi-way relationships (tensors)
  • support multiple relationships for an entity

alpha sampling

10 Feb 21:13
Compare
Choose a tag to compare
alpha sampling Pre-release
Pre-release

Main changes

  • moved alpha to relation model
  • alpha can be sampled from data

One relation factorization

28 Jan 22:58
Compare
Choose a tag to compare
Pre-release

Initial release:

  1. support for one relation factorization,
  2. input can be sparse matrix or dataframe