Skip to content

Commit

Permalink
Minor update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed May 19, 2024
1 parent f99bb7b commit 56b39e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ Applying to random noise produces

![Random Noise]()

# Associative Dictionary
This is an attempt to store more than one image in a network based on text embedding and associated image. In principle it could also be a generative model if you ask for something not in the dictionary, but we'll see what happens.
```
```

# Random Interpolation (A Generative Model)
This model picks random pixels and also the pixels locations relative to a target pixel as the training set. The random pixels also have location information while the target pixel is always at (0,0) as all other pixels are measured relative. The model learns to predict the
pixel value from these random samples.
Expand Down

0 comments on commit 56b39e0

Please sign in to comment.