1 个仓库
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.
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.