Skip to content

sabertoaster/HopfieldWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HopfieldNetwork Wordle

A toy project to leverage the properties of Hopfield Network to converge on a finite set of words within Wordle dictionary.

Wordle format:

  • A sensible english word contains 5 letters, notated as: _ _ _ _ _ (5 consecutive underslash).
  • [-] will represent the wrongly placed of that character (Yellow)
  • [letter] will represent a correct letter at that correct position (in which I will relate to as fixated) (Green)
  • [_] will represent a non-exist letter. (Gray)

For instances: The word I'm looking for is APPLE.

  1. OUTER
    _ _ _ - _
  2. PUPPY
    - _ P _ _

Research

Step 1: Find related papers, ideas and how to config the network

Step 2: Implement a baseline of Hopfield model

Programming

Step 1: Implement a custom version of Hopfield mechanics

Step 2: Run and assure that it runs well

Present & Deploy

Step 1: Create a proper blog post explaining all the stuff.

Step 2: Deploy directly on github pages using vanilla javascripts (Converted from python).

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages