.. ****************************************************************************** .. * Copyright 2020-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. .. *******************************************************************************/ .. _daal_guide: DAAL Interfaces =============== This chapter documents algorithms implemented in `DAAL interfaces `_. See :ref:`oneapi_dal_guide` to find documentation on oneAPI interfaces. Refer to :ref:`oneapi_vs_daal` to learn the difference between them. .. toctree:: :maxdepth: 2 daal/cpu-vs-gpu.rst daal/usage/index.rst daal/data-management/data-management.rst daal/analysis.rst daal/training-prediction.rst daal/services/services.rst Examples ******** You can find examples on Github*: - `C++ `_ (CPU) - `Java* `_ (not supported on GPU) - `Python* `_