Dodecahedron December

I try things on the internet.

rarely, shit just works.

  • 1 Post
  • 41 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle














  • A spellchecker takes input from humans and uses that input to match against a database of known words to suggest correct words using that word’s proximity to the known words. Modern spellcheckers are able to tokenize a corpus of words written by the device’s owner and use that corpus to determine what word is likely to follow the previous word. Most phones these days do this.

    Modern AI takes a corpus of data, tokenizes it, feeds each token into a neuro-network to determine the next token that is likely to follow the previous token.

    Graphical AIs do similar work but there’s more variables to alter to “weigh” what pixel value would likely be present based on surrounding pixel values and the noise present in that seed, along with the other values. The corpus in this case would be a library of digital graphical works that is interpreted as a graphical work (e.g., a matrix of pixel color values). Sound AIs work similarily but with digitized sound as data.

    What do I misunderstand?