├── LblDmParam.m ├── README ├── data ├── flickrVocab.txt └── tagVectors.mat ├── lblDmAltMF_rpc.m ├── lblDmObjDt.m ├── run_lblDm.m ├── run_tsne.m ├── slaveLblDmRcErObj.m ├── slaveLoadBOW.m ├── slaveOptDt.m └── slaveSetNonopt.m /LblDmParam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/LblDmParam.m -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/README -------------------------------------------------------------------------------- /data/flickrVocab.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/data/flickrVocab.txt -------------------------------------------------------------------------------- /data/tagVectors.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/data/tagVectors.mat -------------------------------------------------------------------------------- /lblDmAltMF_rpc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/lblDmAltMF_rpc.m -------------------------------------------------------------------------------- /lblDmObjDt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/lblDmObjDt.m -------------------------------------------------------------------------------- /run_lblDm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/run_lblDm.m -------------------------------------------------------------------------------- /run_tsne.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/run_tsne.m -------------------------------------------------------------------------------- /slaveLblDmRcErObj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/slaveLblDmRcErObj.m -------------------------------------------------------------------------------- /slaveLoadBOW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/slaveLoadBOW.m -------------------------------------------------------------------------------- /slaveOptDt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/slaveOptDt.m -------------------------------------------------------------------------------- /slaveSetNonopt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amaas/lblDm-demo/HEAD/slaveSetNonopt.m --------------------------------------------------------------------------------