Skip to content

Commit

Permalink
Remove section tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecvet authored Sep 21, 2023
1 parent d938445 commit 5d4b6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Provided in this repository is a python script which is useful for parsing and s

![Cross-entropy loss visualization from 175 training epochs](https://github.com/mikecvet/word2vec-rs/blob/master/static/entropy.png)

This implementation is discussed [in this blog post](https://mikecvet.medium.com/word2vec-embeddings-from-the-ground-up-for-the-ml-adjacent-8d8c484e7cb5#f0d8).
This implementation is discussed [in this blog post](https://mikecvet.medium.com/word2vec-embeddings-from-the-ground-up-for-the-ml-adjacent-8d8c484e7cb5).

```
~>> ./target/release/word2vec-rs --input ./corpora/san_francisco.txt --predict gate --load ./model.out --no_train --analogy gate,bridge,golden
Expand Down

0 comments on commit 5d4b6eb

Please sign in to comment.