- 博客(2)
- 收藏
- 关注
原创 文本分类第一话:textcnn
TextCNN实现文本分类 文本分类系列将会有几篇,所有的代码将都会放在我的github里。 我的github:https://github.com/422xiaomage/Textcnn_tensorflow 我的github地址: 1、TextCNN原理 在这里我们首先先祭出下面这张原理图,然后在细细说出textcnn内部是如何进行计算的。 如果学过cnn的,看这个textcnn一定是小意...
2019-05-28 21:05:07
687
原创 python实现双向最大匹配法
-- coding: utf-8 -- “”" Created on Sat Jan 5 15:53:18 2019 @author: 86199 “”" class MM(): def init(self): self.window_size = 3 def cut(self,text): result = [] index = 0 text_length = len(text) dic = ...
2019-01-08 21:01:29
3643
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人