Metadata-Version: 2.1
Name: gpbacay-arcane
Version: 0.2.4
Summary: A Python library for custom neuromorphic neural network mechanisms built on top of TensorFlow and Keras
Home-page: https://github.com/gpbacay/gpbacay_arcane
Author: Gianne P. Bacay
Author-email: giannebacay2004@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==1.23.5
Requires-Dist: tensorflow
Requires-Dist: keras
Requires-Dist: matplotlib

| ![Arcane Logo](assets/arcane_logo.png) | **gpbacay_arcane** |
|-----------------------------------------|--------------------|

**gpbacay_arcane** is a Python library designed for custom neuromimetic artificial neural network mechanisms, built on top of TensorFlow and Keras. It is specifically developed for the **A.R.C.A.N.E** (Augmented Reconstruction of Consciousness through Artificial Neural Evolution) project, enabling the creation of adaptive, biologically-inspired neural networks.

## Features

- **Custom Layers and Mechanisms**: Includes dynamic reservoirs, spiking neurons, Hebbian learning, self-modeling, and more.
- **Neuromimetic Capabilities**: Built for advanced spatio-temporal processing and homeostatic plasticity.
- **TensorFlow and Keras Integration**: Seamlessly integrates with TensorFlow and Keras to build sophisticated neural networks.

## Installation

To install the library, simply run:

```bash
pip install gpbacay-arcane
