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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to numaproj/numalogic

Open-source alternatives to Numalogic

9 open-source projects similar to numaproj/numalogic, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Numalogic alternative.

  • vowpalwabbit/vowpal_wabbitVowpalWabbit avatar

    VowpalWabbit/vowpal_wabbit

    8,683View on GitHub↗

    Vowpal Wabbit is an open-source machine learning system designed for online learning, where models update incrementally from streaming data without requiring full retraining. It provides a reduction-based learning framework that composes complex tasks from simpler algorithms, and includes a feature hashing trick that maps unbounded feature names into a fixed-size vector space to keep memory usage constant regardless of dataset size. The system supports distributed training across a cluster using an allreduce protocol for synchronized updates, and offers an active learning query strategy that s

    C++active-learningc-plus-pluscontextual-bandits
    View on GitHub↗8,683
  • datasketches/sketches-coreDataSketches avatar

    DataSketches/sketches-core

    954View on GitHub↗

    A software library of stochastic streaming algorithms, a.k.a. sketches.

    Java
    View on GitHub↗954
  • huawei-noah/streamdmhuawei-noah avatar

    huawei-noah/streamDM

    497View on GitHub↗

    Stream Data Mining Library for Spark Streaming

    Scala
    View on GitHub↗497
  • nth-iteration-labs/streamingbanditNth-iteration-labs avatar

    Nth-iteration-labs/streamingbandit

    85View on GitHub↗

    Python application to setup and run streaming (contextual) bandit experiments.

    Python
    View on GitHub↗85

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
apache/incubator-samoaapache avatar

apache/incubator-samoa

251View on GitHub↗

Mirror of Apache Samoa (Incubating)

Java
View on GitHub↗251
  • paypal/yuritapaypal avatar

    paypal/yurita

    109View on GitHub↗

    Anomaly detection framework @ PayPal

    Scala
    View on GitHub↗109
  • pmerienne/trident-mlpmerienne avatar

    pmerienne/trident-ml

    384View on GitHub↗

    Trident-ML : A realtime online machine learning library

    Java
    View on GitHub↗384
  • sensorstorm/stormcvsensorstorm avatar

    sensorstorm/StormCV

    174View on GitHub↗

    Apache Storm OpenCV = large scale distributed image and video analysis.

    Java
    View on GitHub↗174
  • online-ml/riveronline-ml avatar

    online-ml/river

    5,853View on GitHub↗

    River is a Python framework for online machine learning, designed to train and evaluate models on streaming data. It enables incremental learning by updating model parameters one observation at a time, eliminating the need to store full training datasets in memory. The library distinguishes itself through a dedicated concept drift detection system that monitors changes in data distributions to trigger model adaptation. It also provides a progressive validation framework that simulates real-time deployment by testing models on samples before using them for training. The system covers a broad

    Python
    View on GitHub↗5,853