Giter Club home page Giter Club logo

aegis's Introduction

Aegis Project

What is it?

The Aegis Project (or just "Aegis") is an exploration of combining reinforcement learning, transfer learning, microservices, and automation concepts. At its core, it provides standard methods for communicating between different "nodes". The protocol builds on top of HTTP POST requests - usually via ProtoPost (and its Python variant). Aegis nodes should also leverage Docker to avoid dependency issues and encourage portability.

Each node represents a different type of microservice such as reinforcement learning agents, TensorBoard loggers, and Gaussian linear interpolation samplers. As all nodes rely on POST requests, they can be easily linked together, even across hosts. This also makes building clients a breeze, as Aegis is compatible with anything that supports POST requests.

Experiments

See Aegis Experiments for experiments.

Nodes

  • RL

  • Vision (CV)

  • Language (NLP)

  • Other NN/compute

    • ESN - Echo state networks with sparse input/output mapping support
    • Projection - Projects one shape into another with a fully connected and optionally squashed neural network layer
    • Autoencoder - Autoencoders with support for encoding/decoding inputs/latents as well as calculating reconstruction losses for inputs
  • Logging & visualization

    • Tensorboard - Log scalars and histograms via Aegis function calls
    • Visualizer - View ND-arrays and base64-encoded images in your browser
  • Generators

    • Gaussian Lerp - Generates interpolations between Gaussian samples
  • Utilities/FP

    • Distribute - When called, forwards the provided data to multiple other nodes
    • Pipe - Call nodes in order, with data passed from one to the next. Operates sort-of like FP "pipe" functions
    • Web Crawler - Recursively visit links and return page texts
    • Image Annotator - Draw boxes and labels on images
    • Image Slicer - Split a single image into multiple using bounding boxes
    • Discord - Listen for and send messages on Discord
    • Mailer - Send emails via Aegis function calls
    • Sheets - Read from Google Sheets
    • Chonky - Sparse mappings between arrays of varying ranks

Non-node Utilities

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.