awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jack-cherish/machine-learningAvatar de Jack-Cherish

    Jack-Cherish/Machine-Learning

    10,333Ver en 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
    Ver en GitHub↗10,333
  • shenweichen/deepctr-torchAvatar de shenweichen

    shenweichen/DeepCTR-Torch

    3,376Ver en 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
    Ver en GitHub↗3,376
  1. Home
  2. Artificial Intelligence & ML
  3. Model Training
  4. Binary Classification Training