Advertisement Β· 728 Γ— 90
#
Hashtag
#mlzoomcamp
Advertisement Β· 728 Γ— 90
Post image

πŸŽ“ Finished Machine Learning Zoomcamp by DataTalks.Club

4 months of ML engineering from scratch β†’ production
β€’ Built models from ground up (regression, trees, neural nets)
β€’ Deployed w/ Docker, Kubernetes, AWS Lambda
β€’ PyTorch, TensorFlow, FastAPI

Shoutout to the DTC

#MLZoomcamp #MachineLearning

0 1 0 0
Preview
GitHub - HighviewOne/har-classification-capstone: Human Activity Recognition using Deep Learning - ML Zoomcamp 2025 Capstone 2 Human Activity Recognition using Deep Learning - ML Zoomcamp 2025 Capstone 2 - HighviewOne/har-classification-capstone

πŸŽ‰ Capstone 2 complete #mlzoomcamp 2025
Human Activity Recognition using smartphone sensors:
πŸ“± 95.5% accuracy with Logistic Regression
🚢 6 activities: Walking, Sitting, Standing, Laying...
🐳 Docker + Kubernetes deployed
Key insight: Simple models beat Neural Networks
smplu.link/MWEEh

1 0 0 0
Post image Post image Post image Post image

Reviewed an ML Zoomcamp capstone that had:
βœ“ SMOTE for 2.21% fraud imbalance
βœ“ Multi-stage Docker build
βœ“ Live Render deployment
βœ“ Custom web UI with risk gauge

16/16. This is how you stand out.

#mlzoomcamp #machinelearning

0 0 0 0

Peer reviewing ML projects hits different when someone builds a full interactive web UI on top of their fraud detection API πŸ”₯

Not required. Just... done right.

That's the gap between "completed the assignment" and "portfolio-ready."

#mlzoomcamp #datascience

0 0 1 0

Just reviewed a 16/16 perfect score Capstone for ML Zoomcamp 2025 πŸ†

E-commerce fraud detection with:
- 5 models compared (XGBoost + SMOTE won)
- 17 β†’ 56 engineered features
- Interactive web UI
- Live cloud deployment

This is what "above and beyond" looks like.

#mlzoomcamp

0 0 1 0
Post image Post image Post image

TIL reviewing someone else's ML project teaches you more than you'd expect 🧠

Just wrapped up a Capstone 1 peer review for ML Zoomcamp β€” solid depression prediction project with Flask API + Docker deployment.

Peer review > passive learning

#mlzoomcamp

0 0 0 0

Key insight: A good README and working Dockerfile matter as much as model accuracy. Reproducibility is a skill.

Take peer reviews seriously β€” you learn just as much evaluating as building.

#mlzoomcamp #datascience

0 0 1 0

Just finished my first peer review for ML Zoomcamp 2025 Capstone 1 πŸ”

Reviewing others' projects = underrated learning hack. You see different approaches, pick up documentation tricks, and really appreciate what makes code reproducible.

#mlzoomcamp #machinelearning

0 0 1 0

πŸŽ‰ Capstone Project DONE for #mlzoomcamp 2025!
Built an end-to-end Flower Classification system using Transfer Learning 🌸
Here's what I learned πŸ‘‡

0 0 4 0

Another module in the books! This time experimenting with serverless deployment using AWS Lambda. Scikit-learn, Keras and Pytorch models, all implemented with Lambda functions, pushed as container images to AWS ECR, and created within AWS Lambda #MLzoomcamp

0 0 0 0
Preview
machine-learning-zoomcamp-homework/HW10 at main Β· HighviewOne/machine-learning-zoomcamp-homework Machine Learning Zoomcamp 2025. Contribute to HighviewOne/machine-learning-zoomcamp-homework development by creating an account on GitHub.

Module 10 #mlzoomcamp
Learned
πŸ”Ή Deploying ML models to Kubernetes with kind
πŸ”Ή Pods, Deployments & Services
πŸ”Ή Writing YAML configs
πŸ”Ή Horizontal Pod Autoscaler (HPA)
✨ Watched ML service auto-scale from 1β†’3 replicas under load
github.com/HighviewOne/machine-learning-zoomcamp-homework/tree/main/HW10

1 0 0 0

Wrap up Module 9 #mlzoomcamp πŸš€
Learned
πŸ”Ή Serverless deployment w AWS Lambda
πŸ”Ή ONNX model conversion & inference
πŸ”Ή Docker containers for Lambda
πŸ”Ή Building & testing locally before deploying
✨ Takeaway: Preprocessing must match training β€” wrong normalization = wrong predictions
➑️ Module 10 Kubernetes

0 0 0 0

Wrapped Module 8 #mlzoomcamp πŸš€

πŸ”Ή Building CNNs from scratch w/ PyTorch
πŸ”Ή BCEWithLogitsLoss for binary classification
πŸ”Ή Data augmentation (rotation, crop, flip)
πŸ”Ή Model architecture: 20M+ parameters!
✨ Takeaway: Data augmentation boosted validation accuracy from 71% β†’ 75%. Small changes, big impact!

0 0 0 0

Been quietly working on this, limited time with my PC out of commission for a week, but we got there.

Midterm Project - containerised and deployed!

Predicting Type II Diabetes in Women who with history of Gestational Diabetes.

#mlzoomcamp @DataTalksClub

0 0 1 0

Just wrapped up Module 6 of #mlzoomcamp

Learned about
πŸ”Ή Decision Trees for regression
πŸ”Ή Random Forest
πŸ”Ή Feature importance
πŸ”Ή XGBoost parameter tuning

✨More trees isn't always better. There's a sweet spot for model complexity vs performance

➑️ Next up: Midterm project

@Al_Grigor #DataTalkClub

2 0 0 0
Post image Post image

Another module in the books in #mlzoomcamp. This module centered on decision trees and ensemble methods such as Random Forests and XGBoost! It is so easy to over fit a decision tree!

0 0 1 0
Preview
DataTalksClub The place to talk about data. DataTalksClub has 29 repositories available. Follow their code on GitHub.

Week5 of revisiting ML concepts: FastAPI > Flask β€” mainly thanks to Pydantic for clean validation and schema handling.
If you’re just learning this: it will get easier. Practice turns confusion into confidence. πŸ’ͺ github.com/DataTalksClub
#DataScience #ML #MLOps #MLzoomcamp #LearningInPublic

1 0 0 0

Docker was key in this weeks deployment week of #mlzoomcamp Made all the more interesting my file structure choices. I faced a few challenges in this one...

0 0 1 0

Just wrapped up Module 5 of #mlzoomcamp

Learned about:

πŸ”Ή Deploying ML models as web services
πŸ”Ή Serving predictions with flask
πŸ”Ή Dependency mgt with Pipenv
πŸ”Ή Dockerizing Python apps

✨ Takeaway: ML models are only useful when they’re live

➑️ Next: Deploy in AWS ebs

@Al_Grigor @DataTalksClub

0 0 0 0

The Confusion Matrix is your friend. It tabulates the True Positives, True Negatives, False Positives, and False Negatives, giving you the raw numbers behind your model's performance. Start here to truly understand your classifier's errors

#mlzoomcamp

0 0 0 0

Don't trust accuracy alone! For imbalanced datasets, a model predicting the majority class will have high accuracy but low utility. Always use other metrics like precision, recall, and F1-score for a full picture

#mlzoomcamp

0 0 0 0

For multi-class problems, you can generate a classification report that provides precision, recall, and F1-scores for each individual class, or averaged metrics like macro and weighted averages

#mlzoomcamp

0 0 0 0

The ROC curve plots the True Positive Rate vs. the False Positive Rate at different classification thresholds. It visualizes the trade-off between sensitivity and specificity

#mlzoomcamp

0 0 0 0

F1-score is the harmonic mean of precision and recall. It gives you a single metric that balances both, making it especially useful for evaluating models on imbalanced data

#mlzoomcamp

0 0 0 0

Precision vs. Recall: The eternal balancing act. Prioritize precision to minimize false positives (e.g., spam detection), or recall to minimize false negatives (e.g., disease diagnosis)

#mlzoomcamp

0 0 0 0

"Accuracy isn't the whole story! For imbalanced datasets, a high accuracy might be misleading. Always check your confusion matrix to see what’s really going on under the hood

#mlzoomcamp

0 0 0 0
Deploy app servers close to your users Β· Fly

In the world of AWS/GCP/Azure/linode/Digitalocean

Fly.io you were a breeze to work with

#mlzoomcamp

1 0 1 0

ML is immense field and intimidating at times. I am trying to make sense of it step by step.

#mlzoomcamp

0 0 0 0

I think I understand why is MLOps important? Without it, ML models face chaos in prod: degrading performance, manual deployment issues, and scaling challenges. MLOps creates a smooth, automated pipeline for continuous monitoring, retraining

Hope Alexey keeps the #MLOps course alive

#mlzoomcamp

0 0 0 0

ASGI Bandwagon - An ASGI (Asynchronous Server Gateway Interface) server is a web server that runs asynchronous Python web apps by implementing the ASGI spec. It is a modern, high-perf, asynchronous web frameworks, allowing handling of multiple requests concurrently without blocking.

#mlzoomcamp

0 0 0 0