From 4856de4881524c25f665e4251ddb9cdbd326dc7b Mon Sep 17 00:00:00 2001 From: Ismail Syed <123551020+iosyed@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:21:09 +0100 Subject: [PATCH 1/2] Create README.md --- .../oracle-data-science/README.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data-platform/data-science-and-ml/oracle-data-science/README.md diff --git a/data-platform/data-science-and-ml/oracle-data-science/README.md b/data-platform/data-science-and-ml/oracle-data-science/README.md new file mode 100644 index 000000000..691b43d45 --- /dev/null +++ b/data-platform/data-science-and-ml/oracle-data-science/README.md @@ -0,0 +1,32 @@ +# Oracle Data Science Service + +This page is covering Oracle Cloud Infrastructure (OCI) Data Science Service. + +Oracle Cloud Infrastructure (OCI) Data Science is a fully-managed platform for teams of data scientists to build, train, deploy, and manage machine learning models using Python and open source tools. Use a JupyterLab-based environment to experiment and develop models. Scale up model training with NVIDIA GPUs and distributed training. Take models into production and keep them healthy with MLOps capabilities, such as automated pipelines, model deployments, and model monitoring. + +## Table of Contents + +1. [Useful Links](#useful-links) +2. [Reusable Assets](#reusable-assets) + +## Useful Links + +- [Oracle Data Science Homepage](https://www.oracle.com/uk/artificial-intelligence/data-science/) +- [Oracle Data Science on YouTube](https://www.youtube.com/playlist?list=PLKCk3OyNwIzv6CWMhvqSB_8MLJIZdO80L) +- [Oracle Data Science on Oracle Blogs](https://blogs.oracle.com/ai-and-datascience/) +- [Oracle Data Science on GitHub](https://github.com/oracle-samples/oci-data-science-ai-samples) +- [Oracle Data Science on Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/livelabs-workshop-cards?p100_role=16&clear=100&session=11626256508663) +- [Oracle Data Science Service Documentation](https://docs.oracle.com/en-us/iaas/data-science/using/data-science.htm) +- [Oracle Data Science ADS SDK Documentation](https://accelerated-data-science.readthedocs.io/en/latest/index.html) +- [Oracle Data Science AutoMLx SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html) + +## Reusable Assets + + +# License + +Copyright (c) 2023 Oracle and/or its affiliates. + +Licensed under the Universal Permissive License (UPL), Version 1.0. + +See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details. From b135d72f6a8f5b9e800d15c01cb07502a3c637e9 Mon Sep 17 00:00:00 2001 From: Ismail Syed <123551020+iosyed@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:35:18 +0100 Subject: [PATCH 2/2] Edited README.md --- .../README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data-platform/data-science-and-ml/{oracle-data-science => oracle-data-science-service}/README.md (100%) diff --git a/data-platform/data-science-and-ml/oracle-data-science/README.md b/data-platform/data-science-and-ml/oracle-data-science-service/README.md similarity index 100% rename from data-platform/data-science-and-ml/oracle-data-science/README.md rename to data-platform/data-science-and-ml/oracle-data-science-service/README.md