You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2023/05/13 07:22:22 UTC

[singa] branch dev-postgresql updated: mlp model examples on top of postgresql

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev-postgresql
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev-postgresql by this push:
     new 0f16a277 mlp model examples on top of postgresql
     new a39f616e Merge pull request #1057 from wannature/singa_v33
0f16a277 is described below

commit 0f16a277e5ac58affae316f9e8aa5f2a7c1a2e97
Author: wenqiao zhang <we...@zju.edu.cn>
AuthorDate: Thu May 11 17:40:08 2023 +0800

    mlp model examples on top of postgresql
---
 examples/mlp_postgresql/README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/examples/mlp_postgresql/README.md b/examples/mlp_postgresql/README.md
new file mode 100644
index 00000000..e34f5819
--- /dev/null
+++ b/examples/mlp_postgresql/README.md
@@ -0,0 +1,23 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+# Multi-layer Perceptron (MLP) on top of PostgreSQL
+
+Examples inside this folder show how to run MLP models 
+on top of PostgreSQL.
\ No newline at end of file