{"id":7551741,"url":"https://github.com/Ward-nju/Topic-Model","last_synced_at":"2025-05-13T15:31:22.484Z","repository":{"id":232107253,"uuid":"94200036","full_name":"Ward-nju/Topic-Model","owner":"Ward-nju","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-02T10:30:31.000Z","size":29,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-18T19:41:42.083Z","etag":null,"topics":["machine-learning","nlp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ward-nju.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-13T10:18:07.000Z","updated_at":"2018-02-05T08:24:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b5f6bd7-27d9-4568-958d-6c1fed13d517","html_url":"https://github.com/Ward-nju/Topic-Model","commit_stats":null,"previous_names":["ward-nju/topic-model"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ward-nju%2FTopic-Model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ward-nju%2FTopic-Model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ward-nju%2FTopic-Model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ward-nju%2FTopic-Model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ward-nju","download_url":"https://codeload.github.com/Ward-nju/Topic-Model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253970250,"owners_count":21992457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning","nlp"],"created_at":"2024-04-08T01:11:25.310Z","updated_at":"2025-05-13T15:31:22.475Z","avatar_url":"https://github.com/Ward-nju.png","language":"Python","funding_links":[],"categories":["Learning Implementations (hopefully easy to understand)"],"sub_categories":["Embedding based Topic Models"],"readme":"# Topic-Model \n#### 2017.06.13\n第一次用Github，一边学习一边更新，其实网上关于这部分的代码很多，但是自己写能加深认识和理解。  \n目前完成了  \nLDA: `Latent Dirichlet Allocation` by David M.Blei, et al. (2003)  \nLabeled-LDA: `Labeled LDA: A supervised topic model for credit attribution in multi-labeled corpora` by Ramage D, et al. (2009)  \nAuthor-Topic-Model: `The Author-Topic Model for Authors and Documents` by Rosen-Zvi, et al. (2004)  \n都是采用Gibbs Sampling实现。\n\n接下来的任务：\u003c/br\u003e\n1.代码里只设置了最大迭代次数，如何判断马尔科夫链的收敛，计算公式？\u003c/br\u003e\n2.主题数确定：perplexity p(w|T)如何计算\u003c/br\u003e\n3.推断\u003c/br\u003e\n\n\n#### 2017.09.16\n好久没看主题模型这方面的了，根据Boss要求，更新了一个主题模型：  \n`Exploiting Temporal Authors Interests via Temporal-Author-Topic Modeling` by Ali Daud, et al. (2009)\n虽然代码可读性有点小瑕疵，不过经过试验，代码能完成基本的任务，暂时先这样吧~\n\n#### 2017.09.19\n去掉了Temporal-Author-Topic Modeling中的一个循环，并采用numba的@jit加速，效率有显著提升。  \n其他的准备也据此修改。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWard-nju%2FTopic-Model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWard-nju%2FTopic-Model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWard-nju%2FTopic-Model/lists"}