Skip to content

MINE - Mutual Information Neural Estimation - Tensorflow

Notifications You must be signed in to change notification settings

tiagofrepereira2012/MINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

MINE - Mutual Information Neura Estimation - TF 2

Tensorflow 2 implementation of MINE - Mutual Information Neural Estimation (https://arxiv.org/pdf/1801.04062.pdf)

How to use?

from mine import MineModel
model = MineModel()
model.compile(optimizer="adam")
model.fit(x=[X, Z])

About

MINE - Mutual Information Neural Estimation - Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published