sahkalra / oci-data-science-ai-samples

This repo contains a series of tutorials and code examples highlighting different features of the OCI Data Science and AI services, along with a release vehicle for experimental programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle Cloud Infrastructure Data Science and AI services Examples

The Oracle Cloud Infrastructure (OCI) Data Science service has created this repo to make demos, tutorials, and code examples that highlight various features of the OCI Data Science service and AI services. We welcome your feedback and would like to know what content is useful and what content is missing. Open an issue to do this. We know that a lot of you are creating great content and we would like to help you share it. See the contributions document.

Sections

  • notebook_examples: The Accelerated Data Science (ADS) SDK is a data scientist friendly library that helps you speed up common data science tasks and it also provides an interface to other OCI services. This section contains JupyterLab notebooks that provide tutorials on how to use ADS. For example, the vault.ipynb shows how easy it is to store you secrets in the OCI Vault service.
  • conda_environment_notebooks: The OCI Data Science service uses conda environments to manage the available libraries that a notebook can use. OCI The Data Science service provides a number of conda environments that are designed to give you the best in class libraries for common data science tasks. Each family of conda environments has notebooks that demonstrate how to perform different data science tasks. This section is organized around these conda environment families and provides the notebooks that you need to get you started quickly.
  • knowledge_base: Are you struggling with a problem? Check out the knowledge base. It has a growing section of articles on how to solve common problems that you may encounter. If you have had a problem and have solved it, please consider contributing your solution. If you had a problem, others probably have had the same one.
  • labs: Looking to walk through an end-to-end problem? Check out this section. It has examples of how to train machine learning models and then deploy them on the OCI Data Science service. Have you built an end-to-end machine learning model and want to share it with others. Please consider contributing it.
  • model_catalog_examples: The model catalog provides a managed and centralized storage space for models. ADS helps you create the artifacts that you need to use this service. However, you need to provide a score.py file that will load the model and a function that will make predictions. The runtime.yaml provides information about the runtime conda environment if you want to deploy the model. It also allows you to document a comprehensive set of metadata about the provenance of the model. The section of the repo provides examples of how to create your score.py and runtime.yaml files for various common machine learning models. There are many different models and configurations. If you have developed a machine learning model that is not in this section, please consider contributing it.
  • jobs: Jobs enables you to define and run a repeatable machine learning task on a fully managed infrastructure. Jobs enable custom tasks, so you can apply any use case you may have such as data preparation, model training, hyperparameter optimization, batch inference, and so on. If you have developed a Job sample, that you would like to share, please consider contributing it.
  • data_labeling_examples: The data labeling service helps in the process of identifying properties (labels) of documents, text, and images (records), and annotating (labeling) them with those properties. This sections contains Python and Java scripts to annotate bulk number of records in OCI Data Labeling Service (DLS). If you have developed some functionality over/for dls, that you would like to share, please consider contributing it.

Resources

Check out the following resources for more information about the OCI Data Science and AI services:

Need Help?

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide.

Security

The Security Guide contains information about security vulnerability disclosure process. If you discover a vulnerability, consider filing an issue.

About

This repo contains a series of tutorials and code examples highlighting different features of the OCI Data Science and AI services, along with a release vehicle for experimental programs.

License:Universal Permissive License v1.0


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.0%Language:Java 0.2%Language:JavaScript 0.1%Language:HTML 0.1%Language:C# 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%