
nlp-coursera
tinymd
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
week1-nlp-coursera 代码
from ast import literal_eval literal_eval函数 pandas.read_csv(filename, sep=’\t’) 官方网址:http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html 此处用到的参数解释: 此函数的作用-Read CSV (comma-sep...原创 2018-11-06 23:09:09 · 179 阅读 · 0 评论 -
week1-nlp-coursera-docker安装配置
官方课程关于docker安装 操作系统win10, 官网下载安装docker toolbox原创 2018-11-04 22:40:29 · 193 阅读 · 0 评论 -
week1-nlp-coursera-intro
Intro to NlpMain approaches in NlpRule-based methodProbabilistic modeling and machine learningDeep learningArrangement Main approaches in Nlp Here, this video goes through all three main approaches by...原创 2018-11-02 11:27:49 · 174 阅读 · 0 评论 -
week1-text preprocessing->feature extraction
This week, we focus on text classificationtext preprocessingTokenizationNormalization tips: text classification can be used to sentiment analysis. text preprocessing Tokenization How to process text d...原创 2018-11-05 10:50:07 · 380 阅读 · 0 评论