Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 691 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 691 Bytes

Reverse Conway's Game-of-Life

A deep learning model using convolutional neural networks to predict previous state of conway's game of life.

Repository structure

  • /papers - papers we found useful for this project.
  • /predefinded-models - sklearn-models.
  • /python - source code for the project ( see README there for the CLI instructions).
  • /visualisation - simple website for the visualisation of the work.