DEV Community

ColeDrain
ColeDrain

Posted on

2 1

ML-Zoomcamp Series

I Recently joined ML Zoomcamp to build my ML skills.

These are some things I have learnt, I hope you could learn something too.

Week 1:

  • What's Machine Learning ?

Machine learning is the ability of machines to pick patterns from data and its features, and use the patterns to make predictions to new data.

g(x) ≂ y

  • ML VS Rule-Based Systems(RBS)

RBS systems involve you identifying every possible scenario and creating a rule for such, this is a very tedious process and is very limited and time-consuming, these rules can instead be used as features to a ML model. The model is trained on a collected data with these features.

  • Supervised ML

In this type of ML, a model is trained on features (x) and their corresponding target variable (y) or labels.

  • CRISP-DM (Cross Industry Standard Process for Data Mining)

CRISP is a methodology for organizing ML projects, it's been around for a while now, old but still used. It consists of 6 major steps as shown below..

The CRISP-DM workflow

  • Model Comparison Problem

When comparing models in your evaluation, be careful, as models can get lucky, so it's advisable to also perform validation and test on each of the models you're comparing to make the best choice.

Train -> Validate -> Test

Also had a numpy, pandas and linear algebra refresher. Then was given an assignment to reinforce all this.

You can also follow via this repo Ugo's ML Zoomcamp

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay