Skip to content

Commit d330699

Browse files
authored
Merge pull request #12 from gumdropsteve/day_10
Add Day 10 Soln
2 parents f3f395c + 6ce21c2 commit d330699

File tree

3 files changed

+7060
-0
lines changed

3 files changed

+7060
-0
lines changed

day_10/01_intro_to_github.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Slides: [docs.google.com/presentation/d/1fo3IgwcqiAhQzC3FnUT3ebUJHvkO2Cjdnp6ujWafqn4](https://docs.google.com/presentation/d/1fo3IgwcqiAhQzC3FnUT3ebUJHvkO2Cjdnp6ujWafqn4/edit?usp=sharing)
2+
3+
Markdown Cheatsheet: [github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
4+

day_10/02_intro_to_cuml.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
GitHub: [github.com/rapidsai/cuml](https://github.com/rapidsai/cuml)
2+
3+
> cuML is a suite of libraries that implement machine learning algorithms and mathematical primitives functions that share compatible APIs with other RAPIDS projects.
4+
5+
> cuML enables data scientists, researchers, and software engineers to run traditional tabular ML tasks on GPUs without going into the details of CUDA programming. In most cases, cuML's Python API matches the API from scikit-learn.
6+
7+
> For large datasets, these GPU-based implementations can complete 10-50x faster than their CPU equivalents. For details on performance, see the cuML Benchmarks Notebook.
8+
9+
Intro Notebook:
10+
- BlazingSQL Notebooks: [app.blazingsql.com/jupyter/user-redirect/lab/workspaces/auto-b/tree/Welcome_to_BlazingSQL_Notebooks/intro_notebooks/machine_learning.ipynb](https://app.blazingsql.com/jupyter/user-redirect/lab/workspaces/auto-b/tree/Welcome_to_BlazingSQL_Notebooks/intro_notebooks/machine_learning.ipynb)
11+
- GitHub: [github.com/BlazingDB/Welcome_to_BlazingSQL_Notebooks/blob/master/intro_notebooks/machine_learning.ipynb](https://github.com/BlazingDB/Welcome_to_BlazingSQL_Notebooks/blob/master/intro_notebooks/machine_learning.ipynb)

0 commit comments

Comments
 (0)