Loading [MathJax]/extensions/TeX/AMSsymbols.js
Showing posts with label Riemann manifold. Show all posts
Showing posts with label Riemann manifold. Show all posts

Monday, May 13, 2024

Logistic Regression on Riemann Manifolds

Target audience: Advanced
Estimated reading time: 6'

Traditional linear models in machine learning, such as logistic regression, struggle to grasp the complex characteristics of data in very high dimensions. 
Symmetric Positive Definite manifolds improve the output quality of logistic regression by enhancing feature representation in a lower-dimensional space.



Table of Contents

        Logistic regression
        SPD manifolds
        Logarithmic map
        Setup
        Data generation
        Manifold creation
        Euclidean space
\

What you will learn: How to implement and validate a binary logistic regression classifier on SPD manifolds using affine invariant and log Euclidean metrics.