From ea77a055f8e6cc299318ec623d40ad461305f535 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 6 Jun 2024 15:12:25 +0100 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e892b88..d873ed0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -This is a testing sandbox for developing various methods if injecting symbolic knowledge into neural networks. This symbolic NN approach is intended to facilitate the training of models for physics based problems where process complexity and data availability are generally significant hindrances to the application of NNs. By injecting known, symbolic human knowledge we aim to guide the model towards the correct embedding space more quickly than could be achieved through pure statistical loss. +This is a testing sandbox for developing various methods of injecting symbolic knowledge into neural networks. This symbolic NN approach is intended to facilitate the training of models for physics based problems where process complexity and data availability are generally significant hindrances to the application of NNs. By injecting known, symbolic human knowledge we aim to guide the model towards the correct embedding space more quickly than could be achieved through pure statistical loss. # Experiments