From acbcefbe874429efdb937c775349e29184c28cb5 Mon Sep 17 00:00:00 2001 From: Dennis Morello Date: Thu, 29 Sep 2016 16:29:42 +0200 Subject: [PATCH] Updated README.md inside computingenvironments folder --- computingenvironments/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/computingenvironments/README.md b/computingenvironments/README.md index 8c65e65..037507e 100644 --- a/computingenvironments/README.md +++ b/computingenvironments/README.md @@ -1,2 +1,8 @@ -computingenvironments +Computing Environments ===================== + +There 3 different templates available out-of-the-box in folder `01.linux/01.centos/01.mahout/algorithms`: + +* `01.example` contains a simple top-N item based recommender +* `02.http` contains the HTTP server useful if you want to interface with the orchestrator using a simple HTTP interface +* `03.gru` contains the Gravity's GRU neural network implementation into Idomaar