Metadata-Version: 2.1
Name: DomiKnowS
Version: 0.2b0
Summary: A library provides integration between Domain Knowledge and Deep Learning.
Home-page: https://github.com/HLR/DomiKnowS
Author: Andrzej Uszok
Author-email: auszok@ihmc.org
License: UNKNOWN
Description: The library allows to specify a problem domain with a conceptual [graph](https://github.com/HLR/DomiKnowS/blob/main/docs/developer/KNOWLEDGE.md#graph) including declarations of edges and nodes, as well as [logical constraints](https://github.com/HLR/DomiKnowS/blob/main/docs/developer/KNOWLEDGE.md#constraints) on the graph concepts and relations. [Neural network] (https://github.com/HLR/DomiKnowS/blob/main/docs/developer/MODEL.md#model-declaration) outputs bounded to the graph edges and nodes. The logical constraints are conveted to ILP and Gurobi Solver is used for inferencing. This adds a relational overlay over elements in a network that relates physical concepts in applications. <br> The example runing in Google colab environment, presenting the usage of the libarary is [here](https://colab.research.google.com/drive/1FvdePHv3h3NDSTkBw1VKwAmaZFWuGgTi)
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
