☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoTypes of developmentlemmy.mlimagemessage-square21linkfedilinkarrow-up187arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up180arrow-down1imageTypes of developmentlemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square21linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareJack Riddle[Any/All]@lemmy.dbzer0.comlinkfedilinkarrow-up2·1 year agoDoes this not collapse at some point? Like you see with running an image through image to image multiple times?
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up1arrow-down1·1 year agoGenetic algorithms use a fitness function to converge on a solution, so it’s not just random iterations hoping one will work. It’s basically a gradient descent algorithm applied to output from LLMs.
Does this not collapse at some point? Like you see with running an image through image to image multiple times?
Genetic algorithms use a fitness function to converge on a solution, so it’s not just random iterations hoping one will work. It’s basically a gradient descent algorithm applied to output from LLMs.