Skip to content

Four small mini-projects on different topics of biological computation.

Notifications You must be signed in to change notification settings

itsikshteinberger/Biological-computation

Repository files navigation

Biological-computation

Four small mini-projects on different topics of biological computation.

Cellular autmata

A cellular automata that simulates climate changes under the effects of the existence of cities, forests and glaciers, the calculation also takes into account other variables such as winds and precipitation within one large set of transition conditions.

Alt Text

Genetic algorithm

A genetic algorithm for finding a cellular automata of the "Methushlah" type - an automata that converges only after a long time and produces a relatively high number of living cells during its run.

Alt Text

Neural Network

Implementation of the famous algorithm of neural networks from scratch on the famous data set of iris flowers.

Alt Text

Molecular calculation

The famous solution of the 3-set problem using molecular calculation - a simulation of a biological laboratory in which the 3-set problem is solved using biological tools without a computer.

After C4 (len = 9):

['w', 'x', 'y', '-z']
['w', 'x', '-y', '-z']
['w', '-x', 'y', 'z']
['w', '-x', 'y', '-z']
['w', '-x', '-y', 'z']
['w', '-x', '-y', '-z']
['-w', 'x', 'y', 'z']
['-w', 'x', '-y', '-z']
['-w', '-x', 'y', 'z']

Releases

No releases published

Packages

No packages published