Skip to content
View zxuu's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report zxuu

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

  1. Self-Attention Self-Attention Public

    Transformer的完整实现。详细构建Encoder、Decoder、Self-attention。以实际例子进行展示,有完整的输入、训练、预测过程。可用于学习理解self-attention和Transformer

    Python 24 6

  2. ImitateTaobaoApp ImitateTaobaoApp Public

    《菜鸟商城》是一个仿淘宝客户端的App,其中功能包括:支付,首页,热卖,商品大全,购物车,我的,商品列表,登录,仅限于这些,还可以进行补充。

    Java 27 10

  3. Simple_DPO Simple_DPO Public

    简单DPO算法实战

    Jupyter Notebook

  4. LSTM LSTM Public

    实现LSTM内部结构。分为调包实现NER,不掉包实现NER

    Python

  5. Word2Vector-skip_gram Word2Vector-skip_gram Public

    用skip-gram或者CBOW训练自己的词向量

    Python 1

  6. Bert Bert Public

    Bert的pytorch实现(以实际的文本展示代码流程)

    Python