Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.4 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.4 KB

ConvChain passes a sample image through a 1-layer lattice of small overlapping receptive fields. It then runs an MCMC simulation with obtained weights as coefficients in the energy functional.

In the language of cellular automata, ConvChain takes an input image and builds a probabilistic cellular automaton that is most likely to generate that image.

Besides universality, an important advantage of ConvChain is that it can "fill the gaps", i.e. organically continue pre-placed content created by humans or other algorithms. Example.

  • ConvChain.cs — basic program.
  • ConvChainFast.cs — equivalent faster program (~100 times faster on a 4-core CPU), but in a less human-readable form.
Ports: