Encog Machine Learning Framework
The main features of encog/encog-java-core are: Machine Learning Frameworks, Machine Learning Libraries.
Open-source alternatives to encog/encog-java-core include: catboost/catboost — CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression,… deeplearning4j/deeplearning4j — Deeplearning4j is a JVM-based deep learning framework and tensor computing library. It provides a computational graph… airbnb/aerosolve — Aerosolve is a machine learning framework designed for training and deploying interpretable models. It functions as a… apache/mahout — Apache Mahout - an environment for quickly creating scalable, performant machine learning applications. datumbox/datumbox-framework — Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine… epistasislab/tpot — TPOT is a Python automated machine learning tool and pipeline framework. It automatically searches, selects, and tunes…
Apache Mahout - an environment for quickly creating scalable, performant machine learning applications.
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
Aerosolve is a machine learning framework designed for training and deploying interpretable models. It functions as a feature engineering tool and a model trainer that utilizes sparse feature modeling to simplify weight debugging and accelerate data iteration. The system includes a specialized domain-specific transformation language for converting raw data families into model-ready representations. It also provides capabilities for visual content analysis by mapping images into dense high-dimensional vector spaces to rank and organize data by style or content. The framework allows for human-
Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.