Skip to content

Commit f96a52c

Browse files
authored
Merge pull request #2591 from bopeng1234/2025Hack_github_readme
Update name and old links according to AI Tools
2 parents 2a2f588 + d431644 commit f96a52c

File tree

74 files changed

+199
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+199
-199
lines changed

AI-and-Analytics/End-to-end-Workloads/Census/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Intel® Distribution of Modin* uses HDK to speed up your Pandas notebooks, scrip
1919
| :--- | :---
2020
| OS | 64-bit Ubuntu* 18.04 or higher
2121
| Hardware | Intel Atom® processors <br> Intel® Core™ processor family <br> Intel® Xeon® processor family <br> Intel® Xeon® Scalable processor family
22-
| Software | Intel® AI Analytics Toolkit (AI Kit) (Python version 3.8 or newer, Intel® Distribution of Modin*) <br> Intel® Extension for Scikit-learn* <br> NumPy
22+
| Software | AI Tools (Python version 3.8 or newer, Intel® Distribution of Modin*) <br> Intel® Extension for Scikit-learn* <br> NumPy
2323

24-
The Intel® Distribution of Modin* and Intel® Extension for Scikit-learn* libraries are available together in [Intel® AI Analytics Toolkit (AI Kit)](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html).
24+
The Intel® Distribution of Modin* and Intel® Extension for Scikit-learn* libraries are available together in [AI Tools](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools.html).
2525

2626

2727
## Key Implementation Details
2828

29-
This end-to-end workload sample code is implemented for CPU using the Python language. Once you have installed AI Kit, the Conda environment is prepared with Python version 3.8 (or newer), Intel Distribution of Modin*, Intel® Extension for Scikit-Learn, and NumPy.
29+
This end-to-end workload sample code is implemented for CPU using the Python language. Once you have installed AI Tools, the Conda environment is prepared with Python version 3.8 (or newer), Intel Distribution of Modin*, Intel® Extension for Scikit-Learn, and NumPy.
3030

3131
In this sample, you will use Intel® Distribution of Modin* to ingest and process U.S. census data from 1970 to 2010 in order to build a ridge regression-based model to find the relation between education and total income earned in the US.
3232

@@ -36,11 +36,11 @@ The data transformation stage normalizes the income to yearly inflation, balance
3636
3737

3838
## Configure the Development Environment
39-
If you do not already have the AI Kit installed, then download an online or offline installer for the [Intel® AI Analytics Toolkit (AI Kit)](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html) or install the AI Kit using Conda.
39+
If you do not already have the AI Tools installed, then download an online or offline installer for the [AI Tools](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools.html) or install the AI Tools using Conda.
4040

41-
>**Note**: See [Install Intel® AI Analytics Toolkit via Conda*](https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/conda/install-intel-ai-analytics-toolkit-via-conda.html) in the *Intel® oneAPI Toolkits Installation Guide for Linux* OS* for information on Conda installation and configuration.
41+
>**Note**: See [Install AI Tools via Conda*](https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/conda/install-intel-ai-analytics-toolkit-via-conda.html) in the *Intel® oneAPI Toolkits Installation Guide for Linux* OS* for information on Conda installation and configuration.
4242
43-
The Intel® Distribution of Modin* and the Intel® Extension for Scikit-learn* are ready to use after AI Kit installation with the Conda Package Manager.
43+
The Intel® Distribution of Modin* and the Intel® Extension for Scikit-learn* are ready to use after AI Tools installation with the Conda Package Manager.
4444

4545
## Set Environment Variables
4646

AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You will need to download and install the following toolkits, tools, and compone
4242

4343
Required AI Tools: <Intel® Extension for TensorFlow* - GPU><!-- List specific AI Tools that needs to be installed before running this sample -->
4444

45-
If you have not already, select and install these Tools via [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html). AI and Analytics samples are validated on AI Tools Offline Installer. It is recommended to select Offline Installer option in AI Tools Selector.
45+
If you have not already, select and install these Tools via [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools-selector.html). AI and Analytics samples are validated on AI Tools Offline Installer. It is recommended to select Offline Installer option in AI Tools Selector.
4646

4747
>**Note**: If Docker option is chosen in AI Tools Selector, refer to [Working with Preset Containers](https://github.com/intel/ai-containers/tree/main/preset) to learn how to run the docker and samples.
4848
@@ -85,7 +85,7 @@ For Jupyter Notebook, refer to [Installing Jupyter](https://jupyter.org/install)
8585
## Run the Sample
8686
>**Note**: Before running the sample, make sure [Environment Setup](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch#environment-setup) is completed.
8787
88-
Go to the section which corresponds to the installation method chosen in [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html) to see relevant instructions:
88+
Go to the section which corresponds to the installation method chosen in [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools-selector.html) to see relevant instructions:
8989
* [AI Tools Offline Installer (Validated)](#ai-tools-offline-installer-validated)
9090
* [Conda/PIP](#condapip)
9191
* [Docker](#docker)

AI-and-Analytics/End-to-end-Workloads/LanguageIdentification/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Languages are selected from the CommonVoice dataset for training, validation, an
1111

1212
## Purpose
1313

14-
Spoken audio comes in different languages and this sample uses a model to identify what that language is. The user will use an Intel® AI Analytics Toolkit container environment to train a model and perform inference leveraging Intel-optimized libraries for PyTorch*. There is also an option to quantize the trained model with Intel® Neural Compressor (INC) to speed up inference.
14+
Spoken audio comes in different languages and this sample uses a model to identify what that language is. The user will use an AI Tools container environment to train a model and perform inference leveraging Intel-optimized libraries for PyTorch*. There is also an option to quantize the trained model with Intel® Neural Compressor (INC) to speed up inference.
1515

1616
## Prerequisites
1717

@@ -39,7 +39,7 @@ For both training and inference, you can run the sample and scripts in Jupyter N
3939

4040
### Create and Set Up Environment
4141

42-
1. Create your conda environment by following the instructions on the Intel [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html). You can follow these settings:
42+
1. Create your conda environment by following the instructions on the Intel [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools-selector.html). You can follow these settings:
4343

4444
* Tool: AI Tools
4545
* Preset or customize: Customize

AI-and-Analytics/End-to-end-Workloads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ through machine learning, and provide interoperability for efficient model
1111
development.
1212

1313
You can find more information at
14-
[Intel AI Tools](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html).
14+
[Intel AI Tools](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools.html).
1515

1616

1717
# End-to-end Samples

AI-and-Analytics/Features-and-Functionality/INC_QuantizationAwareTraining_TextClassification/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `Fine-tuning Text Classification Model with Intel® Neural Compressor (INC)`
88
| Time to complete | 10 minutes
99
| Category | Concepts and Functionality
1010

11-
Intel® Neural Compressor (INC) simplifies the process of converting the FP32 model to INT8/BF16. At the same time, Intel® Neural Compressor (INC) tunes the quantization method to reduce the accuracy loss, which is a big blocker for low-precision inference as part of Intel® AI Analytics Toolkit (AI Kit).
11+
Intel® Neural Compressor (INC) simplifies the process of converting the FP32 model to INT8/BF16. At the same time, Intel® Neural Compressor (INC) tunes the quantization method to reduce the accuracy loss, which is a big blocker for low-precision inference as part of AI Tools.
1212

1313
## Purpose
1414

@@ -26,9 +26,9 @@ This sample shows how to fine-tune text model for emotion classification on pre-
2626

2727
You will need to download and install the following toolkits, tools, and components to use the sample.
2828

29-
- **Intel® AI Analytics Toolkit (AI Kit)**
29+
- **AI Tools**
3030

31-
You can get the AI Kit from [Intel® oneAPI Toolkits](https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#analytics-kit). <br> See [*Get Started with the Intel® AI Analytics Toolkit for Linux**](https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux) for AI Kit installation information and post-installation steps and scripts.
31+
You can get the AI Tools from [Intel® oneAPI Toolkits](https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#analytics-kit). <br> See [*Get Started with the AI Tools for Linux**](https://www.intel.com/content/www/us/en/docs/oneapi-ai-analytics-toolkit/get-started-guide-linux/current/before-you-begin.html) for AI Tools installation information and post-installation steps and scripts.
3232

3333
- **Jupyter Notebook**
3434

@@ -90,7 +90,7 @@ When working with the command-line interface (CLI), you should configure the one
9090
```
9191
2. Activate Conda environment without Root access (Optional).
9292

93-
By default, the AI Kit is installed in the `/opt/intel/oneapi` folder and requires root privileges to manage it.
93+
By default, the AI Tools is installed in the `/opt/intel/oneapi` folder and requires root privileges to manage it.
9494

9595
You can choose to activate Conda environment without root access. To bypass root access to manage your Conda environment, clone and activate your desired Conda environment using the following commands similar to the following.
9696

AI-and-Analytics/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ The Intel® Extension for PyTorch (IPEX) gives users the ability to perform PyTo
2020
|:--- |:---
2121
| OS | Ubuntu* 22.04 or newer
2222
| Hardware | Intel® Data Center GPU Flex Series, Intel® Data Center GPU Max Series, and Intel® ARC™ A-Series GPUs(Experimental Support)
23-
| Software | Intel® oneAPI AI Analytics Toolkit 2023.1 or later
23+
| Software | AI Tools 2023.1 or later
2424

2525
### For Local Development Environments
2626

2727
You will need to download and install the following toolkits, tools, and components to use the sample.
2828

29-
- **Intel® AI Analytics Toolkit (AI Kit) 2023.1 or later**
29+
- **AI Tools 2023.1 or later**
3030

31-
You can get the AI Kit from [Intel® oneAPI Toolkits](https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#analytics-kit). <br> See [*Get Started with the Intel® AI Analytics Toolkit for Linux**](https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-ai-linux) for AI Kit installation information and post-installation steps and scripts.
31+
You can get the AI Tools from [Intel® oneAPI Toolkits](https://www.intel.com/content/www/us/en/developer/tools/oneapi/toolkits.html#analytics-kit). <br> See [*Get Started with the AI Tools for Linux**](https://www.intel.com/content/www/us/en/docs/oneapi-ai-analytics-toolkit/get-started-guide-linux/current/before-you-begin.html) for AI Tools installation information and post-installation steps and scripts.
3232

3333
- **Jupyter Notebook**
3434

@@ -88,7 +88,7 @@ When working with the command-line interface (CLI), you should configure the one
8888
```
8989
2. Activate Conda environment without Root access (Optional).
9090
91-
By default, the AI Kit is installed in the `/opt/intel/oneapi` folder and requires root privileges to manage it.
91+
By default, the AI Tools is installed in the `/opt/intel/oneapi` folder and requires root privileges to manage it.
9292
9393
You can choose to activate Conda environment without root access. To bypass root access to manage your Conda environment, clone and activate your desired Conda environment and create a jupyter kernal using the following commands similar to the following.
9494
@@ -110,7 +110,7 @@ When working with the command-line interface (CLI), you should configure the one
110110
```
111111
IntelPyTorch_GPU_InferenceOptimization_with_AMP.ipynb
112112
```
113-
5. Change your Jupyter Notebook kernel to **PyTorch (AI kit)**.
113+
5. Change your Jupyter Notebook kernel to **PyTorch (AI Tools)**.
114114
6. Run every cell in the Notebook in sequence.
115115
116116
#### Running on the Command Line (Optional)

AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You will need to download and install the following toolkits, tools, and compone
3737

3838
Required AI Tools: Intel® Extension for PyTorch* (CPU)
3939

40-
If you have not already, select and install these Tools via [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html). AI and Analytics samples are validated on AI Tools Offline Installer. It is recommended to select Offline Installer option in AI Tools Selector.
40+
If you have not already, select and install these Tools via [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools-selector.html). AI and Analytics samples are validated on AI Tools Offline Installer. It is recommended to select Offline Installer option in AI Tools Selector.
4141

4242
>**Note**: If Docker option is chosen in AI Tools Selector, refer to [Working with Preset Containers](https://github.com/intel/ai-containers/tree/main/preset) to learn how to run the docker and samples.
4343
@@ -74,7 +74,7 @@ For Jupyter Notebook, refer to [Installing Jupyter](https://jupyter.org/install)
7474
## Run the Sample
7575
>**Note**: Before running the sample, make sure [Environment Setup](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Features-and-Functionality/IntelPyTorch_TrainingOptimizations_AMX_BF16#environment-setup) is completed.
7676
77-
Go to the section which corresponds to the installation method chosen in [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html) to see relevant instructions:
77+
Go to the section which corresponds to the installation method chosen in [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools-selector.html) to see relevant instructions:
7878
* [AI Tools Offline Installer (Validated)](#ai-tools-offline-installer-validated)
7979
* [Conda/PIP](#condapip)
8080
* [Docker](#docker)

AI-and-Analytics/Features-and-Functionality/IntelPython_XGBoost_Performance/IntelPython_XGBoost_Performance.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "b42cc6eb",
1414
"metadata": {},
1515
"source": [
16-
"In this example we will train a XGBoost model and predict the results to show off Intel's optimizations for XGBoost used for increased performance. Intel optimized XGBoost is shipped as a part of the Intel® oneAPI AI Analytics Toolkit.\n",
16+
"In this example we will train a XGBoost model and predict the results to show off Intel's optimizations for XGBoost used for increased performance. Intel optimized XGBoost is shipped as a part of the AI Tools.\n",
1717
"\n",
1818
"This example is a Jupyter Notebook version of a XGBoost example seen in this Medium blog using the popular Higgs dataset: \n",
1919
"https://medium.com/intel-analytics-software/new-optimizations-for-cpu-in-xgboost-1-1-81144ea21115"
@@ -42,7 +42,7 @@
4242
"source": [
4343
"This example is executed in two Anaconda environments. \n",
4444
"\n",
45-
"The first environment is the latest [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html) base environment, which includes data analytics and machine learning workflows and Intel optimizations for XGboost. See [here](https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html) for more installation information."
45+
"The first environment is the latest [AI Tools](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools.html) base environment, which includes data analytics and machine learning workflows and Intel optimizations for XGboost. See [here](https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html) for more installation information."
4646
]
4747
},
4848
{

AI-and-Analytics/Features-and-Functionality/IntelPython_XGBoost_Performance/IntelPython_XGBoost_Performance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# # XGBoost Performance Comparison
55

6-
# In this example we will train a XGBoost model and predict the results to show off Intel's optimizations for XGBoost used for increased performance. Intel optimized XGBoost is shipped as a part of the Intel® oneAPI AI Analytics Toolkit.
6+
# In this example we will train a XGBoost model and predict the results to show off Intel's optimizations for XGBoost used for increased performance. Intel optimized XGBoost is shipped as a part of the AI Tools.
77
#
88
# This example is a Jupyter Notebook version of a XGBoost example seen in this Medium blog using the popular Higgs dataset:
99
# https://medium.com/intel-analytics-software/new-optimizations-for-cpu-in-xgboost-1-1-81144ea21115
@@ -14,7 +14,7 @@
1414

1515
# This example is executed in two Anaconda environments.
1616
#
17-
# The first environment is the latest [Intel® oneAPI AI Analytics Toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html) base environment, which includes data analytics and machine learning workflows and Intel optimizations for XGboost. See [here](https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html) for more installation information.
17+
# The first environment is the latest [AI Tools](https://www.intel.com/content/www/us/en/developer/topic-technology/artificial-intelligence/frameworks-tools.html) base environment, which includes data analytics and machine learning workflows and Intel optimizations for XGboost. See [here](https://software.intel.com/content/www/us/en/develop/articles/installing-ai-kit-with-conda.html) for more installation information.
1818

1919
# The second environment is a clone of the first environment using commands:
2020

0 commit comments

Comments
 (0)