Skip to content

Commit ab11789

Browse files
authored
Merge pull request #904 from oracle-devrel/data-science-and-ml-vat
data-science-and-ml content update
2 parents e127bc5 + 9a269de commit ab11789

File tree

91 files changed

+1673
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1673
-37
lines changed

data-platform/data-science-and-ml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Data Science and Machine Learning section covers the tools and services under the broader Oracle Artificial Intelligence / Machine Learning / Data Science platform targeted at Data Science personas.
44

5-
Reviewed: 2024.03.08
5+
Reviewed: 2024.03.20
66

77

88
# License

data-platform/data-science-and-ml/oracle-data-science-service/README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page covers Oracle Cloud Infrastructure (OCI) Data Science Service.
44

55
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.
66

7-
Reviewed: 2024.03.08
7+
Reviewed: 2024.03.20
88

99

1010
# Table of Contents
@@ -21,22 +21,6 @@ Reviewed: 2024.03.08
2121
- [What is synthetic data?](https://blogs.oracle.com/ai-and-datascience/post/what-is-synthetic-data)
2222
- [Using APEX to apply trained Data Science models](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
2323
- [Integrating GenAI, RAG, and LangChain](https://www.linkedin.com/posts/luigi-saetta_ai-genai-llm-activity-7127218835404795905-6vvi?utm_source=share&utm_medium=member_desktop)
24-
25-
26-
# Useful Links
27-
28-
- [Oracle Data Science Homepage](https://www.oracle.com/uk/artificial-intelligence/data-science/)
29-
- [Oracle Data Science on YouTube](https://www.youtube.com/playlist?list=PLKCk3OyNwIzv6CWMhvqSB_8MLJIZdO80L)
30-
- [Oracle Data Science on Oracle Blogs](https://blogs.oracle.com/ai-and-datascience/)
31-
- [Oracle Data Science on GitHub](https://github.com/oracle-samples/oci-data-science-ai-samples)
32-
- [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)
33-
- [Oracle Data Science Service Documentation](https://docs.oracle.com/en-us/iaas/data-science/using/data-science.htm)
34-
- [Oracle Data Science ADS SDK Documentation](https://accelerated-data-science.readthedocs.io/en/latest/index.html)
35-
- [Oracle Data Science AutoMLx SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html)
36-
37-
38-
# Reusable Assets
39-
4024
- [Create and Publish a Custom Conda environment](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/Custom_Conda_Run_Jobs_Examples.ipynb)
4125
- [Integrate Generative AI with LangChain](https://github.com/luigisaetta/langchain_oracle)
4226
- [OCI Speech demos from OCI Data Science](https://github.com/luigisaetta/oci-speech-demos)
@@ -51,6 +35,18 @@ Reviewed: 2024.03.08
5135
- [Running Stable Diffusion XL using OCI Data Science](https://github.com/bobpeulen/stable_diff)
5236

5337

38+
# Useful Links
39+
40+
- [Oracle Data Science Homepage](https://www.oracle.com/uk/artificial-intelligence/data-science/)
41+
- [Oracle Data Science on YouTube](https://www.youtube.com/playlist?list=PLKCk3OyNwIzv6CWMhvqSB_8MLJIZdO80L)
42+
- [Oracle Data Science on Oracle Blogs](https://blogs.oracle.com/ai-and-datascience/)
43+
- [Oracle Data Science on GitHub](https://github.com/oracle-samples/oci-data-science-ai-samples)
44+
- [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)
45+
- [Oracle Data Science Service Documentation](https://docs.oracle.com/en-us/iaas/data-science/using/data-science.htm)
46+
- [Oracle Data Science ADS SDK Documentation](https://accelerated-data-science.readthedocs.io/en/latest/index.html)
47+
- [Oracle Data Science AutoMLx SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html)
48+
49+
5450
# License
5551

5652
Copyright (c) 2024 Oracle and/or its affiliates.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2024 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ODS - Sample R code
2+
3+
This files cover code snippets for OCI Data Science, for enhancing data with GAN (Generative Adversarial Networks).
4+
5+
Reviewed: 2024.03.20
6+
7+
8+
# When to use this asset?
9+
10+
Use this asset as support material when working with OCI Data Science, for enhancing data with GAN (Generative Adversarial Networks).
11+
12+
13+
# How to use this asset?
14+
15+
This asset is provided as general purpose material. Please tailor the content according to your context and needs.
16+
17+
18+
# License
19+
20+
Copyright (c) 2024 Oracle and/or its affiliates.
21+
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
24+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2024 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ODS - Sample R code
2+
3+
This files cover code snippets for OCI Data Science, for generating synthetic data.
4+
5+
Reviewed: 2024.03.20
6+
7+
8+
# When to use this asset?
9+
10+
Use this asset as support material when working with OCI Data Science, for generating synthetic data.
11+
12+
13+
# How to use this asset?
14+
15+
This asset is provided as general purpose material. Please tailor the content according to your context and needs.
16+
17+
18+
# License
19+
20+
Copyright (c) 2024 Oracle and/or its affiliates.
21+
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
24+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2024 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ODS - Sample R code
2+
3+
This files cover code snippets for OCI Data Science, for jobs with ADS.
4+
5+
Reviewed: 2024.03.20
6+
7+
8+
# When to use this asset?
9+
10+
Use this asset as support material when working with OCI Data Science, for jobs with ADS.
11+
12+
13+
# How to use this asset?
14+
15+
This asset is provided as general purpose material. Please tailor the content according to your context and needs.
16+
17+
18+
# License
19+
20+
Copyright (c) 2024 Oracle and/or its affiliates.
21+
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
24+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)