Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.18——NLP相关了解(三) #7

Open
li-aolong opened this issue Jul 18, 2019 · 0 comments
Open

7.18——NLP相关了解(三) #7

li-aolong opened this issue Jul 18, 2019 · 0 comments
Labels
NLP 自然语言处理(Natural Language Processing)

Comments

@li-aolong
Copy link
Owner

实践

  • 基于LSTM的文本分类
    • 遗忘门,用来让 LSTM忘记之前没有用的信息。
    • 输入门,LSTM 来决定当前输入数据中哪些信息将被留下来。
    • 输出门,LSTM 在得到最新节点状态后,结合上一时刻节点的输出和当前时刻节点的输入来决定当前时刻节点的输出。
    • 过程:
      • 语料加载
      • 分词和去停用词
      • 数据预处理
      • 使用 LSTM 分类
  • 基于CNN的电影推荐系统
    • image
  • 基于LSTM生成古诗
    • 语料准备
    • 语料预处理
    • 模型参数配置
    • 构建模型
    • 训练模型
    • 模型作诗
    • 绘制模型网络结构图
      • image
@li-aolong li-aolong added the NLP 自然语言处理(Natural Language Processing) label Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NLP 自然语言处理(Natural Language Processing)
Projects
None yet
Development

No branches or pull requests

1 participant