A Python interface for interacting with the Embedded Intelligence Platform (EIP). The EIP uses a proprietary AI architecture called Abstract Generalised Networks (AGNs) to model how complex systems evolve. Unlike traditional machine learning, AGNs do not require training data, fine-tuning, or retraining. Instead, they autonomously rewrite their underlying algorithms as they observe new data, allowing them to holistically understand how directional shifts influence a system. This approach is ideal for analysing dynamic domains like financial markets and weather patterns, focusing on the structure of change rather than just predicting the next step.

Python Package

To install the sumtyme Python package, you’ll use pip, Python’s standard package manager. Just run the following command in your terminal:
pip install sumtyme

Explainers

Demonstrations

Python Quickstart - Finance

Model Environment

Analyses the environment to forecast a directional change for the final period.

Forecast Change

Forecasts a directional change for the final period.

Rolling Forecast

Performs a rolling analysis to identify evolving trends.