awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesConvex Model Fitting

Formulate and solve common regression and classification models such as ridge, lasso, logistic, and SVM as convex optimization problems.

Distinct from Machine Learning Optimization: Distinct from Machine Learning Optimization: focuses on formulating ML models as convex optimization problems, not general training efficiency.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Convex Model Fitting. Refine with filters or upvote what's useful.

Awesome Convex Model Fitting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cvxpy/cvxpyAvatar von cvxpy

    cvxpy/cvxpy

    6,257Auf GitHub ansehen↗

    CVXPY is a Python-embedded domain-specific language for modeling and solving convex optimization problems using natural mathematical syntax. It is built on a disciplined convex programming framework that automatically enforces convexity rules, ensuring that problems formulated by the user are valid for convex solvers. The project also functions as a multi-solver optimization interface, abstracting away backend details and dispatching problems to specialized solvers like ECOS, SCS, and Gurobi without manual configuration. Beyond standard convex optimization, CVXPY extends its reach to geometri

    Fits regression and classification models like ridge, lasso, logistic, and SVM as convex optimization problems.

    C++
    Auf GitHub ansehen↗6,257
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Training Algorithms
  7. Machine Learning Optimization
  8. Convex Model Fitting