Skip to content
View liuzhenhai93's full-sized avatar

Block or report liuzhenhai93

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. biterm-topic-model biterm-topic-model Public

    重构论文A Biterm Topic Model for Short Texts提供的源代码,编译成一个python 扩展模块,并用python 包装了一下,提供一个user-friendly python package

    C++ 11 3

  2. named-entity-recognization named-entity-recognization Public

    在github 上比较有名的bi lstm+crf 的ner模型实现做了一处修改。原实现的viterbi解码依赖numpy,模型没法脱离python 使用。我把调用numpy 的 viterbi解码改成使用tensorflow 算子。这样一来,整个计算都是在tensorflow 计算图中,可以把模型固化,使用java api 加载调用。

    Python 3 1

  3. FM-FFM FM-FFM Public

    fm/ffm/nfm算法的一些实现

    C++ 1

  4. Megatron-LM Megatron-LM Public

    Forked from NVIDIA/Megatron-LM

    Ongoing research training transformer models at scale

    Python 2