summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f56381179..0913759f7 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ This is an exploration of ML models for use in prediction of atomization energie
An implementation of most of the ML routine is created from the, mostly, ground up.
+* Mostly, the main program is in **ml_exp**, and a new exploration on **other_exp**.
+
## Data used
* The *QM7* dataset obtained from the [QML tutorial repository](https://github.com/qmlcode/tutorial). This can also be retrieved from the [quantum-machine webpage](http://www.quantum-machine.org/datasets/), but for its use with python, the dataset given by QML is more useful.