Metadata-Version: 2.1
Name: gpbacay-arcane
Version: 0.1
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
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: keras
Requires-Dist: matplotlib

# gpbacay_arcane

**gpbacay_arcane** is a Python library designed for custom neuromorphic 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.
- **Neuromorphic 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
