summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 02:37:27 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 02:37:27 -0700
commit5b0bad99a388edc10aa79b5b08fecd1c0b9de286 (patch)
tree8caed649085551fe3622789a3e9408d380744e0a /README.md
parent8ebb69195d73e8ca2cca01664bafe9001e0f3c43 (diff)
Edit word
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.