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
·

3 Repos

Awesome GitHub RepositoriesPredictive Power Optimizations

Improvement of model fit through feature engineering and addressing multicollinearity.

Distinct from Model Prediction Evaluation: Focuses on the active improvement of a model's predictive power rather than the static evaluation of a prediction.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Predictive Power Optimizations. Refine with filters or upvote what's useful.

Awesome Predictive Power Optimizations GitHub Repositories

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

    kserve/kserve

    5,576Auf GitHub ansehen↗

    KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference services. It supports both generative AI models, including large language models, and traditional predictive models from frameworks such as TensorFlow, PyTorch, Scikit-Learn, XGBoost, and ONNX. The platform manages the full lifecycle of model deployments, including revision tracking, canary rollouts, A/B testing, and automatic rollbacks, and provides serverless scale-to-zero capabilities for cost-efficient resource management. KServe distinguishes itself through a standardized infere

    Configures autoscaling thresholds and batch settings to improve throughput and cost efficiency for fixed-size prediction workloads.

    Go
    Auf GitHub ansehen↗5,576
  • weiliu89/caffeAvatar von weiliu89

    weiliu89/caffe

    4,800Auf GitHub ansehen↗

    Caffe ist ein leistungsstarkes Deep-Learning-Framework und eine Bibliothek für Convolutional Neural Networks, die für das Training und Deployment neuronaler Netze entwickelt wurde. Es fungiert als GPU-beschleunigte Machine-Learning-Engine mit einem in C++ implementierten Kern, um Tensor-Operationen mit hohem Durchsatz zu ermöglichen. Das Projekt nutzt ein deklaratives Konfigurationssystem, bei dem Modellarchitekturen und Hyperparameter in externen Textdateien definiert werden, wodurch das Netzwerkdesign vom Ausführungscode getrennt wird. Es enthält ein Modell-Serialisierungssystem, um trainierte Gewichte und Topologien für ein effizientes Deployment in verschiedenen Hardwareumgebungen in Binärdateien zu exportieren. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich des Designs neuronaler Netzwerkarchitekturen, des überwachten Modelltrainings mit gradientenbasierter Optimierung und Workflows für die Bildklassifizierung. Es bietet Tools für die Dataset-Vorverarbeitung, die Extraktion neuronaler Features und das Fine-Tuning vortrainierter Modelle. Der C++-Kern ist über eine mehrsprachige Schnittstelle mit offiziellen Bindings für Python und MATLAB zugänglich.

    Improves processing speed through batch settings and hardware acceleration to increase inference throughput.

    C++
    Auf GitHub ansehen↗4,800
  • llmquant/quant-wikiAvatar von LLMQuant

    LLMQuant/quant-wiki

    3,041Auf GitHub ansehen↗

    quant-wiki is a comprehensive knowledge base and structured reference for quantitative finance, financial engineering, and algorithmic trading. It serves as a centralized library of documentation covering mathematical models, financial instruments, and systematic trading strategies. The project integrates AI-driven capabilities through a modular retrieval-augmented generation framework that extracts structured data from research papers and news. It features a multi-agent workflow engine designed to discover and validate predictive alpha factors, alongside tools for local large language model

    Implements strategies to optimize model predictive power via feature engineering and multicollinearity resolution.

    quantitative-financequantitative-tradingwiki
    Auf GitHub ansehen↗3,041
  1. Home
  2. Artificial Intelligence & ML
  3. Model Prediction Evaluation
  4. Predictive Power Optimizations

Unter-Tags erkunden

  • Inference Throughput OptimizationsConfigures autoscaling thresholds and batch settings to improve throughput and cost efficiency for fixed-size prediction workloads. **Distinct from Predictive Power Optimizations:** Distinct from Predictive Power Optimizations: focuses on serving infrastructure tuning (autoscaling, batching) rather than model fit improvements.