Free
[customer_churn.csv] ──> [Google Drive / Public URL] ──> [Google Colab (Free CPU)]
│
[Scikit-Learn Model]
https://physionet.org/content/mimiciv/3.1/
https://synthea.mitre.org/
https://www.coursera.org/learn/foundations-of-ai-and-machine-learning
6/4 restructure key deliverables with startup in page tab + target audience
Step 2 — From now on, your daily workflow is just:
# make changes, then...
git add <file>
git commit -m "your message"
git push origin mainStep 3 — Clean up the old branch (optional but recommended):
# delete locally
git branch -d add-github-actions
# delete on GitHub
git push origin --delete add-github-actions
Step 4 — Prevent accidentally creating branches again:
On GitHub, go to Settings → Branches and set main as the default branch if it isn't already. That way git push without specifying a branch always targets main.
Books
"Deep Learning" by Ian Goodfellow, Yoshua Bengio, and Aaron Courville
"Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow" by Aurélien Géron
Website
https://towardsdatascience.com/
https://distill.pub/
https://arxiv.org/list/cs.LG/recent
