Skip to content

Commit ccc02e9

Browse files
authored
Moved AI-and-Analytics/Jupyter folder to Training (#2435)
1 parent 22d47cc commit ccc02e9

File tree

452 files changed

+23328
-23328
lines changed

Some content is hidden

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

452 files changed

+23328
-23328
lines changed

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/05-Logistic_Regression_and_Classification_Error_Metrics/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/06-SVM_and_Kernels/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/07-Decision_Trees/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/08-Bagging/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/09-Boosting_and_Stacking/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/10-Introduction_Clustering_Methods/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/11-Dimensionality_Reduction_and_Advanced_Topics/third-party-programs.txt

Lines changed: 0 additions & 253 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/04_dpex_Black_Sholes/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/05_dpex_Kmeans/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/06_dpex_GPAIRS/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/07_dpex_KNN/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.

AI-and-Analytics/Jupyter/Predictive_Modeling_Training/third-party-programs.txt

Lines changed: 0 additions & 457 deletions
This file was deleted.
Lines changed: 252 additions & 252 deletions
Large diffs are not rendered by default.
Lines changed: 252 additions & 252 deletions
Large diffs are not rendered by default.
Lines changed: 252 additions & 252 deletions
Large diffs are not rendered by default.
Lines changed: 252 additions & 252 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/05-Logistic_Regression_and_Classification_Error_Metrics/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/06-SVM_and_Kernels/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/07-Decision_Trees/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/08-Bagging/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/09-Boosting_and_Stacking/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/10-Introduction_Clustering_Methods/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.

Training/Introduction_to_Machine_Learning/11-Dimensionality_Reduction_and_Advanced_Topics/third-party-programs.txt

Lines changed: 253 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14999 additions & 14999 deletions
Large diffs are not rendered by default.
Lines changed: 441 additions & 441 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"guid": "f9d91098-095c-4ab6-a7ea-e1b454f04ccc",
3-
"name": "Introduction to Machine Learning",
4-
"categories": [ "Toolkit/oneAPI AI And Analytics/Getting Started" ],
5-
"description": "The Jupyter Notebooks in these samples are intended to give professors and students an accessible but challenging introduction to machine learning. It enumerates and describes many commonly used Scikit-learn* algorithms, which are used daily to address machine learning challenges. It has a secondary benefit of demonstrating how to accelerate commonly used Scikit-learn algorithms for Intel CPUs using Intel Extensions for Scikit-learn* which is part of the Intel® AI Analytics Toolkit (AI Kit) powered by oneAPI. This workshop is designed to be used on the Intel® DevCloud and includes details on submitting batch jobs on the DevCloud environment.",
6-
"toolchain": [ "jupyter" ],
7-
"languages": [ { "python": {} } ],
8-
"os": [ "linux" ],
9-
"builder": [ "ide", "make" ],
10-
"targetDevice": [ "CPU" ],
11-
"ciTests": {
12-
"linux": [
13-
{
14-
"steps": [
15-
""
16-
]
17-
}
18-
]
19-
},
20-
"expertise": "Tutorial"
21-
}
1+
{
2+
"guid": "f9d91098-095c-4ab6-a7ea-e1b454f04ccc",
3+
"name": "Introduction to Machine Learning",
4+
"categories": [ "Toolkit/oneAPI AI And Analytics/Getting Started" ],
5+
"description": "The Jupyter Notebooks in these samples are intended to give professors and students an accessible but challenging introduction to machine learning. It enumerates and describes many commonly used Scikit-learn* algorithms, which are used daily to address machine learning challenges. It has a secondary benefit of demonstrating how to accelerate commonly used Scikit-learn algorithms for Intel CPUs using Intel Extensions for Scikit-learn* which is part of the Intel® AI Analytics Toolkit (AI Kit) powered by oneAPI. This workshop is designed to be used on the Intel® DevCloud and includes details on submitting batch jobs on the DevCloud environment.",
6+
"toolchain": [ "jupyter" ],
7+
"languages": [ { "python": {} } ],
8+
"os": [ "linux" ],
9+
"builder": [ "ide", "make" ],
10+
"targetDevice": [ "CPU" ],
11+
"ciTests": {
12+
"linux": [
13+
{
14+
"steps": [
15+
""
16+
]
17+
}
18+
]
19+
},
20+
"expertise": "Tutorial"
21+
}

AI-and-Analytics/Jupyter/Introduction_to_Machine_Learning/third-party-programs.txt renamed to Training/Introduction_to_Machine_Learning/third-party-programs.txt

Lines changed: 518 additions & 518 deletions
Large diffs are not rendered by default.
Lines changed: 457 additions & 457 deletions
Large diffs are not rendered by default.
Lines changed: 457 additions & 457 deletions
Large diffs are not rendered by default.
Lines changed: 457 additions & 457 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)