Skip to content

Commit 7a7c1cb

Browse files
authored
merge: add ML project descriptions (#7)
2 parents cfd4168 + 5aac330 commit 7a7c1cb

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1+
[![Netlify Status](https://api.netlify.com/api/v1/badges/960fe5e0-232d-4e10-aae3-136b7f490ae7/deploy-status)](https://app.netlify.com/projects/nbprojects/deploys)
2+
13
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/demo)
24

35
# Machine Learning Projects
46

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.
627

728
> 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

Comments
 (0)