From cd4b29ded827dde1ddbf87402a88b4ff67aca6f3 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <f.sauerburger@cern.ch> Date: Mon, 1 Jul 2019 10:31:21 +0200 Subject: [PATCH] Add examples to README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 3deb180..5f23fa7 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,17 @@ Neural Network Framework To Be Named ==================================== +Pure Python framework to train neural networks for high energy physics analysis. + +Examples +-------- + + - [Histogram](Histogram.ipynb) + - [HistogramFactory](HistogramFactory.ipynb) + - [ConfusionMatrix](ConfusionMatrix.ipynb) + - [ROC](ROC.ipynb) + + Links ----- - `Documentation <https://nnfwtbn.web.cern.ch/>`_ -- GitLab