07 2016 档案

摘要:import java.lang.Thread; class Machine extends Thread{ public void run() { int a ; for( a = 0 ; a < 50 ; a ++ ) { System.out.println(currentThread().getNam... 阅读全文
posted @ 2016-07-28 11:13 指间ゝ繁华初逝的格调 阅读(111) 评论(0) 推荐(0)
摘要:用深度学习的跨情感分类的迁移学习 情感分析主要用于预测人们在自然语言中表达的思想和情感。 摘要部分:two types of sentiment:sentiment polarity and politeness。 语义极性和politeness (礼貌用语) 数据集:在线资源数据库 训练源领域和目 阅读全文
posted @ 2016-07-26 09:19 指间ゝ繁华初逝的格调 阅读(147) 评论(0) 推荐(0)