
keras
Jaykie_
这个作者很懒,什么都没留下…
展开
-
lstm情感分析(keras)详解
苏神的https://spaces.ac.cn/archives/3863中wordembedding版代码详解 # -*- coding: utf-8 -*-import pandas as pdimport numpy as npimport jiebadef cut_word(x): s = list(jieba.cut(x)) return sneg...原创 2018-12-19 19:29:35 · 2564 阅读 · 0 评论 -
BILSTM-CRF命名实体识别—keras版代码详解
本文代码源自:https://www.cnblogs.com/vipyoumay/p/ner-chinese-keras.htmlgithub:https://github.com/stephen-v/zh-NER-keras运行步骤:1.首先要安装GIT2.安装 keras-contrib:pip install git+https://www.github.com/keras-...原创 2018-12-23 21:35:50 · 4875 阅读 · 6 评论