|
| 1 | +[](https://app.netlify.com/projects/nbprojects/deploys) |
| 2 | + |
1 | 3 | [](https://jupyterlite.github.io/demo)
|
2 | 4 |
|
3 | 5 | # Machine Learning Projects
|
4 | 6 |
|
5 |
| -This repo contains a sampling of Python Jupyter notebooks I write about on my website. I am using the amazing [JupyterLite](https://github.com/jupyterlite/jupyterlite) to host browser-based interactive Jupyter notebooks. |
| 7 | +This repo contains a sampling of my Python Jupyter ML notebooks that I write about on my website. |
| 8 | + |
| 9 | +- **Predicting Customer Churn:** |
| 10 | + - Project writeup - https://aiengineer.work/projects/predict-churn |
| 11 | + - Notebook - https://github.com/100stacks/ml-projects/blob/main/content/predict_customer_churn.ipynb |
| 12 | +- **Optimizing Customer Support Operations:** |
| 13 | + - Project writeup - https://aiengineer.work/projects/customer-support |
| 14 | + - Notebook - https://github.com/100stacks/ml-projects/blob/main/content/customer_support_nlp.ipynb |
| 15 | +- **DeepSeek R1 GRPO Explained:** |
| 16 | + - Project writeup - https://aiengineer.work/projects/deepseek |
| 17 | + - Notebook - https://github.com/100stacks/ml-projects/blob/main/content/deepseek-r1_unsloth_grpo.ipynb |
| 18 | + |
| 19 | +**All notebooks are deployed to my website and GitHub Pages.** |
| 20 | + |
| 21 | +- Website deployment: https://ml.aiengineer.work/lab/index.html |
| 22 | +- GitHub Pages deployment: https://100stacks.github.io/ml-projects/lab/index.html |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +I am using the amazing [JupyterLite](https://github.com/jupyterlite/jupyterlite) to host browser-based interactive Jupyter notebooks. |
6 | 27 |
|
7 | 28 | > NOTE: The interactive notebook session is using your device resources and local storage, so
|
8 |
| -> this is different from using an online colab site, such as, DeepNote - https://deepnote.com or Google Colab - https://colab.google. |
| 29 | +> this is different from using an online colab site, such as, [DeepNote](https://deepnote.com) or [Google Colab](https://colab.google). |
0 commit comments