Skip to content
View qiqi545's full-sized avatar

Block or report qiqi545

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. cmGAN cmGAN Public

    Forked from sshkhr/cmGAN

    PyTorch code for the IJCAI 2018 paper "Cross-Modality Person Re-Identification with Generative Adversarial Training"

    Python 1

  2. MNBVC MNBVC Public

    Forked from esbatmop/MNBVC

    MNBVC(Massive Never-ending BT Vast Chinese corpus)超大规模中文语料集。对标chatGPT训练的40T数据。MNBVC数据集不但包括主流文化,也包括各个小众文化甚至火星文的数据。MNBVC数据集包括新闻、作文、小说、书籍、杂志、论文、台词、帖子、wiki、古诗、歌词、商品介绍、笑话、糗事、聊天记录等一切形式的纯文本中文数据。

    1

  3. VGG-TensorFlow VGG-TensorFlow Public

    Forked from walsvid/VGG-TensorFlow

    VGGNet with TensorFlow

    Python

  4. transfer-learning transfer-learning Public

    Forked from agoila/transfer-learning

    Use VGGNet to classify images of flowers.

    Jupyter Notebook

  5. TextFeatureExtraction TextFeatureExtraction Public

    Forked from liuhuanyong/TextFeatureExtraction

    Self complemented text feature extraction using algorithms including CHI, DF, IG, MI for the experiment of text classification based on sogou online news, 基于卡方检验CHI,文档频率DF, 信息增益IG,互信息MI的文本特征提取与实现

    Python

  6. TextClassification-MeiTuan-FeatureExtraction-Classifier TextClassification-MeiTuan-FeatureExtraction-Classifier Public

    Forked from manderous/TextClassification-MeiTuan-FeatureExtraction-Classifier

    该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。

    Python