Git Product home page Git Product logo

albedo's Introduction

albedo 🪬

albedo - is a simple neural cellular automata framework written in C

project-image

Neural cellular automata learns to draw digit 3

Overview

Nowadays there are many models and architectures of neural networks. But more or less they are all based on very similar principles, such as layers of neurons, weights, bias, etc. But what if we try to rethink neural networks into something more organic? What if we combine neural networks and cellular automata?

Most of the cellular machines have very simple rules, such as Game Of Live, Rule 110 have no more than 4 rules. Despite the small number of rules, very complex behavior emerges in such systems.

Albedo is a cellular automaton (similar to Game Of Live) in which each cell is a separate neuron with 9 connections to neighboring neurons (including itself).

albedo is not a new javascript framework btw !

Links

  1. Live demonstration of a albedo is coming soon maksasj.github.io/albedo
  2. Source code avaiable at github.com/Maksasj/albedo
  3. blueberry.h and other C libraries source code github.com/Maksasj/caifu

Cool looking widgets stars build

Building

  1. Build manually First of all requirements:

    • Cmake (At least version 3.21)
    • Ninja (At least version 1.11.1)
    • C++ compiler (Have test with Clang 15.0.5 and GCC 12.2.0)

    Firstly lets clone albedo locally(note that you also need to clone all albedo git submodules).

    Secondly lets configure our Cmake configuration with

    cmake -B build/release -G Ninja -DCMAKE_BUILD_TYPE=Release

    Finally you can simply build project with cmake

    cmake --build build/release

    Now somewhere in build directory you can find all builded examples

Examples

All examples and demos you can find under examples directory

License

albedo is free, open source model. All code in this repository is licensed under

albedo's People

Contributors

maksasj avatar

Stargazers

 avatar

Watchers

 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.