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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesConfidence Scoring

Systems for assigning probability scores to identification results to indicate accuracy.

Distinct from Visitor Identification: Focuses on confidence assessment for visitor identification, distinct from general detection confidence metrics.

Explore 5 awesome GitHub repositories matching user interface & experience · Confidence Scoring. Refine with filters or upvote what's useful.

Awesome Confidence Scoring GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fingerprintjs/fingerprintjsAvatar von fingerprintjs

    fingerprintjs/fingerprintjs

    27,334Auf GitHub ansehen↗

    Fingerprint is a visitor identification and fraud detection platform that generates persistent, unique identifiers by analyzing browser and device attributes. By extracting technical signals from the client environment, it enables reliable user tracking across sessions without relying on traditional cookies. The platform distinguishes itself through its focus on high-accuracy identification and security-first architecture. It employs edge-side proxying to bypass ad-blockers and privacy restrictions, ensuring consistent data collection. To maintain data integrity, it uses cryptographic payload

    Assigns probability scores to visitor identifiers to indicate the level of certainty in the accuracy of generated fingerprints.

    TypeScriptaudio-fingerprintingbrowserbrowser-fingerprint
    Auf GitHub ansehen↗27,334
  • infinitered/nsfwjsAvatar von infinitered

    infinitered/nsfwjs

    8,908Auf GitHub ansehen↗

    NSFW detection on the client-side via TensorFlow.js

    Returns a ranked list of category labels with floating-point confidence values from the softmax output layer.

    TypeScriptcontent-managementjavascriptmachine-learning
    Auf GitHub ansehen↗8,908
  • opennmt/ctranslate2Avatar von OpenNMT

    OpenNMT/CTranslate2

    4,319Auf GitHub ansehen↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    Computes log-probability scores for token sequences to evaluate model confidence or quality.

    C++avxavx2cpp
    Auf GitHub ansehen↗4,319
  • arcinstitute/evo2Avatar von ArcInstitute

    ArcInstitute/evo2

    3,951Auf GitHub ansehen↗

    evo2 ist ein genomisches Large Language Model und Foundation Model, das darauf ausgelegt ist, genetische Informationen über verschiedene Spezies hinweg vorherzusagen, zu generieren und zu analysieren. Es fungiert als Nukleotid-Sequenz-Modellierer und DNA-Sequenz-Generator und nutzt Transformer-basiertes Sequenz-Modeling zur Verarbeitung genomischer Daten. Das System bietet Funktionen zur synthetischen DNA-Generierung, um neue genetische Sequenzen basierend auf biologischen Prompts oder spezies-spezifischen Tags zu erstellen. Es führt zudem Nukleotid-Wahrscheinlichkeitsvorhersagen durch, um genomische Varianten zu bewerten und biologische Eigenschaften innerhalb von DNA-Sequenzen zu analysieren. Das Modell unterstützt die Analyse genomischer Sequenzen durch die Extraktion hochdimensionaler Repräsentationen aus Zwischenschichten. Diese Embeddings ermöglichen spezialisierte Klassifizierungen und weiterführende Analysen genetischer Daten.

    Predicts the probability of specific nucleotides in a sequence to score genomic variants and biological properties.

    Jupyter Notebook
    Auf GitHub ansehen↗3,951
  • ml-gsai/lladaAvatar von ML-GSAI

    ML-GSAI/LLaDA

    3,580Auf GitHub ansehen↗

    LLaDA is a masked diffusion language model and conditional text generator. It generates text by iteratively refining masked tokens through a diffusion process rather than predicting the next token in a sequence. The project functions as a vision-language diffusion model, converting visual inputs into text responses. It also serves as a preference optimization framework that uses log-likelihood estimation and evidence lower bounds to tune model responses. The system supports multi-round conversational AI and text sequence evaluation. It integrates vision-language embedding for cross-modal con

    Measures the log-likelihood of text sequences to evaluate model predictive accuracy.

    Python
    Auf GitHub ansehen↗3,580
  1. Home
  2. User Interface & Experience
  3. Visitor Identification
  4. Confidence Scoring

Unter-Tags erkunden

  • Sequence Likelihood Scores1 Sub-TagComputes log-probability scores for token sequences to evaluate model confidence or quality. **Distinct from Confidence Scoring:** Distinct from Confidence Scoring: focuses on token-level sequence likelihood from neural models, not identification confidence.