Assignments of Biological Computation course in the Open University of Israel.
Contains 4 assignments:
- Cellular Automata - Climate model built using cellular automata that shows the impact of pollution on the world
- Evolutionary Algorithms - Metushelah finder evolutionary algorithm in Game of Life with a mission of maximizing the solution's time-to-live
- Artificial Neural Networks - Nerual Network Classifier of flower data built from scratch using numpy (not tenserflow or pytTorch)
- Molecular Computation - 3SAT solver using molecular computation simulation
All assigments are written in python.