From 2f47d1fbd6eebf5dddbf2f30057f387308116f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Ystr=C3=B6m?= <lars.ystroem@kit.edu> Date: Thu, 19 Oct 2023 11:55:11 +0000 Subject: [PATCH] Update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e11c9cb..110cb5a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# NRG - An artificial neural network solute geothermometer +# AnnRG - An artificial neural network solute geothermometer ## Name -NRG (Neural Regression Geothermometer) +AnnRG (Artificial neural network Regression Geothermometer) ## Description An artificial neural network solute geothermometer for geothermal reservoir temperature prediction @@ -10,7 +10,7 @@ An artificial neural network solute geothermometer for geothermal reservoir temp Supervised feedforward multilayer perceptron solving the regression analysis of fluid chemistry to predict reservoir temperature. ## Installation -NRG is based on Python 3.8.5 and additional Python libraries: _NumPy, pandas, Matplotlib, seaborn, scikit-learn, TensorFlow, Keras_ +AnnRG is based on Python 3.8.5 and additional Python libraries: _NumPy, pandas, Matplotlib, seaborn, scikit-learn, TensorFlow, Keras_ ## Usage INPUT: cvs-file:['pH','Na','K','Ca','Mg','SiO2','Cl','Temperature'] -- GitLab