
Example where deep neural network activation path information is captured and included in the Case data design.
The Tikos Python library provides functions to build and run the Tikos Reasoning Platform and generate transparency and explainability logs for model outputs.
Transparency
Build - generate Cases
- Select trained model (any class of standard machine learning, deep-learning, or LLM)
- Run test set through trained model (to create the initial Case-base)
Run
- At inference time new Cases are created, added to the Case-base and analysed to produce:
- Transparency insights such as:
- Neural activation path data
- Similarity, proximity and adaptation data
- Causality data
Extend for explainability
Build - generate Context
- Combine model features with additional problem domain information
- Review, edit, and approve dynamically created knowledge graph
Run
- At inference time, the model output (Case data) is explained by reasoning over the contextual information (knowledge graph) to produce:
- Reasoning and explainability insights such as:
- Comparisons to known prior problem/solution pairs
- Adaptations and causality data at both the Case-item and whole Case level
- Mathematical and natural language outputs
The library is intended for evaluation and prototyping only
Please keep in mind:
- Your data will be sent to and processed on our servers. (Production deployments are in our roadmap, where you can install Tikos in your environment and retain control of all data processing.)
- The package utilizes LLM functionality. In every case we only use open-source models, no data is transmitted to commercial model providers.
- The code is in active development and will likely have bugs.
For production deployments join our waitlist by emailing [email protected].