alex_bn_lee

导航

2020年10月2日 #

【490】Stanford POS tagger 实现及相关含义

摘要: 参考:Stanford PoS Tagger: tagging from Python 参考:NLTK Part of Speech Tagging Tutorial # running the Stanford POS Tagger from NLTK import nltk from nltk 阅读全文

posted @ 2020-10-02 22:31 McDelfino 阅读(446) 评论(0) 推荐(0)

【489】高级的深度学习最佳实践

摘要: 参考:Deep Learning with Python P196 一、不用 Sequential 模型的解决方案:Keras 函数式 API 一个多输入模型 一个多输出(或多头)模型 1.1 函数式 API 简介 都是按照输入输出的模式,以下两种模式是一致的。 from keras.models 阅读全文

posted @ 2020-10-02 20:51 McDelfino 阅读(267) 评论(0) 推荐(0)