Skip to content
View LinYuOu's full-sized avatar

Block or report LinYuOu

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

Popular repositories Loading

  1. ner_lstm_crf_pytorch_class ner_lstm_crf_pytorch_class Public

    一个利用标注好的中文医学数据集,使用 Bidirectional LSTM-CRF模型进行中文医学领域的命名实体识别项目,最终在测试集上达到65%的准确率。

    Python 1

  2. TextCNN TextCNN Public

    一个文本分类的项目,将句子进行词嵌入后构造输入矩阵,经过卷积后再加入位置信息,最后通过线性层进行分类。

    Python 1

  3. -GAN- -GAN- Public

    使用Mnist数据集,对GAN网络进行训练,最终可以生成清晰的手写数字

    Python 1

  4. -ResNet18-Cifar10- -ResNet18-Cifar10- Public

    一个使用ResNet18模型在Cifar数据集上达到90%准确率的Demo

    Python

  5. Flappybird-Pytorch Flappybird-Pytorch Public

    基于DQN算法的Flappybird项目

    Python

  6. -Char-RNN- -Char-RNN- Public

    基于Char-RNN的短文本生成项目