summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a9ef89bc..f7758ed81 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# lj_matrix
-This is an exploration of a representation (or descriptor), based on the Lennard-Jones potential, for use in prediction of atomization energies (and possibly other properties) of molecules with Machine Learning (ML).
+This is an exploration of a representation (or descriptor), based on the Lennard-Jones potential, for use in prediction of atomization energies (and possibly other properties) of molecules using Machine Learning (ML).
An implementation of existing representations, this new representation and most of the ML routine is created from the, mostly, ground up.