Skip to content

Commit 5c4f239

Browse files
authored
Update README.md
Added XGBoost link in README.md
1 parent ff77eb9 commit 5c4f239

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

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

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +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-
| 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.
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+
| Classical Machine Learning | Intel® Optimization for XGBoost* | [Get Started with XGBoost](https://xgboost.readthedocs.io/en/stable/get_started.html) | Set up and trains an XGBoost* model on datasets for prediction.
21+
| 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.
22+
| 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.
23+
| 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.
24+
| 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.
25+
| 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.
26+
| 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.
2627

2728
*Other names and brands may be claimed as the property of others.
2829
[Trademarks](https://www.intel.com/content/www/us/en/legal/trademarks.html)

0 commit comments

Comments
 (0)