awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesModel

Tools that translate trained model structures into executable source code for deployment.

Distinct from Code Generators: Specifically focuses on converting model parameters into hard-coded logic rather than general boilerplate generation

Explore 1 awesome GitHub repository matching software engineering & architecture · Model. Refine with filters or upvote what's useful.

Awesome Model GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lightgbm-org/lightgbmAvatar lightgbm-org

    lightgbm-org/LightGBM

    18,460Vezi pe GitHub↗

    LightGBM is a gradient boosting framework used to train decision tree ensembles for classification, regression, and ranking tasks. It functions as a distributed machine learning library and a decision tree ensemble implementation that utilizes leaf-wise growth and histogram-based feature binning. The framework is distinguished by its ability to offload heavy computations to CUDA or OpenCL devices for GPU acceleration and its capacity to parallelize training across multiple nodes using sockets, MPI, or Dask. It includes a specialized categorical feature processor that optimizes partitions for

    Translates trained decision tree structures into C++ if-else statements for high-speed deployment.

    C++
    Vezi pe GitHub↗18,460
  1. Home
  2. Software Engineering & Architecture
  3. Code Generators
  4. Model