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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GBDT-PL avatar

GBDT-PL/GBDT-PL

0
View on GitHub↗
158 stele·26 fork-uri·C++·MIT·3 vizualizări

GBDT PL

This is the implementation for the paper Gradient Boosting with Piece-Wise Linear Regression Trees. We extend gradient boosting to use piecewise linear regression trees (PL Trees), instead of piecewise constant regression trees. PL Trees can accelerate convergence of GBDT. Moreover, our new…

Features

  • Gradient Boosting Research - Gradient boosting using piece-wise linear regression trees.

Istoric stele

Graficul istoricului de stele pentru gbdt-pl/gbdt-plGraficul istoricului de stele pentru gbdt-pl/gbdt-pl

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru GBDT PL

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu GBDT PL.
  • ajoo/nrgboostAvatar ajoo

    ajoo/nrgboost

    5Vezi pe GitHub↗

    This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025).

    Python
    Vezi pe GitHub↗5
  • amirsaffari/online-multiclass-lpboostAvatar amirsaffari

    amirsaffari/online-multiclass-lpboost

    68Vezi pe GitHub↗

    Online Multi-Class LPBoost

    C++
    Vezi pe GitHub↗68
  • andymiller/vboostAvatar andymiller

    andymiller/vboost

    11Vezi pe GitHub↗

    code for Variational Boosting: Iteratively Refining Posterior Approximations

    Python
    Vezi pe GitHub↗11
  • aciditeam/acidanoAvatar aciditeam

    aciditeam/acidano

    4Vezi pe GitHub↗
    Jupyter Notebook
    Vezi pe GitHub↗4
Vezi toate cele 30 alternative pentru GBDT PL→

Întrebări frecvente

Ce face gbdt-pl/gbdt-pl?

This is the implementation for the paper Gradient Boosting with Piece-Wise Linear Regression Trees. We extend gradient boosting to use piecewise linear regression trees (PL Trees), instead of piecewise constant regression trees. PL Trees can accelerate convergence of GBDT. Moreover, our new…

Care sunt principalele funcționalități ale gbdt-pl/gbdt-pl?

Principalele funcționalități ale gbdt-pl/gbdt-pl sunt: Gradient Boosting Research.

Care sunt câteva alternative open-source pentru gbdt-pl/gbdt-pl?

Alternativele open-source pentru gbdt-pl/gbdt-pl includ: ajoo/nrgboost — This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025). amirsaffari/online-multiclass-lpboost — Online Multi-Class LPBoost. andymiller/vboost — code for Variational Boosting: Iteratively Refining Posterior Approximations. anitan0925/resfgb — Remark: The code is updated from the ICML version. The ICML version corresponds to a commit on May 25, 2018. arogozhnikov/infiniteboost — Code for a paper InfiniteBoost: building infinite ensembles with gradient descent (arXiv:1706.01109). A. Rogozhnikov,… aciditeam/acidano.