摘要:
中译名:张量 定义: from wiki: In mathematics, tensors are geometric objects that describe linear relations between geometric vectors, scalars, and other tenso 阅读全文
摘要:
py文件直接在cmd窗口用python命令执行时正常;代码逐句在ipython中也正常;但是, 在wingIDE中运行报错“UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not i 阅读全文
摘要:
背景知识: (1)tf-idf 按照词TF-IDF值来衡量该词在该文档中的重要性的指导思想:如果某个词比较少见,但是它在这篇文章中多次出现,那么它很可能就反映了这篇文章的特性,正是我们所需要的关键词。 tf–idf is the product of two statistics, term fre 阅读全文