This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ba1ec4b update keywords
ba1ec4b is described below
commit ba1ec4ba551ae7836f5b7a02dd8feea4486b0726
Author: Paul King <[email protected]>
AuthorDate: Fri Feb 28 15:17:55 2025 +1000
update keywords
---
site/src/site/blog/classifying-iris-flowers-with-deep.adoc | 2 +-
site/src/site/blog/using-groovy-with-apache-wayang.adoc | 2 +-
site/src/site/blog/wayang-tensorflow.adoc | 2 +-
site/src/site/blog/whiskey-clustering-with-groovy-and.adoc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/src/site/blog/classifying-iris-flowers-with-deep.adoc
b/site/src/site/blog/classifying-iris-flowers-with-deep.adoc
index 9ecba53..83b3269 100644
--- a/site/src/site/blog/classifying-iris-flowers-with-deep.adoc
+++ b/site/src/site/blog/classifying-iris-flowers-with-deep.adoc
@@ -2,7 +2,7 @@
Paul King
:revdate: 2022-06-25T10:52:59+00:00
:updated: 2022-06-27T11:16:59+00:00
-:keywords: groovy, machine learning, artificial intelligence, neural networks,
tribuo, deep netts, encog, eclipse deeplearning4j, data science, deep learning,
graalvm, native
+:keywords: groovy, machine learning, artificial intelligence, iris, neural
networks, tribuo, deep netts, encog, eclipse deeplearning4j, data science, deep
learning, graalvm, native
:description: This post looks at classifying Iris flowers using traditional
and neural net based approaches \
using Eclipse DeepLearning4j, Encog, Deep Netts and GraalVM.
diff --git a/site/src/site/blog/using-groovy-with-apache-wayang.adoc
b/site/src/site/blog/using-groovy-with-apache-wayang.adoc
index f3c44a4..ca96bf6 100644
--- a/site/src/site/blog/using-groovy-with-apache-wayang.adoc
+++ b/site/src/site/blog/using-groovy-with-apache-wayang.adoc
@@ -5,7 +5,7 @@ Paul King <paulk-asert|PMC_Member>
:icons: font
:revdate: 2022-06-19T13:01:07+00:00
:updated: 2025-02-20T14:10:00+00:00
-:keywords: centroids, data science, groovy, kmeans, records, apache spark,
apache wayang
+:keywords: centroids, data science, groovy, kmeans, records, whisky, whiskey,
wayang, apache spark, apache wayang
:description: This post looks at using Apache Wayang and Apache Spark with
Apache Groovy to cluster various Whiskies.
> [blue]#_In the quest to find the perfect single-malt Scotch whisky,
diff --git a/site/src/site/blog/wayang-tensorflow.adoc
b/site/src/site/blog/wayang-tensorflow.adoc
index 0de7cc7..61d7cb4 100644
--- a/site/src/site/blog/wayang-tensorflow.adoc
+++ b/site/src/site/blog/wayang-tensorflow.adoc
@@ -1,7 +1,7 @@
= Using TensorFlow from Apache Wayang
Paul King <paulk-asert|PMC_Member>
:revdate: 2025-02-28T09:30:00+00:00
-:keywords: groovy, wayang, iris, classification
+:keywords: groovy, wayang, iris, classification, apache wayang, tensorflow
:description: This post looks at using TensorFlow and Apache Wayang with
Apache Groovy.
image:img/iris_flowers.png[iris flowers,180,float="right"]In previous blog
posts, we have looked at:
diff --git a/site/src/site/blog/whiskey-clustering-with-groovy-and.adoc
b/site/src/site/blog/whiskey-clustering-with-groovy-and.adoc
index 1a1dc5a..96d0366 100644
--- a/site/src/site/blog/whiskey-clustering-with-groovy-and.adoc
+++ b/site/src/site/blog/whiskey-clustering-with-groovy-and.adoc
@@ -1,7 +1,7 @@
= Whiskey Clustering with Groovy and Apache Ignite
Paul King
:revdate: 2022-10-27T11:13:37+00:00
-:keywords: data science, groovy, ignite, kmeans, clustering
+:keywords: data science, groovy, ignite, kmeans, clustering, whisky
:description: This post looks at using Apache Ignite with Apache Groovy and
the K-Means algorithm to cluster scotch whiskeys.
In a previous
https://groovy.apache.org/blog/using-groovy-with-apache-wayang[blog post],