summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2019-12-08 22:06:21 -0700
committerGitHub <noreply@github.com>2019-12-08 22:06:21 -0700
commit47713ccb6918689cc75272b65635babbece81228 (patch)
treeb1601a8fb4bb3399de5631a217680f43693bfb80 /README.md
parent9736e87a8381da3bb7f0ef5f9b1fe7643600adbe (diff)
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..bc46bd26b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# 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).
+
+An implementation of existing representations, this new representation and most of the ML routine is created from the, mostly, ground up.