Skip to content

Commit 6653be3

Browse files
authored
Update README.md
1 parent fc974ff commit 6653be3

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

  • AI-and-Analytics/Getting-Started-Samples

AI-and-Analytics/Getting-Started-Samples/README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
1414

1515
# Getting Started Samples
1616

17-
|AI Tools preset | Component | Folder | Description
18-
|--------------------------| --------- | ------------------------------------------------ | -
19-
|Deep Learning| Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-PyTorch](INC-Quantization-Sample-for-PyTorch) | Performs INT8 quantization on a Hugging Face BERT model.
20-
|Deep Learning| Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-Tensorflow](INC-Sample-for-Tensorflow) | Quantizes a FP32 model into INT8 by Intel® Neural Compressor (INC) and compares the performance between FP32 and INT8.
21-
|Deep Learning| Intel® Optimization for TensorFlow* | [IntelTensorFlow_GettingStarted](IntelTensorFlow_GettingStarted) | A simple training example for TensorFlow.
22-
|Deep Learning|Intel® Extension of PyTorch | [Getting Started with Intel® Extension for PyTorch* (IPEX)](https://github.com/intel/intel-extension-for-pytorch/blob/main/examples/cpu/inference/python/jupyter-notebooks/README.md) | A simple training example for Intel® Extension of PyTorch.
23-
|Classical Machine Learning| Scikit-learn (OneDAL) | [Intel_Extension_For_SKLearn_GettingStarted](Intel_Extension_For_SKLearn_GettingStarted) | Speed up a scikit-learn application using Intel oneDAL.
24-
|Deep Learning|oneCCL Bindings for PyTorch | [Intel oneCCL Bindings For PyTorch GettingStarted](Intel_oneCCL_Bindings_For_PyTorch_GettingStarted) | Guides users through the process of running a simple PyTorch* distributed workload on both GPU and CPU. |
25-
|Deep Learning|JAX Getting Started Sample | [IntelJAX GettingStarted](https://github.com/oneapi-src/oneAPI-samples/tree/development/AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted) | The JAX Getting Started sample demonstrates how to train a JAX model and run inference on Intel® hardware. |
26-
27-
*Other names and brands may be claimed as the property of others. [Trademarks](https://www.intel.com/content/www/us/en/legal/trademarks.html)
17+
| AI Tools preset | Component | Folder | Description
18+
| -------------------------- | ------------------------------ | ---------------------------------------------------------------------------------------- | -------------------------------------------------------
19+
| Classical Machine Learning | Scikit-learn (OneDAL) | [Intel_Extension_For_SKLearn_GettingStarted](Intel_Extension_For_SKLearn_GettingStarted) | Speed up a scikit-learn application using Intel oneDAL.
20+
| Deep Learning | Intel® Extension of PyTorch | [Getting Started with Intel® Extension for PyTorch* (IPEX)](https://github.com/intel/intel-extension-for-pytorch/blob/main/examples/cpu/inference/python/jupyter-notebooks/README.md) | A simple training example for Intel® Extension of PyTorch.
21+
| Deep Learning | Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-PyTorch](INC-Quantization-Sample-for-PyTorch) | Performs INT8 quantization on a Hugging Face BERT model.
22+
| Deep Learning | Intel® Neural Compressor (INC) | [Intel® Neural Compressor (INC) Sample-for-Tensorflow](INC-Sample-for-Tensorflow) | Quantizes a FP32 model into INT8 by Intel® Neural Compressor (INC) and compares the performance between FP32 and INT8.
23+
| Deep Learning | JAX Getting Started Sample | [IntelJAX GettingStarted](IntelJAX_GettingStarted) | The JAX Getting Started sample demonstrates how to train a JAX model and run inference on Intel® hardware.
24+
| Deep Learning | oneCCL Bindings for PyTorch | [Intel oneCCL Bindings For PyTorch GettingStarted](Intel_oneCCL_Bindings_For_PyTorch_GettingStarted) | Guides users through the process of running a simple PyTorch* distributed workload on both GPU and CPU.
25+
| Deep Learning | ONNX Runtime* | [Quickstart Examples for PyTorch, TensorFlow, and SciKit Learn](https://onnxruntime.ai/docs/get-started/with-python.html#quickstart-examples-for-pytorch-tensorflow-and-scikit-learn) | Train a model using your favorite framework, export to ONNX format and inference in any supported ONNX Runtime language.
26+
| Deep Learning | TensorFlow* | [TensorFlow_GettingStarted](TensorFlow_GettingStarted) | A simple training example for TensorFlow.
27+
28+
*Other names and brands may be claimed as the property of others.
29+
[Trademarks](https://www.intel.com/content/www/us/en/legal/trademarks.html)

0 commit comments

Comments
 (0)