biologically-inspired computing lecture 5 Informatics luis rocha 2015 biologically Inspired computing INDIANA UNIVERSITY

Size: px
Start display at page:

Download "biologically-inspired computing lecture 5 Informatics luis rocha 2015 biologically Inspired computing INDIANA UNIVERSITY"

Transcription

1 lecture 5 -inspired

2 Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays Lab 0 : January 14 th (completed) Introduction to Python (No Assignment) Lab 1 : January 28 th Measuring Information (Assignment 1) Due February 11 th Lab 2 : February 11 th L-Systems (Assignment 2)

3 Readings until now Class Book Nunes de Castro, Leandro [2006]. Fundamentals of Natural Computing: Basic Concepts, Algorithms, and Applications. Chapman & Hall. Chapter 8 - Artificial Life Chapter 7, sections 7.1, 7.2 and 7.4 Fractals and L-Systems Appendix B.3.1 Production Grammars Lecture notes Chapter 1: What is Life? Chapter 2: The logical Mechanisms of Life Chapter 3: Formalizing and Modeling the World posted Papers and other materials Life and Information Kanehisa, M. [2000]. Post-genome Informatics. Oxford University Press. Chapter 1. Logical mechanisms of life (H400, Optional for I485) Langton, C. [1989]. Artificial Life In Artificial Life. C. Langton (Ed.). Addison-Wesley. pp Optional Flake s [1998], The Computational Beauty of Life. MIT Press. Chapter 1 Introduction Chapters 5, 6 (7-9) Self-similarity, fractals, L-Systems

4 systemhood artificial life as (complex) systems science A system possesses systemhood and thinghood properties Thinghood refers to the specific material that makes up the system Systemhood are the abstracted properties E.g. a clock can be made of different things, but there are implementation-independent properties of clockness Systems science deals with the implementation-independent aspects of systems Robert Rosen, George Klir

5 example of general principle of organization Barabasi-Albert Model: leads to power-law node degree distributions in networks Amaral et al: Most real networks have a cut-off distribution for high degree nodes which can be computationally modeled with vertex aging. complex networks

6 study of systemhood separated from thinghood (complex) systems science Study of systemhood properties Search of general principles of organization approach Examples of subdisciplines machine learning, network science, dynamical systems theory, operations research, evolutionary systems, artificial life, artificial intelligence Works orthogonally, but tightly with classical science Interdisciplinary Artificial Life, Systems biology, computational biology, computational social science, etc. From Klir [2001]

7 success of artificial life Not so much on uncovering general principles of molecular life Embodied cognition Evolutionary robotics, morphodynamics Is artificial life just another way of doing artificial intelligence? Arguably not about logical forms What about general principles of life? why not more and surprising results about the living organization? even most successful research in artificial life rarely goes beyond showing that artificial organisms can observe the same behaviors as their real counterparts what can one do with artificial organisms that one cannot do with real bacteria?

8 (bio) complexity in the last few years Important issues for the study of general principles of life Post-genome informatics Minoro Kanehisa: biology is now moving onto synthesis from structural and functional genomics Genome structure(design principle?) Computational and Systems Biology Non-reductionist, even emergent modeling of life from biochemical information Complex Systems Modeling Networks Modularity and hierarchies in evolution [Schlosser & Wagner, 2004 ] in networks [Newman, 2006; Guimerà et al 2007] Especially, biochemical regulation

9 (bio) complexity in the last few years Important issues for the study of general principles of life Post-genome informatics Minoro Kanehisa: biology is now moving onto synthesis from structural and functional genomics Genome structure(design principle?) Computational and Systems Biology Non-reductionist, even emergent modeling of life from biochemical information Complex Systems Modeling Networks Modularity and hierarchies in evolution [Schlosser & Wagner, 2004 ] in networks [Newman, 2006; Guimerà et al 2007] Especially, biochemical regulation

10 information revolution in Biology post-genome informatics Reductionism in Biology (analysis) search and characterization of the function of building blocks (genes and molecules) Post-genome informatics or systems Biology Synthesis of biological knowledge from genomic information The genome contains information about building blocks but it is naive to assume that it also contains the information on how the building blocks relate, develop, and evolve. Towards an understanding of basic principles of life via the search and characterization of networks of building blocks (genes and molecules) Interdisciplinary Systems biology embraces the view that most interesting human organism traits such as immunity, development and even diseases such as cancer arise from the operation of complex biological systems or networks. Grand (Modeling) Challenge Given a complete genome sequence, reconstruct in a computer the functioning of a biological organism

11 Hertzian modeling paradigm Modeling the World The most direct and in a sense the most important problem which our conscious knowledge of nature should enable us to solve is the anticipation of future events, so that we may arrange our present affairs in accordance with such anticipation. (Hertz, 1894) Model Symbols (Images) Initial Conditions Formal Rules (syntax) Logical Consequence of Model Predicted Result???? Observed Result (Pragmatics) Encoding (Semantics) Measure Measure World 1 Physical Laws World 2

12 The Antikythera Mechanism 2,000-year-old astronomical calculator bronze mechanical analog computer discovered more than 100 years ago in a Roman shipwreck, was used by ancient Greeks to display astronomical cycles. built around the end of the second century BC to calculate astronomical positions With imaging and high-resolution X-ray tomography to study how it worked. complicated arrangement of at least 30 precision, hand-cut bronze gears housed inside a wooden case covered in inscriptions. technically more complex than any known device for at least a millennium afterwards.

13 What do you see? Plants typically branch out How can we model that? Observe the distinct parts Color them Assign symbols Build Model Initial State: b b -> a a -> ab Doesn t quite Work! Let s Observe Nature! a b a a b a b b b a a b a a b b b Psilophyta/Psilotum

14 Our First Model Fibonacci Numbers! Rewriting production rules Initial State: b b-> a a-> ab n=0 : b n=1 : a n=2 : ab n=3 : aba n=4 : abaab n=5 : abaababa n=6 : abaababaabaab n=7 : abaababaabaababaababa The length of the string is the Fibonacci Sequence Fibonacci numbers in Nature Romanesco:

15 Mathematics Is The Language Of Nature

16 design principles artificial growth D Arcy Wentworth Thompson ( ) On Growth and Form (1917), laid the foundations of biomathematics Equations to describe static patterns of living organisms Shells, cauliflower head, etc. Transformations of form changing a few parameters

17

18 D Arcy Thompson transformations of form

19 exploring similarities across nature Natural design principles self-similar structures Trees, plants, clouds, mountains morphogenesis Mechanism Iteration, recursion, feedback Dynamical Systems and Unpredictability From limited knowledge or inherent in nature? Mechanism Chaos, measurement Collective behavior, emergence, and self-organization Complex behavior from collectives of many simple units or agents cellular automata, ant colonies, development, morphogenesis, brains, immune systems, economic markets Mechanism Parallelism, multiplicity, multi-solutions, redundancy Adaptation Evolution, learning, social evolution Mechanism Reproduction, transmission, variation, selection, Turing s tape Network causality (complexity) Behavior derived from many inseparable sources Environment, embodiment, epigenetics, culture Mechanism Modularity, connectivity, stigmergy

20 readings Next lectures Class Book Nunes de Castro, Leandro [2006]. Fundamentals of Natural Computing: Basic Concepts, Algorithms, and Applications. Chapman & Hall. Chapter 7, sections 7.1, 7.2 and 7.4 Fractals and L-Systems Appendix B.3.1 Production Grammars Lecture notes Chapter 1: What is Life? Chapter 2: The logical Mechanisms of Life Chapter 3: Formalizing and Modeling the World posted Papers and other materials Logical mechanisms of life (H400, Optional for I485) Langton, C. [1989]. Artificial Life In Artificial Life. C. Langton (Ed.). Addison-Wesley. pp Optional Flake s [1998], The Computational Beauty of Life. MIT Press. Chapter 1 Introduction Chapters 5, 6 (7-9) Self-similarity, fractals, L-Systems

biologically-inspired computing lecture 6 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing

biologically-inspired computing lecture 6 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing lecture 6 -inspired Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays Lab 0 :

More information

biologically-inspired computing lecture 12 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing

biologically-inspired computing lecture 12 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing lecture 12 -inspired Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays Lab 0

More information

biologically-inspired computing lecture 18

biologically-inspired computing lecture 18 Informatics -inspired lecture 18 Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays

More information

Introduction to Informatics

Introduction to Informatics Introduction to Informatics Lecture 7: Modeling the World Readings until now Lecture notes Posted online @ http://informatics.indiana.edu/rocha/i101 The Nature of Information Technology Modeling the World

More information

Development. biologically-inspired computing. lecture 16. Informatics luis rocha x x x. Syntactic Operations. biologically Inspired computing

Development. biologically-inspired computing. lecture 16. Informatics luis rocha x x x. Syntactic Operations. biologically Inspired computing lecture 16 -inspired S S2 n p!!! 1 S Syntactic Operations al Code:N Development x x x 1 2 n p S Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms

More information

biologically-inspired computing lecture 22 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing

biologically-inspired computing lecture 22 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing lecture 22 -inspired Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays Lab 0

More information

biologically-inspired computing lecture 9 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing

biologically-inspired computing lecture 9 Informatics luis rocha 2015 INDIANA UNIVERSITY biologically Inspired computing luis ocha 25 lectue 9 -inspied luis ocha 25 Sections I485/H4 couse outlook Assignments: 35% Students will complete 4/5 assignments based on algoithms pesented in class Lab meets in I (West) 9 on Lab Wednesdays

More information

biologically-inspired computing lecture 14 Informatics luis rocha 2015 biologically Inspired computing INDIANA UNIVERSITY

biologically-inspired computing lecture 14 Informatics luis rocha 2015 biologically Inspired computing INDIANA UNIVERSITY lecture 14 -inspired Sections I485/H400 course outlook Assignments: 35% Students will complete 4/5 assignments based on algorithms presented in class Lab meets in I1 (West) 109 on Lab Wednesdays Lab 0

More information

Chapter 8. Fractals. 8.1 Introduction

Chapter 8. Fractals. 8.1 Introduction Chapter 8 Fractals 8.1 Introduction Nested patterns with some degree of self-similarity are not only found in decorative arts, but in many natural patterns as well (see Figure 8.1). In mathematics, nested

More information

Cellular Automata. ,C ) (t ) ,..., C i +[ K / 2] Cellular Automata. x > N : C x ! N. = C x. x < 1: C x. = C N+ x.

Cellular Automata. ,C ) (t ) ,..., C i +[ K / 2] Cellular Automata. x > N : C x ! N. = C x. x < 1: C x. = C N+ x. and beyond Lindenmayer Systems The World of Simple Programs Christian Jacob Department of Computer Science Department of Biochemistry & Molecular Biology University of Calgary CPSC 673 Winter 2004 Random

More information

Cellular Automata. and beyond. The World of Simple Programs. Christian Jacob

Cellular Automata. and beyond. The World of Simple Programs. Christian Jacob Cellular Automata and beyond The World of Simple Programs Christian Jacob Department of Computer Science Department of Biochemistry & Molecular Biology University of Calgary CPSC / MDSC 605 Fall 2003 Cellular

More information

Studying Life. Lesson Overview. Lesson Overview. 1.3 Studying Life

Studying Life. Lesson Overview. Lesson Overview. 1.3 Studying Life Lesson Overview 1.3 Characteristics of Living Things What characteristics do all living things share? Living things are made up of basic units called cells, are based on a universal genetic code, obtain

More information

Mathematical Biology - Lecture 1 - general formulation

Mathematical Biology - Lecture 1 - general formulation Mathematical Biology - Lecture 1 - general formulation course description Learning Outcomes This course is aimed to be accessible both to masters students of biology who have a good understanding of the

More information

Advanced Cell Biology. Lecture 1

Advanced Cell Biology. Lecture 1 Advanced Cell Biology. Lecture 1 Alexey Shipunov Minot State University January 9, 2013 Shipunov (MSU) Advanced Cell Biology. Lecture 1 January 9, 2013 1 / 27 Outline Course in general Description Grading

More information

Reality is Stranger than Fiction

Reality is Stranger than Fiction Reality is Stranger than Fiction What can Artificial Life do about Advances in Biology? Luis M. Rocha School of Informatics and Cognitive Science Program, Indiana University, USA and FLAD Computational

More information

Simulation of cell-like self-replication phenomenon in a two-dimensional hybrid cellular automata model

Simulation of cell-like self-replication phenomenon in a two-dimensional hybrid cellular automata model Simulation of cell-like self-replication phenomenon in a two-dimensional hybrid cellular automata model Takeshi Ishida Nippon Institute of Technology ishida06@ecoinfo.jp Abstract An understanding of the

More information

Complex Systems Theory and Evolution

Complex Systems Theory and Evolution Complex Systems Theory and Evolution Melanie Mitchell and Mark Newman Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, NM 87501 In Encyclopedia of Evolution (M. Pagel, editor), New York: Oxford University

More information

Reductionist Paradox Are the laws of chemistry and physics sufficient for the discovery of new drugs?

Reductionist Paradox Are the laws of chemistry and physics sufficient for the discovery of new drugs? Quantitative Biology Colloquium, University of Arizona, March 1, 2011 Reductionist Paradox Are the laws of chemistry and physics sufficient for the discovery of new drugs? Gerry Maggiora, Ph.D. Adjunct

More information

Evolution and Epigenetics. Seminar: Social, Cognitive and Affective Neuroscience Speaker: Wolf-R. Brockhaus

Evolution and Epigenetics. Seminar: Social, Cognitive and Affective Neuroscience Speaker: Wolf-R. Brockhaus Evolution and Epigenetics Seminar: Social, Cognitive and Affective Neuroscience Speaker: Wolf-R. Brockhaus 1. History of evolutionary theory The history of evolutionary theory ~ 1800: Lamarck 1859: Darwin's

More information

Introduction to Informatics

Introduction to Informatics Introduction to Informatics Lecture 20: Information and Uncertainty Uncertainty is the condition in which the possibility of error exists, because we have less than total information about our environment

More information

2/17/17. B. Four scientists important in development of evolution theory

2/17/17. B. Four scientists important in development of evolution theory UNIT 4: EVOLUTION Chapter 10: Principles of Evolution I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution 1. Evolution- process of biological change by which descendants

More information

Introduction to Artificial Life and Cellular Automata. Cellular Automata

Introduction to Artificial Life and Cellular Automata. Cellular Automata Introduction to Artificial Life and Cellular Automata CS405 Cellular Automata A cellular automata is a family of simple, finite-state machines that exhibit interesting, emergent behaviors through their

More information

cse303 ELEMENTS OF THE THEORY OF COMPUTATION Professor Anita Wasilewska

cse303 ELEMENTS OF THE THEORY OF COMPUTATION Professor Anita Wasilewska cse303 ELEMENTS OF THE THEORY OF COMPUTATION Professor Anita Wasilewska LECTURE 13 CHAPTER 4 TURING MACHINES 1. The definition of Turing machine 2. Computing with Turing machines 3. Extensions of Turing

More information

Lectures on Medical Biophysics Department of Biophysics, Medical Faculty, Masaryk University in Brno. Biocybernetics

Lectures on Medical Biophysics Department of Biophysics, Medical Faculty, Masaryk University in Brno. Biocybernetics Lectures on Medical Biophysics Department of Biophysics, Medical Faculty, Masaryk University in Brno Norbert Wiener 26.11.1894-18.03.1964 Biocybernetics Lecture outline Cybernetics Cybernetic systems Feedback

More information

Creative Genomic Webs -Kapil Rajaraman PHY 498BIO, HW 4

Creative Genomic Webs -Kapil Rajaraman PHY 498BIO, HW 4 Creative Genomic Webs -Kapil Rajaraman (rajaramn@uiuc.edu) PHY 498BIO, HW 4 Evolutionary progress is generally considered a result of successful accumulation of mistakes in replication of the genetic code.

More information

Evolutionary Games and Computer Simulations

Evolutionary Games and Computer Simulations Evolutionary Games and Computer Simulations Bernardo A. Huberman and Natalie S. Glance Dynamics of Computation Group Xerox Palo Alto Research Center Palo Alto, CA 94304 Abstract The prisoner s dilemma

More information

Chapter 1 Introduction

Chapter 1 Introduction 1 Chapter 1 Introduction Figure 1.1: Westlake Plaza A warm sunny day on a downtown street and plaza, pedestrians pass on the sidewalks, people sit on benches and steps, enjoying a cup of coffee, shoppers

More information

FUNDAMENTALS OF NATURAL COMPUTING Basic Concepts, Algorithms, and Applications

FUNDAMENTALS OF NATURAL COMPUTING Basic Concepts, Algorithms, and Applications FUNDAMENTALS OF NATURAL COMPUTING Basic Concepts, Algorithms, and Applications Leandro Nunes de Castro Catholic University of Santos (UniSantos) Brazil Chapman &. Hall/CRC Taylor &. Francis Croup Boca

More information

lecture 3 Informatics luis rocha 2017 I501 introduction to informatics INDIANA UNIVERSITY

lecture 3 Informatics luis rocha 2017 I501 introduction to informatics INDIANA UNIVERSITY lecture 3 Readings until now This week Heims, S.G. [1991]. The Cybernetics Group. MIT Press. Chapters: 1 and 2 Gleick, J. [2011]. The Information: A History, a Theory, a Flood. Random House. Chapter 8.

More information

ECS 120 Lesson 20 The Post Correspondence Problem

ECS 120 Lesson 20 The Post Correspondence Problem ECS 120 Lesson 20 The Post Correspondence Problem Oliver Kreylos Wednesday, May 16th, 2001 Today we will continue yesterday s discussion of reduction techniques by looking at another common strategy, reduction

More information

Introduction to the Study of Life

Introduction to the Study of Life 1 Introduction to the Study of Life Bio 103 Lecture GMU Dr. Largen 2 Outline Biology is the science of life The process of science Evolution, unity and diversity Core principles of biology 3 The Science

More information

Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling

Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling Lethality and centrality in protein networks Cell biology traditionally identifies proteins based on their individual actions as catalysts, signaling molecules, or building blocks of cells and microorganisms.

More information

Cellular automata are idealized models of complex systems Large network of simple components Limited communication among components No central

Cellular automata are idealized models of complex systems Large network of simple components Limited communication among components No central Cellular automata are idealized models of complex systems Large network of simple components Limited communication among components No central control Complex dynamics from simple rules Capability of information

More information

Computational Biology: Basics & Interesting Problems

Computational Biology: Basics & Interesting Problems Computational Biology: Basics & Interesting Problems Summary Sources of information Biological concepts: structure & terminology Sequencing Gene finding Protein structure prediction Sources of information

More information

Chapter 1. Introduction: Biology Today. Lectures by Chris C. Romero, updated by Edward J. Zalisko

Chapter 1. Introduction: Biology Today. Lectures by Chris C. Romero, updated by Edward J. Zalisko Chapter 1 Introduction: Biology Today Lectures by Chris C. Romero, updated by Edward J. Zalisko PowerPoint Lectures for Campbell Essential Biology, Fourth Edition Eric Simon, Jane Reece, and Jean Dickey

More information

Alan Turing s Legacy: Info-Computational Philosophy of Nature

Alan Turing s Legacy: Info-Computational Philosophy of Nature TURING CENTENARY CONFERENCECiE 2012 - How the World Computes University of Cambridge 18 June - 23 June, 2012. http://www.cie2012.eu Alan Turing s Legacy: Info-Computational Philosophy of Nature Gordana

More information

CS 591 Complex Adaptive Systems Spring 2009 Measures of Complexity. Melanie Moses 1/28/09

CS 591 Complex Adaptive Systems Spring 2009 Measures of Complexity. Melanie Moses 1/28/09 CS 591 Complex Adaptive Systems Spring 2009 Measures of Complexity Melanie Moses 1/28/09 Topics Why do we need formal definitions of complexity? Complex Adaptive Systems Definitions of Complexity Flake

More information

The Nature of Computation

The Nature of Computation The Nature of Computation Introduction of Wolfram s NKS Complex systems research center Zhang Jiang What can we do by computers? Scientific computation Processing data Computer simulations New field emerging

More information

Toward a Better Understanding of Complexity

Toward a Better Understanding of Complexity Toward a Better Understanding of Complexity Definitions of Complexity, Cellular Automata as Models of Complexity, Random Boolean Networks Christian Jacob jacob@cpsc.ucalgary.ca Department of Computer Science

More information

Molecular and cellular biology is about studying cell structure and function

Molecular and cellular biology is about studying cell structure and function Chapter 1 Exploring the World of the Cell In This Chapter Discovering the microscopic world Getting matter and energy Reading the genetic code Molecular and cellular biology is about studying cell structure

More information

5. Reality is Stranger than Fiction

5. Reality is Stranger than Fiction 5. Reality is Stranger than Fiction Updated from a presentation in the Biocomplexity discussion section at the 9 th European Conference on Artificial Life, September 12, 2007 in Lisbon, Portugal What can

More information

Nothing in biology makes sense without evolution. Theodosius Dobzhansky [1973]

Nothing in biology makes sense without evolution. Theodosius Dobzhansky [1973] I-485/H-400 Biologically-inspired computing, Lecture Notes Spring 2015, Indiana University, By Luis M. Rocha 1. What is Life? What was life? No one knew. It was undoubtedly aware of itself, so soon as

More information

Principles of Modularity, Regularity, and Hierarchy for Scalable Systems

Principles of Modularity, Regularity, and Hierarchy for Scalable Systems Principles of Modularity, Regularity, and Hierarchy for Scalable Systems Hod Lipson Mechanical & Aerospace Engineering, and Computing & Information Science, Cornell University, Ithaca NY 14850, USA hod.lipson@cornell.edu

More information

II. Spatial Systems. A. Cellular Automata. Structure. Cellular Automata (CAs) Example: Conway s Game of Life. State Transition Rule

II. Spatial Systems. A. Cellular Automata. Structure. Cellular Automata (CAs) Example: Conway s Game of Life. State Transition Rule II. Spatial Systems A. Cellular Automata B. Pattern Formation C. Slime Mold D. Excitable Media A. Cellular Automata 1/18/17 1 1/18/17 2 Cellular Automata (CAs) Invented by von Neumann in 1940s to study

More information

All living things share the characteristics of life.

All living things share the characteristics of life. Section 1: All living things share the characteristics of life. K What I Know W What I Want to Find Out L What I Learned Essential Questions What is biology? What are possible benefits of studying biology?

More information

An introduction to SYSTEMS BIOLOGY

An introduction to SYSTEMS BIOLOGY An introduction to SYSTEMS BIOLOGY Paolo Tieri CNR Consiglio Nazionale delle Ricerche, Rome, Italy 10 February 2015 Universidade Federal de Minas Gerais, Belo Horizonte, Brasil Course outline Day 1: intro

More information

Computability Theory. CS215, Lecture 6,

Computability Theory. CS215, Lecture 6, Computability Theory CS215, Lecture 6, 2000 1 The Birth of Turing Machines At the end of the 19th century, Gottlob Frege conjectured that mathematics could be built from fundamental logic In 1900 David

More information

Artificial Neural Network and Fuzzy Logic

Artificial Neural Network and Fuzzy Logic Artificial Neural Network and Fuzzy Logic 1 Syllabus 2 Syllabus 3 Books 1. Artificial Neural Networks by B. Yagnanarayan, PHI - (Cover Topologies part of unit 1 and All part of Unit 2) 2. Neural Networks

More information

Shannon Information (very briefly!) Lecture 4. Maximum and Minimum Entropy. Entropy. Entropy of Transition Rules. Entropy Examples

Shannon Information (very briefly!) Lecture 4. Maximum and Minimum Entropy. Entropy. Entropy of Transition Rules. Entropy Examples Lecture 4 9/4/07 1 Shannon Information (very briefly!) Information varies directly with surprise Information varies inversely with probability Information is additive The information content of a message

More information

Peter Wood. Department of Computer Science and Information Systems Birkbeck, University of London Automata and Formal Languages

Peter Wood. Department of Computer Science and Information Systems Birkbeck, University of London Automata and Formal Languages and and Department of Computer Science and Information Systems Birkbeck, University of London ptw@dcs.bbk.ac.uk Outline and Doing and analysing problems/languages computability/solvability/decidability

More information

Chapter 1 Biology 103

Chapter 1 Biology 103 Chapter 1 Biology 103 Properties of Life Living organisms: are composed of cells are complex and ordered respond to their environment can grow and reproduce obtain and use energy maintain internal balance

More information

ADVANCED PLACEMENT BIOLOGY

ADVANCED PLACEMENT BIOLOGY ADVANCED PLACEMENT BIOLOGY Description Advanced Placement Biology is designed to be the equivalent of a two-semester college introductory course for Biology majors. The course meets seven periods per week

More information

11. Automata and languages, cellular automata, grammars, L-systems

11. Automata and languages, cellular automata, grammars, L-systems 11. Automata and languages, cellular automata, grammars, L-systems 11.1 Automata and languages Automaton (pl. automata): in computer science, a simple model of a machine or of other systems. ( a simplification

More information

Chapter 1 Biology: Exploring Life

Chapter 1 Biology: Exploring Life Chapter 1 Biology: Exploring Life PowerPoint Lectures for Campbell Biology: Concepts & Connections, Seventh Edition Reece, Taylor, Simon, and Dickey Lecture by Edward J. Zalisko Figure 1.0_1 Chapter 1:

More information

BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM. Content Area: Middle School Science. Grade Level: Eighth Grade. 45 Days. 45 Days. 45 Days.

BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM. Content Area: Middle School Science. Grade Level: Eighth Grade. 45 Days. 45 Days. 45 Days. Content Area: Middle School Science Grade Level: BRICK TOWNSHIP PUBLIC SCHOOLS SCIENCE CURRICULUM Unit Timeframe Unit 1: Structure and Properties of Matter 45 Days Unit 2: Chemical Reactions 45 Days Unit

More information

Case study: spider mimicry

Case study: spider mimicry Pounce rate (% of trials in which spider jumped on fly) Case study: spider mimicry Control group (untreated flies) Experimental group (wing markings masked) Pounce rate (% of trials in which spider jumped

More information

Lecture 7. Logic. Section1: Statement Logic.

Lecture 7. Logic. Section1: Statement Logic. Ling 726: Mathematical Linguistics, Logic, Section : Statement Logic V. Borschev and B. Partee, October 5, 26 p. Lecture 7. Logic. Section: Statement Logic.. Statement Logic..... Goals..... Syntax of Statement

More information

BIOLOGY NOTES - CHAPTER 1

BIOLOGY NOTES - CHAPTER 1 BIOLOGY NOTES - CHAPTER 1 SECTION 1 and 2 Biology is the study of life Bio = life Logy = study of The scientific study of all forms of life, or all types of organisms Science means to know Science is a

More information

PREFACE FOR THE ENCYCLOPEDIA OF COMPLEXITY AND SYSTEMS SCIENCE

PREFACE FOR THE ENCYCLOPEDIA OF COMPLEXITY AND SYSTEMS SCIENCE PREFACE FOR THE ENCYCLOPEDIA OF COMPLEXITY AND SYSTEMS SCIENCE The Encyclopedia of Complexity and System Science is an authoritative single source for understanding and applying the basic tenets of complexity

More information

Pogil Biology Activities Evidence For Evolution

Pogil Biology Activities Evidence For Evolution Pogil Biology Activities Free PDF ebook Download: Pogil Biology Activities Download or Read Online ebook pogil biology activities evidence for evolution in PDF Format From The Best User Guide Database

More information

Companion to Cells, Heredity & Classification Student Resources

Companion to Cells, Heredity & Classification Student Resources Companion to Cells, Heredity & Classification Student Resources The 21st Century Center for Research and Development in Cognition and Science Instruction The CaSEbook Companion: Student Resource Book

More information

Chapter Chemical Uniqueness 1/23/2009. The Uses of Principles. Zoology: the Study of Animal Life. Fig. 1.1

Chapter Chemical Uniqueness 1/23/2009. The Uses of Principles. Zoology: the Study of Animal Life. Fig. 1.1 Fig. 1.1 Chapter 1 Life: Biological Principles and the Science of Zoology BIO 2402 General Zoology Copyright The McGraw Hill Companies, Inc. Permission required for reproduction or display. The Uses of

More information

Curriculum Links. AQA GCE Biology. AS level

Curriculum Links. AQA GCE Biology. AS level Curriculum Links AQA GCE Biology Unit 2 BIOL2 The variety of living organisms 3.2.1 Living organisms vary and this variation is influenced by genetic and environmental factors Causes of variation 3.2.2

More information

Analysis of Complex Systems

Analysis of Complex Systems Analysis of Complex Systems Lecture 1: Introduction Marcus Kaiser m.kaiser@ncl.ac.uk www.dynamic-connectome.org Preliminaries - 1 Lecturers Dr Marcus Kaiser, m.kaiser@ncl.ac.uk Practicals Frances Hutchings

More information

Complex Systems. Shlomo Havlin. Content:

Complex Systems. Shlomo Havlin. Content: Complex Systems Content: Shlomo Havlin 1. Fractals: Fractals in Nature, mathematical fractals, selfsimilarity, scaling laws, relation to chaos, multifractals. 2. Percolation: phase transition, critical

More information

Text mining and natural language analysis. Jefrey Lijffijt

Text mining and natural language analysis. Jefrey Lijffijt Text mining and natural language analysis Jefrey Lijffijt PART I: Introduction to Text Mining Why text mining The amount of text published on paper, on the web, and even within companies is inconceivably

More information

MIDDLE SCHOOL BIOLOGY LABORATORY 1ST SEMESTER NAME: DATE: Activity: for each text we will highlight the most important information.

MIDDLE SCHOOL BIOLOGY LABORATORY 1ST SEMESTER NAME: DATE: Activity: for each text we will highlight the most important information. NAME: DATE: TEACHER: Albert Hernandez. GRADE: 2 nd I. Read text carefully and answer the questions bellow. Activity: for each text we will highlight the most important information. The Goal of Science

More information

COMPETENCY GOAL 1: The learner will develop abilities necessary to do and understand scientific inquiry.

COMPETENCY GOAL 1: The learner will develop abilities necessary to do and understand scientific inquiry. North Carolina Draft Standard Course of Study and Grade Level Competencies, Biology BIOLOGY COMPETENCY GOAL 1: The learner will develop abilities necessary to do and understand scientific inquiry. 1.01

More information

EECS 144/244: Fundamental Algorithms for System Modeling, Analysis, and Optimization

EECS 144/244: Fundamental Algorithms for System Modeling, Analysis, and Optimization EECS 144/244: Fundamental Algorithms for System Modeling, Analysis, and Optimization Discrete Systems Lecture: Automata, State machines, Circuits Stavros Tripakis University of California, Berkeley Stavros

More information

Material Representations: From the Genetic Code to the Evolution of Cellular Automata

Material Representations: From the Genetic Code to the Evolution of Cellular Automata : From the Genetic Code to the Evolution of Cellular Automata Abstract We present a new definition of the concept of representation for cognitive science that is based on a study of the origin of structures

More information

A Philosophical Perspective on a Metatheory of Biological Evolution

A Philosophical Perspective on a Metatheory of Biological Evolution A Philosophical Perspective on a Metatheory of Biological Evolution Nanyang Technological University Interdisciplinary Graduate School - IGS Distinguished Lecture Series March 11 th, 2016 Virginia M. F.

More information

Chapter 1. Biology: Exploring Life. Lecture by Richard L. Myers

Chapter 1. Biology: Exploring Life. Lecture by Richard L. Myers Chapter 1 Biology: Exploring Life PowerPoint Lectures for Biology: Concepts & Connections, Sixth Edition Campbell, Reece, Taylor, Simon, and Dickey Copyright 2009 Pearson Education, Inc. Lecture by Richard

More information

Self-reproducing programs. And Introduction to logic. COS 116, Spring 2012 Adam Finkelstein

Self-reproducing programs. And Introduction to logic. COS 116, Spring 2012 Adam Finkelstein Self-reproducing programs. And Introduction to logic. COS 6, Spring 22 Adam Finkelstein Midterm One week from today in class Mar 5 Covers lectures, labs, homework, readings to date Old midterms will be

More information

Course plan Academic Year Qualification MSc on Bioinformatics for Health Sciences. Subject name: Computational Systems Biology Code: 30180

Course plan Academic Year Qualification MSc on Bioinformatics for Health Sciences. Subject name: Computational Systems Biology Code: 30180 Course plan 201-201 Academic Year Qualification MSc on Bioinformatics for Health Sciences 1. Description of the subject Subject name: Code: 30180 Total credits: 5 Workload: 125 hours Year: 1st Term: 3

More information

An Application of the PCol Automata in Robot Control

An Application of the PCol Automata in Robot Control An Application of the PCol Automata in Robot Control Miroslav Langer 1, Luděk Cienciala 1, Lucie Ciencialová 1, Michal Perdek 1, and Alice Kelemenová 1 Institute of Computer Science and Research Institute

More information

and just what is science? how about this biology stuff?

and just what is science? how about this biology stuff? Welcome to Life on Earth! Rob Lewis 512.775.6940 rlewis3@austincc.edu 1 The Science of Biology Themes and just what is science? how about this biology stuff? 2 1 The Process Of Science No absolute truths

More information

CMSC 425: Lecture 11 Procedural Generation: Fractals and L-Systems

CMSC 425: Lecture 11 Procedural Generation: Fractals and L-Systems CMSC 425: Lecture 11 Procedural Generation: ractals and L-Systems Reading: The material on fractals comes from classic computer-graphics books. The material on L-Systems comes from Chapter 1 of The Algorithmic

More information

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor

Biological Networks: Comparison, Conservation, and Evolution via Relative Description Length By: Tamir Tuller & Benny Chor Biological Networks:,, and via Relative Description Length By: Tamir Tuller & Benny Chor Presented by: Noga Grebla Content of the presentation Presenting the goals of the research Reviewing basic terms

More information

Theory of Computation

Theory of Computation Theory of Computation Lecture #2 Sarmad Abbasi Virtual University Sarmad Abbasi (Virtual University) Theory of Computation 1 / 1 Lecture 2: Overview Recall some basic definitions from Automata Theory.

More information

BSC 1010C Biology I. Themes in the Study of Life Chapter 1

BSC 1010C Biology I. Themes in the Study of Life Chapter 1 BSC 1010C Biology I Themes in the Study of Life Chapter 1 Objectives Distinguish among the three domains of life. Distinguish between the Levels of Biological Organization. Note the differences in the

More information

Chapter 1: Biology Today

Chapter 1: Biology Today General Biology Chapter 1: Biology Today Introduction Dr. Jeffrey P. Thompson Text: Essential Biology Biology Is All Around US! What is Biology? The study of life bio- meaning life; -ology meaning study

More information

What is the computational cost of automating brilliance or serendipity? (Computational complexity & P vs NP) COS 116, Spring 2010 Adam Finkelstein

What is the computational cost of automating brilliance or serendipity? (Computational complexity & P vs NP) COS 116, Spring 2010 Adam Finkelstein What is the computational cost of automating brilliance or serendipity? (Computational complexity & P vs NP) COS 116, Spring 2010 Adam Finkelstein Combination lock Why is it secure? (Assume it cannot be

More information

Course Name: Biology Level: A Points: 5 Teacher Name: Claire E. Boudreau

Course Name: Biology Level: A Points: 5 Teacher Name: Claire E. Boudreau Course Name: Biology Level: A Points: 5 Teacher Name: Claire E. Boudreau Texts/Instructional Materials: Biology : Concepts and Connections 5 th edition Campbell, Reece, Taylor and Simon Pearson Syllabus:

More information

Theory of Computation Prof. Kamala Krithivasan Department of Computer Science and Engineering Indian Institute Of Technology, Madras

Theory of Computation Prof. Kamala Krithivasan Department of Computer Science and Engineering Indian Institute Of Technology, Madras Theory of Computation Prof. Kamala Krithivasan Department of Computer Science and Engineering Indian Institute Of Technology, Madras Lecture No. # 25 Problems and Solutions (Refer Slide Time: 00:16) Today,

More information

II. Spatial Systems A. Cellular Automata 8/24/08 1

II. Spatial Systems A. Cellular Automata 8/24/08 1 II. Spatial Systems A. Cellular Automata 8/24/08 1 Cellular Automata (CAs) Invented by von Neumann in 1940s to study reproduction He succeeded in constructing a self-reproducing CA Have been used as: massively

More information

Griffith University 3130CIT Theory of Computation (Based on slides by Harald Søndergaard of The University of Melbourne) Turing Machines 9-0

Griffith University 3130CIT Theory of Computation (Based on slides by Harald Søndergaard of The University of Melbourne) Turing Machines 9-0 Griffith University 3130CIT Theory of Computation (Based on slides by Harald Søndergaard of The University of Melbourne) Turing Machines 9-0 Turing Machines Now for a machine model of much greater power.

More information

Turing s thesis: (1930) Any computation carried out by mechanical means can be performed by a Turing Machine

Turing s thesis: (1930) Any computation carried out by mechanical means can be performed by a Turing Machine Turing s thesis: (1930) Any computation carried out by mechanical means can be performed by a Turing Machine There is no known model of computation more powerful than Turing Machines Definition of Algorithm:

More information

Molecular Biology Of The Cell 6th Edition Alberts

Molecular Biology Of The Cell 6th Edition Alberts We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with molecular biology of

More information

Co-evolution of Morphology and Control for Roombots

Co-evolution of Morphology and Control for Roombots Co-evolution of Morphology and Control for Roombots Master Thesis Presentation Ebru Aydın Advisors: Prof. Auke Jan Ijspeert Rico Möckel Jesse van den Kieboom Soha Pouya Alexander Spröwitz Co-evolution

More information

Biology Assessment. Eligible Texas Essential Knowledge and Skills

Biology Assessment. Eligible Texas Essential Knowledge and Skills Biology Assessment Eligible Texas Essential Knowledge and Skills STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules

More information

1 of 13 8/11/2014 10:32 AM Units: Teacher: APBiology, CORE Course: APBiology Year: 2012-13 Chemistry of Life Chapters 1-4 Big Idea 1, 2 & 4 Change in the genetic population over time is feedback mechanisms

More information

Motivation. Evolution has rediscovered several times multicellularity as a way to build complex living systems

Motivation. Evolution has rediscovered several times multicellularity as a way to build complex living systems Cellular Systems 1 Motivation Evolution has rediscovered several times multicellularity as a way to build complex living systems Multicellular systems are composed by many copies of a unique fundamental

More information

STAAR Biology Assessment

STAAR Biology Assessment STAAR Biology Assessment Reporting Category 1: Cell Structure and Function The student will demonstrate an understanding of biomolecules as building blocks of cells, and that cells are the basic unit of

More information

Text of objective. Investigate and describe the structure and functions of cells including: Cell organelles

Text of objective. Investigate and describe the structure and functions of cells including: Cell organelles This document is designed to help North Carolina educators teach the s (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Biology 2009-to-2004

More information

1 low Humans Evolved

1 low Humans Evolved 1 low Humans Evolved Robert Howl IOIIIB Silk UNIVERS1. i 1 \..UK I..1 I \ Nv I Technische Unive-^itdt Darmstadt FACHDCRLICH 10 BIOLOGIE B i!. I i o t h p k -_ ScLninspilinstiafiG 10 D-6 4287 Darmstadt

More information

Turing Machines. Lecture 8

Turing Machines. Lecture 8 Turing Machines Lecture 8 1 Course Trajectory We will see algorithms, what can be done. But what cannot be done? 2 Computation Problem: To compute a function F that maps each input (a string) to an output

More information

6.045: Automata, Computability, and Complexity (GITCS) Class 15 Nancy Lynch

6.045: Automata, Computability, and Complexity (GITCS) Class 15 Nancy Lynch 6.045: Automata, Computability, and Complexity (GITCS) Class 15 Nancy Lynch Today: More Complexity Theory Polynomial-time reducibility, NP-completeness, and the Satisfiability (SAT) problem Topics: Introduction

More information

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution. I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution

UNIT 4: EVOLUTION Chapter 10: Principles of Evolution. I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution UNIT IV Chapter 10 Principles of Evolution UNIT 4: EVOLUTION Chapter 10: Principles of Evolution I. Early Ideas about Evolution (10.1) A. Early scientists proposed ideas about evolution 1. Evolution- process

More information

Self Similar (Scale Free, Power Law) Networks (I)

Self Similar (Scale Free, Power Law) Networks (I) Self Similar (Scale Free, Power Law) Networks (I) E6083: lecture 4 Prof. Predrag R. Jelenković Dept. of Electrical Engineering Columbia University, NY 10027, USA {predrag}@ee.columbia.edu February 7, 2007

More information

Computational Tasks and Models

Computational Tasks and Models 1 Computational Tasks and Models Overview: We assume that the reader is familiar with computing devices but may associate the notion of computation with specific incarnations of it. Our first goal is to

More information