Skip to content

Commit ab7b528

Browse files
Merge pull request #896 from oracle-devrel/data-science-and-ml-vat
data-science-and-ml content update
2 parents 02f6815 + 1d32211 commit ab7b528

File tree

44 files changed

+9510
-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.

44 files changed

+9510
-37
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Data Science and Machine Learning
22

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.
4+
5+
Reviewed: 2024.03.08
6+
7+
38
# License
49

510
Copyright (c) 2024 Oracle and/or its affiliates.

data-platform/data-science-and-ml/art-of-possible-demos/assets-by-demo/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
# Oracle Data Science Service
22

3-
This page is covering Oracle Cloud Infrastructure (OCI) Data Science Service.
3+
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-
## Table of Contents
8-
9-
1. [Useful Links](#useful-links)
10-
2. [Reusable Assets](#reusable-assets)
7+
Reviewed: 2024.03.08
118

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
1327

1428
- [Oracle Data Science Homepage](https://www.oracle.com/uk/artificial-intelligence/data-science/)
1529
- [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
2135
- [Oracle Data Science AutoMLx SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/automlx/latest/html/multiversion/v23.1.1/index.html)
2236

2337

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)
52+
53+
2454
# License
2555

2656
Copyright (c) 2024 Oracle and/or its affiliates.

0 commit comments

Comments
 (0)