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

醉舟 完成 DL102 入学任务啦 #79

Open
Hansoluo opened this issue Oct 5, 2017 · 2 comments
Open

醉舟 完成 DL102 入学任务啦 #79

Hansoluo opened this issue Oct 5, 2017 · 2 comments

Comments

@Hansoluo
Copy link

Hansoluo commented Oct 5, 2017

基础任务

进阶任务

  • 求导
    result1.png
  • 向量化
    result2-1.png
    result2-2.png

任务感受

  • 基础任务
    • 第一反应是用re搜索二元词组的模式,但是词频不对,因为没办法把"今天 天气 不错"分割成两个二元词组
    • 只能老老实实分割字符串,结果出现了‘-- --’符号,于是用re模块先对文本进行处理
    • 感受是文本/数据的前期处理是机器/深度学习很重要的一环,但是往往前期并不知道有哪些脏数据,需要不断反馈迭代才能发现
  • 进阶任务里的向量化,参考官方文档,和Python里的装饰器很像
  • Py104学员,这个月要集中精力做大作业。本来不想报班,看到沥川和张之洞了,还有我们组员的前端都报了,whatever,先上车再说,后面再努力追赶.....
@ruibofeng
Copy link

  • 进阶任务2可以再去看看numpy文档,体会向量化在numpy中是怎样一种存在。

@Hansoluo
Copy link
Author

Hansoluo commented Oct 9, 2017

@ruibofeng 嗯,后来又看了下,好像不太一样。还有基础任务可以用jieba的分词来实现,还发现了TF-IDF算法实现文章关键词自动提取.....果然还有很多值得探索的空间,就是时间不太够用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants