Skip to content

Commit

Permalink
Add possible minor change to Math Calculations in HW02 readme (#189)
Browse files Browse the repository at this point in the history
Explicitly noted that the logarithm is with base 10.
  • Loading branch information
Slavi15 authored Dec 20, 2024
1 parent 1f1163f commit 2f52396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeworks/02-goodreads/tfidf.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Book Z with description "crime murder mystery club"
Отговор:

```
IDF('superhero',All books) = log(3/2) = log(1.5) = 0.17
IDF('superhero',All books) = log10(3/2) = log10(1.5) = 0.17
```

### TF-IDF
Expand Down

0 comments on commit 2f52396

Please sign in to comment.