Skip to content
View kitsch231's full-sized avatar

Block or report kitsch231

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
  • test Public

    Updated Aug 10, 2023
  • Python Updated Jun 24, 2023
  • Updated Apr 9, 2023
  • 使用pytorch完成的一个多模态分类任务,文本和图像部分分别使用了bert和resnet提取特征(在config里可以组合多种模型),在我的小规模数据集上取得了良好的性能(验证集acc96%)

    Python 59 8 Updated Mar 25, 2023
  • 使用minirobert+lstm+crf完成的命名实体识别任务。并在评估中使用了字符级和实体级两种评估方式。

    Python 1 Updated Mar 13, 2023
  • 基于文本相似性的一个新闻推荐系统。 采用了tfidf无监督模型和bert模型两种方法。文件限制因此删除了里面的训练数据和bert模型。

    Python 7 Updated Mar 13, 2023
  • 使用lstm完成的一个诗歌生成demo。有完整的数据预处理到生成及使用streamlit完成的简单前端。

    Python 2 Updated Mar 13, 2023
  • Pytorch library for fast transformer implementations

    Python Updated Mar 9, 2023
  • 一个多分类多输出任务的实例,包括rf随机森林、cnn、rnn、bert四种算法,采用了focalloss减少数据不平衡的影响。

    Python 3 Updated Feb 9, 2023
  • 对sentence-lda算法的复现,该算法在传统lda模型算法的基础上增加了文本句子分布的信息(一句话也可以代表一个主题),丰富了传统lda的信息维度。因此理论上具有更好的性能,更适合较短文本的lda主题建模。

    Python 4 Updated Jan 31, 2023
  • tensorflow实现的标签分布年龄估计模型,将年龄标签散布为概率区间,有效的降低了以往的将年龄当作类别分类和回归所带来的误差。

    PureBasic 1 Updated Jan 18, 2023
  • CGAN Public

    使用cgan的一维数据生成,使用的数据集是10_percent_corrected处理后的csv一维表格

    Python 1 Updated Mar 8, 2022
  • ISGAN Public

    这是我复现的ISGAN网络实现图像的隐写,采用keras框架编写,并且在其基础上加入了混沌加密以对比效果。所有需要的东西都在其中,运行ISGAN代码可以直接下载数据集,因此配置好环境后直接运行即可。

    Python 6 1 Updated Mar 8, 2022
  • fast-rcnn-keras

    Python Updated Apr 12, 2020