01_Introduction_to_RAPIDS |
This notebook shows at a high level what each of the packages in RAPIDS are as well as what they do. |
02_Introduction_to_cuDF |
This notebook shows how to work with cuDF DataFrames in RAPIDS. |
03_Introduction_to_Dask |
This notebook shows how to work with Dask using basic Python primitives like integers and strings. |
04_Introduction_to_Dask_using_cuDF_DataFrames |
This notebook shows how to work with cuDF DataFrames using Dask. |
05_Introduction_to_Dask_cuDF |
This notebook shows how to work with cuDF DataFrames distributed across multiple GPUs using Dask. |
06_Introduction_to_Supervised_Learning |
This notebook shows how to do GPU accelerated Supervised Learning in RAPIDS. |
07_Introduction_to_XGBoost |
This notebook shows how to work with GPU accelerated XGBoost in RAPIDS. |
08_Introduction_to_Dask_XGBoost |
This notebook shows how to work with Dask XGBoost in RAPIDS. |
09_Introduction_to_Dimensionality_Reduction |
This notebook shows how to do GPU accelerated Dimensionality Reduction in RAPIDS. |
10_Introduction_to_Clustering |
This notebook shows how to do GPU accelerated Clustering in RAPIDS. |
11_Introduction_to_Strings |
This notebook shows how to use cuDF to process text data. |
12_Introduction_to_Exploratory_Data_Analysis |
This notebook shows how to perform basic EDA with cuDF DataFrames |
13_Introduction_to_Time_Series_Data_Analysis_using_cuDF |
This notebook shows how to do EDA on time-series DataFrame with cuDF |
14_Introduction_to_Machine_Learning_using_cuML |
This notebook provides an introduction to core machine learning techniques with cuML |