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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cvxpy/cvxpyAvatar de cvxpy

    cvxpy/cvxpy

    6,257Voir sur GitHub↗

    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++
    Voir sur GitHub↗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