Skip to content

praisetompane/computation_and_information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are Computation and Information?

build status

Objectives

  • An attempt at unpacking in layman's terms what computation and information are.

Definitions:

  • def computation¹: the transformation of sequences of symbols by precise rules(Konrad, 2015:6).

    • de symbols = {1,0,*,{,;,<,>,...}
      • example sequences:
        • 11010
        • ;*>{11} i.e. any sequence of the valid symbols
    • def precise rules = steps to follow
  • def computation²: The evolution process of some environment, by a sequence of "simple, local" steps (Stanford Encyclopedia of Philosophy).

  • def computation: a list of steps to do something

  • def compute: to do/run a computation.

  • plain english: ???

  • def information: ???

Dependencies

Setup Instructions

History

State of the art

Community

Computer Scientists

Spell Check

pipenv shell
pyspelling -c spellcheck.yaml

References

Legend:

Q: Question for later research

MYINC: My Insight/Conjecture [Could Be Unoriginal/False and Likely Is]

Disclaimer: This is an ongoing and incomplete project to unpack these concepts and serve as distributed memory.