美文网首页
自然语言处理笔记-lecture1

自然语言处理笔记-lecture1

作者: cuizixin | 来源:发表于2018-09-25 15:58 被阅读0次

Introduction to NLP research

什么是自然语言处理?

Natural language processing (NLP) is the study of the problems of automated processing, understanding and generation of natural human languages.
Such as, Machine Translation, information extraction and so on.

为什么自然语言处理难?

  • Many "words", many "phenomena", many "rules".
  • Ambiguity

自然语言处理顶会

image.png

如何开始自然语言处理研究?

image.png
  • 选一个开源项目
  • 理解任务目标
  • 编译和运行提供的demo代码
  • 理解提供的算法
  • 实现提供的算法
  • 运行,与demo代码比较
  • 尝试提升demo代码


    image.png
    image.png
    image.png

课程大纲

image.png
image.png
image.png

相关文章

网友评论

      本文标题:自然语言处理笔记-lecture1

      本文链接:https://www.haomeiwen.com/subject/bvrloftx.html