You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/data-science-and-ml/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Data Science and Machine Learning
2
2
3
+
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.
Copy file name to clipboardExpand all lines: data-platform/data-science-and-ml/oracle-data-science-service/README.md
+36-6Lines changed: 36 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,29 @@
1
1
# Oracle Data Science Service
2
2
3
-
This page is covering Oracle Cloud Infrastructure (OCI) Data Science Service.
3
+
This page covers Oracle Cloud Infrastructure (OCI) Data Science Service.
4
4
5
5
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.
6
6
7
-
## Table of Contents
8
-
9
-
1.[Useful Links](#useful-links)
10
-
2.[Reusable Assets](#reusable-assets)
7
+
Reviewed: 2024.03.08
11
8
12
-
## Useful Links
9
+
10
+
# Table of Contents
11
+
12
+
1.[Team Publications](#team-publications)
13
+
2.[Useful Links](#useful-links)
14
+
3.[Reusable Assets](#reusable-assets)
15
+
16
+
17
+
# Team Publications
18
+
19
+
-[Object Detection and Yolov8 on Oracle Cloud](https://medium.com/the-modern-scientist/object-detection-and-yolo-v8-on-oracle-cloud-dc0380345915)
20
+
-[Generative AI: how to control the creativity of your Large Language Model](https://luigi-saetta.medium.com/generative-ai-how-to-control-the-creativity-of-your-large-language-model-c7b0322b4c3d)
21
+
-[What is synthetic data?](https://blogs.oracle.com/ai-and-datascience/post/what-is-synthetic-data)
22
+
-[Using APEX to apply trained Data Science models](https://blogs.oracle.com/ai-and-datascience/post/yolov5-models-in-apex-using-oracle-data-science)
23
+
-[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
13
27
14
28
-[Oracle Data Science Homepage](https://www.oracle.com/uk/artificial-intelligence/data-science/)
15
29
-[Oracle Data Science on YouTube](https://www.youtube.com/playlist?list=PLKCk3OyNwIzv6CWMhvqSB_8MLJIZdO80L)
@@ -21,6 +35,22 @@ Oracle Cloud Infrastructure (OCI) Data Science is a fully-managed platform for t
21
35
-[Oracle Data Science AutoMLx SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html)
22
36
23
37
38
+
# Reusable Assets
39
+
40
+
-[Create and Publish a Custom Conda environment](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/Custom_Conda_Run_Jobs_Examples.ipynb)
41
+
-[Integrate Generative AI with LangChain](https://github.com/luigisaetta/langchain_oracle)
42
+
-[OCI Speech demos from OCI Data Science](https://github.com/luigisaetta/oci-speech-demos)
43
+
-[Fine tune OpenAI Whisper using Jobs](https://github.com/luigisaetta/train-large-models)
44
+
-[Airplane Detector using Custom trained Ultralytics YOLO V8 model](https://github.com/luigisaetta/airplane_detector)
45
+
-[Store and Deploy DeepFace, a Face Recognition model on OCI Data Science](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/deepface_oda_v3.ipynb)
46
+
-[Store and Deploy GPT2 on OCI Data Science](https://github.com/bobpeulen/model_deployment/blob/main/deploying_gpt2.ipynb)
47
+
-[Example of Storing and Deploying model from HuggingFace - RobertaBase](https://github.com/bobpeulen/model_deployment/blob/main/roberta_base_sentiment_deployed%20(1).ipynb)
48
+
-[Invoke a Model Deployment in OCI Data Science using OCI Functions](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/functions_invoke_md.py)
49
+
-[Analyze Tweets (Twitter / X) using OCI Data Science and AI Language](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/twitter_feed_sentiment.ipynb)
50
+
-[Run Speech to Text on many recordings using Whisper on OCI Data Science as one Job](https://github.com/bobpeulen/oracle_data_science_examples/blob/main/speech_to_text_qdrant_vector_db.ipynb)
51
+
-[Running Stable Diffusion XL using OCI Data Science](https://github.com/bobpeulen/stable_diff)
0 commit comments