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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
JordanAsh avatar

JordanAsh/boostresnet

0
View on GitHub↗
5 stars·3 forks·Python·7 views

Boostresnet

This repository contains a simple PyTorch implementation of the article Learning Deep ResNet Blocks Sequentially using Boosting Theory.

Features

  • Gradient Boosting Research - Sequential training of ResNet blocks using boosting theory.

Star history

Star history chart for jordanash/boostresnetStar history chart for jordanash/boostresnet

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Boostresnet

Similar open-source projects, ranked by how many features they share with Boostresnet.
  • ajoo/nrgboostajoo avatar

    ajoo/nrgboost

    5View on GitHub↗

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

    Python
    View on GitHub↗5
  • amirsaffari/online-multiclass-lpboostamirsaffari avatar

    amirsaffari/online-multiclass-lpboost

    68View on GitHub↗

    Online Multi-Class LPBoost

    C++
    View on GitHub↗68
  • andymiller/vboostandymiller avatar

    andymiller/vboost

    11View on GitHub↗

    code for Variational Boosting: Iteratively Refining Posterior Approximations

    Python
    View on GitHub↗11
  • aciditeam/acidanoaciditeam avatar

    aciditeam/acidano

    4View on GitHub↗
    Jupyter Notebook
    View on GitHub↗4
See all 30 alternatives to Boostresnet→

Frequently asked questions

What does jordanash/boostresnet do?

This repository contains a simple PyTorch implementation of the article Learning Deep ResNet Blocks Sequentially using Boosting Theory.

What are the main features of jordanash/boostresnet?

The main features of jordanash/boostresnet are: Gradient Boosting Research.

What are some open-source alternatives to jordanash/boostresnet?

Open-source alternatives to jordanash/boostresnet include: 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.