It is a package that makes it trivial to create complex ML pipeline structures using simple expressions. It leverages on the built-in macro programming features of Julia to symbolically process, manipulate pipeline expressions, and automatically discover optimal structures for machine learning prediction and classification. | It is a library that provides a uniform interface to run deep learning models from multiple frameworks in C++ and Python. It makes it easy for researchers to build models in a framework of their choosing while also simplifying productionization of these models. |
Pipeline API that allows high-level description of processing workflow;
Common API wrappers for ML libs including Scikitlearn, DecisionTree, etc;
Symbolic pipeline parsing for easy expression of complexed pipeline structures;
Easily extensible architecture by overloading just two main interfaces: fit! and transform!;
Meta-ensembles that allow composition of ensembles of ensembles (recursively if needed) for robust prediction routines;
Categorical and numerical feature selectors for specialized preprocessing routines based on types | Run models from any supported framework using one API; Build generic tools and pipelines; Fully self-contained models; Efficient zero-copy operations |
Statistics | |
GitHub Stars 368 | GitHub Stars 939 |
GitHub Forks 28 | GitHub Forks 75 |
Stacks 0 | Stacks 1 |
Followers 7 | Followers 4 |
Votes 0 | Votes 0 |
Integrations | |
| No integrations available | |

TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API.

scikit-learn is a Python module for machine learning built on top of SciPy and distributed under the 3-Clause BSD license.

PyTorch is not a Python binding into a monolothic C++ framework. It is built to be deeply integrated into Python. You can use it naturally like you would use numpy / scipy / scikit-learn etc.

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on TensorFlow or Theano. https://keras.io/

The Kubeflow project is dedicated to making Machine Learning on Kubernetes easy, portable and scalable by providing a straightforward way for spinning up best of breed OSS solutions.

Use flexible and intuitive APIs to build and train models from scratch using the low-level JavaScript linear algebra library or the high-level layers API

An enterprise-grade open source platform for building, training, and monitoring large scale deep learning applications.

It is the app framework specifically for Machine Learning and Data Science teams. You can rapidly build the tools you need. Build apps in a dozen lines of Python with a simple API.

MLflow is an open source platform for managing the end-to-end machine learning lifecycle.

H2O.ai is the maker behind H2O, the leading open source machine learning platform for smarter applications and data products. H2O operationalizes data science by developing and deploying algorithms and models for R, Python and the Sparkling Water API for Spark.