Git Product home page Git Product logo

differentiable-morphogenesis's Introduction

differentiable-morphogenesis

Implementing/experimenting with differentiable-morphogenesis (mostly neural cellular automata) on PyTorch

Notebooks:

Topic Link
Walkthrough of Alexander Mordvintsev's youtube video on neural CA Open In Colab
Cleaner implementation in case you just want to copy and paste stuff Open In Colab
[Experimental] shapeshifting/infection models Open In Colab

Important links:

A brief intro

A cellular automaton is a collection of cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells. The rules are then applied iteratively for as many time steps as desired.

Now let's ask the following question:

What if we could use a neural network to map a certain set of rules that would help us generate a very specific arrangement of "cells" ?

That is exactly what our objective is.

Infection models

These models are trained to "infect" a given CA state

Given a random point/set of points, the infection model's effect spreads through the image and turns it into something else. Apart from random starting points, they also work on both growing and grown states of the original CA.

When I tried to recover the original image from a fully "infected" image, I ended up with a 4 legged abomination

differentiable-morphogenesis's People

Contributors

mayukhdeb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.