Skip to content

Implementation of Bayesian Non-negative Matrix Factorization using Variational Inference with TensorFlow Probability

Notifications You must be signed in to change notification settings

wataruhashimoto52/nmf_tfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian NMF with TensorFlow Probability

How to run

  1. Get ml-100k dataset from https://grouplens.org/datasets/movielens/100k/ and place it under data.
  2. run
$ docker build -t nmf_tfp:0.1 .
$ docker run -ti nmf_tfp:0.1 /bin/bash
# python tfp_nmf.py

About

Implementation of Bayesian Non-negative Matrix Factorization using Variational Inference with TensorFlow Probability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published