Skip to content

Commit

Permalink
feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
jaak-s committed Nov 26, 2015
1 parent fbfaf42 commit d1b6043
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

[![Build Status](https://travis-ci.org/jaak-s/BayesianDataFusion.jl.svg?branch=master)](https://travis-ci.org/jaak-s/BayesianDataFusion.jl)

Implementation of data fusion methods in Julia, specifically **Macau**, **BPMF**.
Implementation of data fusion methods in Julia, specifically **Macau**, **BPMF** (Bayesian Probabilistic Matrix Factorization). Supported features:
* Factorization of matrices (without or with side information)
* Factorization of tensors (without or with side information)
* Co-factorization of multiple matrices and tensors (any side information is
possible)
* Side information inside relation
* Parallelization (multi-core and multi-node)

BayesianDataFusion uses Gibbs sampling to learn the latent vectors and link
matrices. In addition to predictions Gibbs sampling also provides estimates
of **standard deviation** and possible other metrics (that can be computed from
samples).

## Installation
```julia
Expand Down

0 comments on commit d1b6043

Please sign in to comment.