Repository: incubator-predictionio Updated Branches: refs/heads/develop bd034f55d -> 2d9534850
Update templates.yaml - change user name Closes #431 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/47506576 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/47506576 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/47506576 Branch: refs/heads/develop Commit: 47506576342367aa07f0e53a7983bbf059b82d5f Parents: 9c68d86 Author: Tomasz StÄczniewski <[email protected]> Authored: Tue Sep 12 20:19:53 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Tue Sep 12 20:20:24 2017 -0700 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/47506576/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 9f0ec1d..4642bf6 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -449,7 +449,7 @@ - template: name: Deeplearning4j RNTN - repo: "https://github.com/ts335793/template-scala-parallel-dl4j-rntn" + repo: "https://github.com/thomasste/template-scala-parallel-dl4j-rntn" description: |- Recursive Neural Tensor Network algorithm is supervised learning algorithm used to predict sentiment of sentences. This template is based on deeplearning4j RNTN example: https://github.com/SkymindIO/deeplearning4j-nlp-examples/tree/master/src/main/java/org/deeplearning4j/rottentomatoes/rntn. It's goal is to show how to integrate deeplearning4j library with PredictionIO. tags: [classification, nlp] @@ -459,7 +459,7 @@ status: alpha pio_min_version: 0.9.2 apache_pio_convesion_required: "requires conversion" - support_link: '<a href="https://github.com/ts335793/template-scala-parallel-dl4j-rntn/issues">Github issues</a>' + support_link: '<a href="https://github.com/thomasste/template-scala-parallel-dl4j-rntn/issues">Github issues</a>' - template: name: classifier-kafka-streaming-template @@ -601,7 +601,7 @@ - template: name: Spark Deeplearning4j Word2Vec - repo: "https://github.com/ts335793/template-scala-spark-dl4j-word2vec" + repo: "https://github.com/thomasste/template-scala-spark-dl4j-word2vec" description: |- This template shows how to integrate Deeplearnign4j spark api with PredictionIO on example of app which uses Word2Vec algorithm to predict nearest words. tags: [nlp] @@ -611,7 +611,7 @@ status: stable pio_min_version: 0.9.2 apache_pio_convesion_required: "requires conversion" - support_link: '<a href="https://github.com/ts335793/template-scala-spark-dl4j-word2vec/issues">Github issues</a>' + support_link: '<a href="https://github.com/thomasste/template-scala-spark-dl4j-word2vec/issues">Github issues</a>' - template: name: Sentiment Analysis Template @@ -629,7 +629,7 @@ - template: name: Recursive Neural Networks (Sentiment Analysis) - repo: "https://github.com/ts335793/template-scala-rnn" + repo: "https://github.com/thomasste/template-scala-rnn" description: |- Predicting sentiment of phrases with use of Recursive Neural Network algorithm and OpenNLP parser. tags: [nlp] @@ -639,7 +639,7 @@ status: stable pio_min_version: 0.9.2 apache_pio_convesion_required: "requires conversion" - support_link: '<a href="https://github.com/ts335793/template-scala-rnn/issues">Github issues</a>' + support_link: '<a href="https://github.com/thomasste/template-scala-rnn/issues">Github issues</a>' - template: name: CoreNLP Text Classification
