2019年8月21日

anaconda安装TensorFlow

摘要: 1.参考文档https://www.cnblogs.com/aloiswei/p/6510355.html 2. 阅读全文

posted @ 2019-08-21 17:10 毛无语666 阅读(164) 评论(0) 推荐(0)

复习NLP-实战(三)

摘要: 一:Python中的正则表达式。 1.字符集合 [abc]指定包含字符、[a-zA-Z]来指定所有的英文字母的大小写 pattern = re.complie(r,'[a-zA-Z]'); re.findall(pattern,input) 2.正则表达式需要去记一些符号。可以去网上查找现成的,再去 阅读全文

posted @ 2019-08-21 17:08 毛无语666 阅读(164) 评论(0) 推荐(0)

导航