Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJDen committed Oct 17, 2023
1 parent 5dd865a commit c74667d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Use word2vec embeddings to create heuristics that make our POC prototypes compet


## notebooks/word2vec/word2vec_supervised_guesser.ipynb
Explore more traditional approach to Guesser using neural nets. Has demoonstrated that game-ification may inspire attention-based architecture!
Explore more traditional approach to Guesser using neural nets. Has demonstrated that game-ification may inspire attention-based architecture!


## notebooks/alternative_guessers.ipynb
Other guessing algorithms I considered that used COmpetitive Programming techniques like Recursive Backtracking, Dynamic Programming, and enumerating bitsets
Other guessing algorithms I considered that used Competitive Programming techniques like Recursive Backtracking, Dynamic Programming, and enumerating bitsets

0 comments on commit c74667d

Please sign in to comment.