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
·

2 repository-uri

Awesome GitHub RepositoriesBinary Classification Training

Training workflows for models that predict one of two possible outcomes from input features.

Distinct from Model Training: Distinct from Model Training: specifically targets binary classification with sparse and dense features, not general training.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Binary Classification Training. Refine with filters or upvote what's useful.

Awesome Binary Classification Training GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jack-cherish/machine-learningAvatar Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Vezi pe GitHub↗

    This project is a collection of supervised and unsupervised machine learning algorithms implemented from scratch using Python. It serves as an educational resource for studying model training, parameter optimization, and the implementation of core predictive models. The library provides a variety of supervised learning tools, including linear and logistic regression, decision trees, and support vector machines. It also features unsupervised learning capabilities for discovering patterns in unlabeled datasets through clustering algorithms. Broad capability areas include ensemble learning thro

    Implements binary classification using a logistic function to map input features to a binary outcome probability.

    Pythonadaboostadaboost-algorithmdecision-tree
    Vezi pe GitHub↗10,333
  • shenweichen/deepctr-torchAvatar shenweichen

    shenweichen/DeepCTR-Torch

    3,376Vezi pe GitHub↗

    DeepCTR-Torch is a deep learning library for building click-through rate prediction models. It provides a modular framework for assembling custom prediction architectures from pre-built core, interaction, and sequence layers, enabling the construction of deep neural networks that estimate click probability from user behavior data. The library specializes in feature interaction modeling, offering components for learning low-order, high-order, and adaptive-order feature crosses. It supports multi-task learning for predicting multiple objectives simultaneously, such as click and conversion rates

    Train a deep learning model on sparse and dense features to predict a binary outcome like ad click-through rate.

    Pythonctr-modelsdeep-learningdeepctr
    Vezi pe GitHub↗3,376
  1. Home
  2. Artificial Intelligence & ML
  3. Model Training
  4. Binary Classification Training