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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tangledpath avatar

tangledpath/ruby-fann

0
View on GitHub↗
506 stars·43 forks·C·MIT·5 viewsgithub.com/tangledpath/ruby-fann↗

Ruby Fann

Ruby library for interfacing with FANN (Fast Artificial Neural Network)

Features

  • Machine Learning - Interface for Fast Artificial Neural Networks.
  • Machine Learning Libraries - Ruby bindings for the Fast Artificial Neural Network library.
  • Neural Networks and Deep Learning - Provides bindings for the Fast Artificial Neural Network library.

Star history

Star history chart for tangledpath/ruby-fannStar history chart for tangledpath/ruby-fann

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does tangledpath/ruby-fann do?

Ruby library for interfacing with FANN (Fast Artificial Neural Network)

What are the main features of tangledpath/ruby-fann?

The main features of tangledpath/ruby-fann are: Machine Learning, Machine Learning Libraries, Neural Networks and Deep Learning.

What are some open-source alternatives to tangledpath/ruby-fann?

Open-source alternatives to tangledpath/ruby-fann include: fchollet/keras — Keras is a high-level deep learning API used to design, build, and train neural networks for tasks such as computer… h2oai/h2o-3 — h2o-3 is a distributed machine learning platform and automated machine learning framework designed for training and… deeplearning4j/deeplearning4j — Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph… catboost/catboost — CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression,… cjlin1/libsvm — This project is a support vector machine library implemented in C, providing an engine for classification and… febeling/rb-libsvm — Ruby language bindings for LIBSVM.

Open-source alternatives to Ruby Fann

Similar open-source projects, ranked by how many features they share with Ruby Fann.
  • fchollet/kerasfchollet avatar

    fchollet/keras

    64,095View on GitHub↗

    Keras is a high-level deep learning API used to design, build, and train neural networks for tasks such as computer vision, natural language processing, and time series forecasting. It provides a framework for defining model architectures and optimizing weights through a structured interface. The project is defined by a backend-agnostic design that allows the same model code to run across different compute engines. This multi-backend execution enables users to swap underlying engines to optimize for specific hardware or performance requirements. The system supports distributed model training

    Python
    View on GitHub↗64,095
  • h2oai/h2o-3h2oai avatar

    h2oai/h2o-3

    7,493View on 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
    View on GitHub↗7,493
  • cjlin1/libsvmcjlin1 avatar

    cjlin1/libsvm

    4,707View on GitHub↗

    This project is a support vector machine library implemented in C, providing an engine for classification and regression tasks. It functions as a machine learning kernel library and a statistical model validator used to categorize data points and predict continuous numerical values. The library allows for the definition of custom kernel functions to calculate similarity between data points in specialized datasets. It also includes tools for probabilistic modeling, such as estimating class membership, data density, and distribution boundaries. Broad capabilities cover model training for multi

    Java
    View on GitHub↗4,707
  • catboost/catboostcatboost avatar

    catboost/catboost

    8,808View on 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
    View on GitHub↗8,808
See all 30 alternatives to Ruby Fann→