Modelling Non-linear Relationships with Regression

Поділитися
Вставка
  • Опубліковано 31 тра 2024
  • This video is an advocacy for linear models. Its goal is to convince you that they should always be your first choice. Especially, if you care about model interpretability. This is because they are easier to explain, widely understood and accepted in many industries. Building them also requires you to think more critically about your problem and data. Most importantly, a well-structured linear model will often match the performance of more complex models.
    Now, that last one may be a bold statement. It does take some hard work to make it true. We will see how by comparing the ability of logistic regression and a deep neural network to model a non-linear decision boundary. We will see that, even though logistic regression is a linear model, we can use feature engineering to model non-linear relationships.
    🚀 Free Course 🚀
    Signup here: mailchi.mp/40909011987b/signup
    XAI course: adataodyssey.com/courses/xai-...
    SHAP course: adataodyssey.com/courses/shap...
    🚀 Companion article with link to code (no-paywall link): 🚀
    towardsdatascience.com/the-po...
    🚀 Useful playlists 🚀
    XAI: • Explainable AI (XAI)
    SHAP: • SHAP
    Algorithm fairness: • Algorithm Fairness
    🚀 Get in touch 🚀
    Medium: / conorosullyds
    Threads: www.threads.net/@conorosullyds
    Twitter: / conorosullyds
    Website: adataodyssey.com/
    🚀 Chapters 🚀
    00:00 Introduction
    01:53 Non-linear decision boundary
    03:41 "Dumb" logistic regression
    05:25 Deep neural network
    06:26 Feature engineering

КОМЕНТАРІ • 3

  • @adataodyssey
    @adataodyssey  2 місяці тому

    🚀 Free Course 🚀
    Signup here: mailchi.mp/40909011987b/signup
    XAI course: adataodyssey.com/courses/xai-with-python/
    SHAP course: adataodyssey.com/courses/shap-with-python/

  • @Hoxle-87
    @Hoxle-87 2 місяці тому +1

    Excellent! You gave me an idea 💡 Great job!

    • @adataodyssey
      @adataodyssey  2 місяці тому

      Thanks Jose! I'm glad I could help