isLouisHsu / isLouisHsu/isLouisHsu.github.io

TF-IDF | LOUIS' BLOG

Open
#32 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

f653b9468b0b452cc0a6d20c1121a163 Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2018/10/25/TF-IDF/

引言正在做LintCode上的垃圾邮件分类,使用朴素贝叶斯方法解决,涉及到文本特征的提取。TF-IDF(词频-逆文档频率)算法是一种统计方法,用以评估一字词对于一个文件集或一个语料库中的其中一份文件的重要程度。字词的重要性随着它在文件中出现的次数成正比增加,但同时会随着它在语料库中出现的频率成反比下降。 计算步骤词频(TF)Term Frequency,就是某个关键字出现的频率,具体来讲,就是词库

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue links to a TF-IDF blog article and includes article text, but names no source file, test, or requested change. First clarify whether the article should be added, revised, or otherwise handled; completion cannot be defined from the current issue alone.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
content
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.