Skip to content

hayato-n/BGMDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

BGMDS (Bayesian Geographical Multi-Dimensional Scaling)

BGMDS(地理的ベイズ多次元尺度構成法)は,MDS(多次元尺度構成法)のバリエーションで,地理的な地図に近い投影を構成します.手法の背景や技術的な詳細は下記論文を参照してください.

BGMDS is a variation of MDS (Multi-Dimensional Scaling). This method makes MDS projection to be similar to the original geographical map. It will be useful if you want to visualize some similarities of distances as maps (such as time-distance map) and compare it to the geographical map.

How to use

Jupyter Notebookにソースコードと例が含まれています.2つのクラスAdamOptimizerBGMDSが実行時に必要です.自分の問題に使う場合はcloneするか,notebookのソースコードをコピペしてください.最適化オプションの設定方法については,論文を参考にしてください.

The Jupyter Notebook contains the source codes and example. When you run BGMDS, you need 2 classes, "AdamOptimizer" and "BGMDS". If you use this method for your data, copy these classes and paste your codes.

Publication

About

Bayesian Geographical Multi-Dimensional Scaling

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published