.. ****************************************************************************** .. * Copyright 2021 Intel Corporation .. * .. * Licensed under the Apache License, Version 2.0 (the "License"); .. * you may not use this file except in compliance with the License. .. * You may obtain a copy of the License at .. * .. * http://www.apache.org/licenses/LICENSE-2.0 .. * .. * Unless required by applicable law or agreed to in writing, software .. * distributed under the License is distributed on an "AS IS" BASIS, .. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. * See the License for the specific language governing permissions and .. * limitations under the License. .. *******************************************************************************/ .. _samples: ####### Samples ####### The following samples are also provided as Jupyter notebooks in |intelex| repository. If you want to run them locally, refer to `these instructions `_. .. rubric:: Classification Tasks .. toctree:: :maxdepth: 1 k-Nearest Neighbors (kNN) for MNIST dataset Logistic Regression for Cifar dataset Support Vector Classification (SVC) for Adult dataset .. rubric:: Regression Tasks .. toctree:: :maxdepth: 1 ElasticNet for Airlines DepDelay dataset Lasso Regression for YearPredictionMSD dataset Linear Regression for YearPredictionMSD dataset Nu-Support Vector Regression (NuSVR) for Medical Charges dataset Random Forest for Yolanda dataset Rigde Regression for Airlines DepDelay dataset .. rubric:: Clustering Tasks .. toctree:: :maxdepth: 1 Kmeans for spoken arabic digit dataset DBSCAN for spoken arabic digit dataset .. seealso:: There are also :ref:`Kaggle kernels ` that use |intelex| for a variety of machine learning scenarios.