awesome-repositories.com
Blog
MCP
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
·
Back to oryxproject/oryx

Open-source alternatives to Oryx

30 open-source projects similar to oryxproject/oryx, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Oryx alternative.

  • kevincoble/aitoolboxAvatar KevinCoble

    KevinCoble/AIToolbox

    802Vezi pe GitHub↗

    A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms

    Swift
    Vezi pe GitHub↗802
  • keras-team/kerasAvatar keras-team

    keras-team/keras

    64,094Vezi pe GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Pythondata-sciencedeep-learningjax
    Vezi pe GitHub↗64,094
  • bvlc/caffeAvatar BVLC

    BVLC/caffe

    34,576Vezi pe GitHub↗

    Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It functions as a machine learning engine and a convolutional neural network library, providing a C++ backend to accelerate computations on both GPUs and CPUs. The system includes a specialized toolset for computer vision, enabling tasks such as object detection, semantic segmentation, and large-scale image retrieval. It supports the deployment of pre-trained models for image and scene recognition, as well as the ability to fine-tune neural network weights for specialized tasks. The

    C++deep-learningmachine-learningvision
    Vezi pe GitHub↗34,576
  • dmlc/xgboostAvatar dmlc

    dmlc/xgboost

    28,471Vezi pe GitHub↗

    XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for regression, classification, and ranking. It functions as a predictive model framework and a cross-language toolkit, providing a core implementation with native bindings for Python, R, Java, Scala, and C++. The system is designed as a GPU-accelerated library that utilizes CUDA and NCCL to speed up the training of decision tree ensembles. It operates as a distributed framework capable of scaling training and prediction across multi-node clusters and GPU environments to process m

    C++distributed-systemsgbdtgbm
    Vezi pe GitHub↗28,471

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • google-deepmind/sonnetAvatar google-deepmind

    google-deepmind/sonnet

    9,920Vezi pe GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow neural network library designed for building composable deep learning architectures. It functions as a model orchestrator that manages parameters, state serialization, and graph exports during the training process. The framework provides a distributed training system to synchronize gradients and spread workloads across multiple GPUs or hardware devices. It enables the design of reusable research components through high-level abstractions and subclassing. The library covers neural network architecture design through sequential laye

    Pythonartificial-intelligencedeep-learningmachine-learning
    Vezi pe GitHub↗9,920
  • johnsnowlabs/spark-nlpAvatar JohnSnowLabs

    JohnSnowLabs/spark-nlp

    4,135Vezi pe GitHub↗

    Spark NLP is a toolkit for scalable text analysis and machine learning built on the Apache Spark distributed computing framework. It provides a multimodal machine learning framework and a distributed pipeline system for sequencing annotators to process large-scale linguistic data. The library includes a transformer text processor for generating contextual vector embeddings and a dedicated inference engine for managing large language models. The project distinguishes itself through its ability to process heterogeneous data types, including text, audio, and images, within a unified vision-langu

    Scala
    Vezi pe GitHub↗4,135
  • azure/mmlsparkAvatar Azure

    Azure/mmlspark

    5,228Vezi pe GitHub↗

    Mmlspark is a distributed framework for executing machine learning models, data transformations, and AI service integrations across Apache Spark clusters. It functions as a distributed machine learning library and pipeline orchestrator, allowing users to integrate pre-trained cognitive services and custom models into large-scale batch and streaming workflows. The project is distinguished by its ability to incorporate external AI services and web APIs directly into big data pipelines for text and vision analysis. It provides a scalable model training framework that coordinates gradient boostin

    Scala
    Vezi pe GitHub↗5,228
  • brainjs/brain.jsAvatar BrainJS

    BrainJS/brain.js

    14,863Vezi pe GitHub↗

    Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the browser or Node.js. It provides implementations for several network types, including feedforward networks, recurrent neural networks for time series forecasting, and autoencoders for data compression and denoising. The library features WebGL-based GPU acceleration to increase the speed of neural network computations on the graphics processor. It also includes a visualization tool that generates SVG images to represent the topology and layers of a feedforward network. The framewo

    TypeScript
    Vezi pe GitHub↗14,863
  • christophm/rulefitAvatar christophM

    christophM/rulefit

    446Vezi pe GitHub↗

    Python implementation of the rulefit algorithm

    Python
    Vezi pe GitHub↗446
  • deeplearning4j/deeplearning4jAvatar deeplearning4j

    deeplearning4j/deeplearning4j

    14,236Vezi pe GitHub↗

    Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph engine for defining and executing deep learning workflows and mathematical operations within the Java Virtual Machine. The project includes a dedicated importer for loading and running pretrained models exported from Keras, TensorFlow, and ONNX formats. Its tensor computing capabilities are driven by a modular native C++ math core to execute high-performance linear algebra operations. The framework covers neural network training, deep learning model inference, and the constru

    Java
    Vezi pe GitHub↗14,236
  • etsy/conjectureAvatar etsy

    etsy/Conjecture

    360Vezi pe GitHub↗

    Scalable Machine Learning in Scalding

    Java
    Vezi pe GitHub↗360
  • ghamrouni/recommenderAvatar GHamrouni

    GHamrouni/Recommender

    267Vezi pe GitHub↗

    A C library for product recommendations/suggestions using collaborative filtering (CF)

    C
    Vezi pe GitHub↗267
  • itseez/opencvAvatar Itseez

    Itseez/opencv

    89,221Vezi pe GitHub↗

    OpenCV is an open-source computer vision library and visual analysis toolkit. It provides a framework for processing static images and dynamic video frames to analyze visual data and extract information using deep learning. The project functions as a real-time image processing framework, enabling the execution of vision algorithms on live video streams for immediate analysis and data processing. The toolkit covers a broad range of capabilities including image pattern recognition, real-time video analysis, and visual data extraction. It also supports automated visual inspection for detecting

    C++
    Vezi pe GitHub↗89,221
  • jax-ml/jaxAvatar jax-ml

    jax-ml/jax

    35,828Vezi pe GitHub↗

    This project is a high-performance numerical computing library designed for large-scale scientific and machine learning workloads. It functions as an automatic differentiation framework and a just-in-time compilation engine, transforming high-level Python code into optimized machine instructions. By enforcing pure functional programming patterns and immutable array semantics, the library ensures that mathematical functions remain compatible with automated graph transformations and symbolic differentiation. The platform distinguishes itself through its distributed array computing capabilities,

    Pythonjax
    Vezi pe GitHub↗35,828
  • ai4finance-foundation/finrlAvatar AI4Finance-Foundation

    AI4Finance-Foundation/FinRL

    13,964Vezi pe GitHub↗

    FinRL is a reinforcement learning framework designed for the development, training, and backtesting of automated trading strategies. It functions as a quantitative finance toolkit that integrates deep learning algorithms with financial market simulations to address complex portfolio management and asset allocation tasks. The platform provides an end-to-end pipeline for transforming raw market data into actionable trading models. The project distinguishes itself through a layered, modular architecture that separates data processing, environment simulation, and agent training. This design allow

    Jupyter Notebookalgorithmic-tradingdeep-reinforcement-learningdrl-algorithms
    Vezi pe GitHub↗13,964
  • apache/sparkAvatar apache

    apache/spark

    43,467Vezi pe GitHub↗

    Apache Spark is a unified distributed data processing engine designed for large-scale data analysis and computation graphs. It functions as a distributed machine learning framework, a graph processing system, a real-time stream processor, and a SQL analytics engine. The system enables the execution of distributed SQL querying, large-scale graph analysis, and real-time stream analytics across clusters of machines. It also provides a scalable environment for implementing machine learning algorithms and predictive model development on massive datasets. The engine incorporates relational query e

    Scalabig-datajavajdbc
    Vezi pe GitHub↗43,467
  • biddata/bidmachAvatar BIDData

    BIDData/BIDMach

    919Vezi pe GitHub↗

    CPU and GPU-accelerated Machine Learning Library

    Scala
    Vezi pe GitHub↗919
  • bigdatagenomics/adamAvatar bigdatagenomics

    bigdatagenomics/adam

    1,053Vezi pe GitHub↗

    ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark, and Apache Parquet. Apache 2 licensed.

    Scala
    Vezi pe GitHub↗1,053
  • alexrudall/ruby-openaiAvatar alexrudall

    alexrudall/ruby-openai

    3,224Vezi pe GitHub↗

    OpenAI API Ruby! 🤖❤️ GPT-5 & Realtime WebRTC compatible!

    Ruby
    Vezi pe GitHub↗3,224
  • catboost/catboostAvatar catboost

    catboost/catboost

    8,808Vezi pe GitHub↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    C++big-datacatboostcategorical-features
    Vezi pe GitHub↗8,808
  • danielhanchen/hyperlearnAvatar danielhanchen

    danielhanchen/hyperlearn

    2,470Vezi pe GitHub↗

    2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old.

    Jupyter Notebook
    Vezi pe GitHub↗2,470
  • davisking/dlibAvatar davisking

    davisking/dlib

    14,399Vezi pe GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    Vezi pe GitHub↗14,399
  • aksnzhy/xlearnAvatar aksnzhy

    aksnzhy/xlearn

    3,095Vezi pe GitHub↗

    High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.

    C++
    Vezi pe GitHub↗3,095
  • dswah/pygamAvatar dswah

    dswah/pyGAM

    1,005Vezi pe GitHub↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    Vezi pe GitHub↗1,005
  • fastai/fastaiAvatar fastai

    fastai/fastai

    27,862Vezi pe GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    Vezi pe GitHub↗27,862
  • apache/flinkAvatar apache

    apache/flink

    26,086Vezi pe GitHub↗

    Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite batch workloads. It functions as a stateful stream processor and a SQL stream processing engine, providing a unified runtime to execute relational queries and event-based transformations. The system is distinguished by its ability to manage persistent operator state to ensure exactly-once processing guarantees and consistency during failures. It features specialized capabilities for complex event processing to detect temporal patterns and handles out-of-order events using eve

    Java
    Vezi pe GitHub↗26,086
  • h2oai/h2o-3Avatar h2oai

    h2oai/h2o-3

    7,493Vezi pe GitHub↗

    h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and deploying predictive models using distributed in-memory computing. It functions as a deep learning framework and a distributed model scoring engine, capable of operating as a Kubernetes ML cluster to process large datasets in parallel. The platform distinguishes itself through automated machine learning capabilities that automatically select the best algorithms and hyperparameters to optimize model performance. It provides specialized deep learning toolkits for tasks including i

    Jupyter Notebookautomlbig-datadata-science
    Vezi pe GitHub↗7,493
  • h2oai/sparkling-waterAvatar h2oai

    h2oai/sparkling-water

    977Vezi pe GitHub↗

    Sparkling Water provides H2O functionality inside Spark cluster

    Scala
    Vezi pe GitHub↗977
  • ivy-llc/ivyAvatar ivy-llc

    ivy-llc/ivy

    14,176Vezi pe GitHub↗

    Ivy is a machine learning framework transpiler and model converter designed to translate code and computational graphs between different deep learning ecosystems. It serves as a portability tool for migrating model architectures and logic across competing frameworks to enable flexible deployment. The system achieves cross-framework conversion by utilizing abstract syntax tree analysis to rewrite source code and by employing a computational graph tracer to capture tensor flows and operation sequences during live execution. This process allows for the translation of both high-level model defini

    Python
    Vezi pe GitHub↗14,176
  • larsmans/seqlearnAvatar larsmans

    larsmans/seqlearn

    707Vezi pe GitHub↗

    Sequence learning toolkit for Python

    Python
    Vezi pe GitHub↗707