Skip to content

Implementation of Deep Variational Bayes Filter

Notifications You must be signed in to change notification settings

ChinmayKhasnis7/deep_vbf

 
 

Repository files navigation

Deep_vbf

Tensorflow Implementation of Deep Variational Bayes Filter paper: https://arxiv.org/pdf/1605.06432.pdf

Tensorflow 2.x
Example command:

python train_bayes_filter_2.py --seq_length 32 --extractor_size 64 64 --inference_size 64 64 --kl_weight 0.1

Tensorflow 1.x Example command:

python train_bayes_filter_1.py --seq_length 32 --extractor_size 64 64 --inference_size 64 64 --kl_weight 0.1

About

Implementation of Deep Variational Bayes Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%