Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 'R' trademark symbol 'R' for MLCube mentions. #67

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MLCube examples
# MLCube examples

The machine learning (ML) community has seen an explosive growth and innovation in the last decade. New models emerge
on a daily basis, but sharing those models remains an ad-hoc process. Often, when a researcher wants to use a model
Expand All @@ -14,7 +14,7 @@ a variety of tools and processes that simplify user journey of deploying and man
which include management of models, datasets, and dependencies, tracking of metadata and experiments, deployment and
management of ML lifecycles, automation of performance evaluations and analysis, etc.

We propose an MLCube, a contract for packaging ML tasks and models that enables easy sharing and consistent reproduction
We propose an MLCube®, a contract for packaging ML tasks and models that enables easy sharing and consistent reproduction
of models, experiments and benchmarks amidst these existing MLOps processes. MLCube differs from an operation tool by
acting as a contract and specification as opposed to a product or implementation.

Expand Down
2 changes: 1 addition & 1 deletion fets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MedPerf - MLCube - Federated Tumor Segmentation Challenge

This repository contains three [MLCubes](https://github.com/mlcommons/mlcube) used throughout the organization of the FeTS challenge:
This repository contains three [MLCube®](https://github.com/mlcommons/mlcube) projects used throughout the organization of the FeTS challenge:

1. Preprocessing: This MLCube contains the preprocessing pipeline employed in FeTS (which is identical to BraTS).
2. Model: This MLCube can be used by **task-2 competitors** to build their inference application. If you are looking for how to prepare your FeTS task-2 submission, please continue reading [here](model).
Expand Down
2 changes: 1 addition & 1 deletion getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packing an existing project into MLCube

In this tutorial we're going to use the [Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html). We'll take an existing implementation, create the needed files to pack it into MLCube and execute all tasks.
In this tutorial we're going to use the [Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html). We'll take an existing implementation, create the needed files to pack it into MLCube® and execute all tasks.

## Original project code

Expand Down
2 changes: 1 addition & 1 deletion mnist/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MNIST MLCube

This example MLCube trains a simple neural network using MNIST dataset. Concretely, it implements two tasks:
This example MLCube® trains a simple neural network using MNIST dataset. Concretely, it implements two tasks:

- `download` task downloads MNIST dataset.
- `train` trains a DL model.
Expand Down
Loading