{"id":23744682,"url":"https://github.com/tanyokwok/topicmodel","last_synced_at":"2026-03-07T03:32:04.836Z","repository":{"id":152426383,"uuid":"83501477","full_name":"tanyokwok/TopicModel","owner":"tanyokwok","description":"分布式流数据大规模主题模型的实现","archived":false,"fork":false,"pushed_at":"2017-03-20T13:14:15.000Z","size":96,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T15:33:35.610Z","etag":null,"topics":["lda","parameter-server","spark-streaming"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/tanyokwok.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-03-01T02:19:41.000Z","updated_at":"2024-02-29T04:49:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c1c878d-d537-488a-b3e9-de67d2ebb9ef","html_url":"https://github.com/tanyokwok/TopicModel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanyokwok/TopicModel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanyokwok%2FTopicModel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanyokwok%2FTopicModel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanyokwok%2FTopicModel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanyokwok%2FTopicModel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanyokwok","download_url":"https://codeload.github.com/tanyokwok/TopicModel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanyokwok%2FTopicModel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lda","parameter-server","spark-streaming"],"created_at":"2024-12-31T12:25:20.674Z","updated_at":"2026-03-07T03:32:04.800Z","avatar_url":"https://github.com/tanyokwok.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"LDA在Stream数据环境下遇到的两个主要的挑战：\n---------\n+ Stream数据的特点带来的挑战\n    \n    实时性，在线更新，动态增长的词表\n    \n+ 海量Data带来的挑战 （没有亮点）\n    \n    在Stream环境下短时间内有可能产生海量的数据，单机的程序往往无法快速实时地更新模型和作出即时的响应\n+ LDA拥有大规模的参数矩阵(V\\*K) -- stream参数服务器\n  \n    前面的两个挑战，迫使我们必须在分布式流式环境下实现LDA算法模型。然而LDA算法模型带有大规模的参数矩阵。这给动态实时更新过程中的参数同步带来新的挑战。因为，这么大规模的参数矩阵的同步更新会造成巨大的网络延迟，将会造成系统的性能瓶颈。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanyokwok%2Ftopicmodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanyokwok%2Ftopicmodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanyokwok%2Ftopicmodel/lists"}