|
23 | 23 | - [Gradient Boosting](#gradient-boosting) |
24 | 24 | - [Ensemble Methods](#ensemble-methods) |
25 | 25 | - [Imbalanced Datasets](#imbalanced-datasets) |
26 | | - - [Random Forests](#random-forests) |
27 | 26 | - [Kernel Methods](#kernel-methods) |
28 | 27 | - [Deep Learning](#deep-learning) |
29 | 28 | - [PyTorch](#pytorch) |
30 | 29 | - [TensorFlow](#tensorflow) |
| 30 | + - [Keras](#keras) |
31 | 31 | - [JAX](#jax) |
32 | 32 | - [Others](#others) |
33 | 33 | - [Automated Machine Learning](#automated-machine-learning) |
|
115 | 115 | * [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) - Module to perform under-sampling and over-sampling with various techniques. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
116 | 116 | * [imbalanced-algorithms](https://github.com/dialnd/imbalanced-algorithms) - Python-based implementations of algorithms for learning on imbalanced data. <img height="20" src="img/sklearn_big.png" alt="sklearn"> <img height="20" src="img/tf_big2.png" alt="sklearn"> |
117 | 117 |
|
118 | | -### Random Forests |
119 | | -* [rpforest](https://github.com/lyst/rpforest) - A forest of random projection trees. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
120 | | -* [sklearn-random-bits-forest](https://github.com/tmadl/sklearn-random-bits-forest) - Wrapper of the Random Bits Forest program written by (Wang et al., 2016).<img height="20" src="img/sklearn_big.png" alt="sklearn"> |
121 | | -* [rgf_python](https://github.com/fukatani/rgf_python) - Python Wrapper of Regularized Greedy Forest. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
122 | | - |
123 | 118 | ### Kernel Methods |
124 | 119 | * [pyFM](https://github.com/coreylynch/pyFM) - Factorization machines in python. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
125 | 120 | * [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
|
144 | 139 | * [TFLearn](https://github.com/tflearn/tflearn) - Deep learning library featuring a higher-level API for TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
145 | 140 | * [Sonnet](https://github.com/deepmind/sonnet) - TensorFlow-based neural network library. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
146 | 141 | * [tensorpack](https://github.com/ppwwyyxx/tensorpack) - A Neural Net Training Interface on TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
147 | | -* [Polyaxon](https://github.com/polyaxon/polyaxon) - A platform that helps you build, manage and monitor deep learning models. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
148 | 142 | * [tfdeploy](https://github.com/riga/tfdeploy) - Deploy TensorFlow graphs for fast evaluation and export to TensorFlow-less environments running numpy. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
149 | 143 | * [tensorflow-upstream](https://github.com/ROCmSoftwarePlatform/tensorflow-upstream) - TensorFlow ROCm port. <img height="20" src="img/tf_big2.png" alt="sklearn"> <img height="20" src="img/amd_big.png" alt="Possible to run on AMD GPU"> |
150 | 144 | * [TensorFlow Fold](https://github.com/tensorflow/fold) - Deep learning with dynamic computation graphs in TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
151 | 145 | * [TensorLight](https://github.com/bsautermeister/tensorlight) - A high-level framework for TensorFlow. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
152 | 146 | * [Mesh TensorFlow](https://github.com/tensorflow/mesh) - Model Parallelism Made Easier. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
153 | 147 | * [Ludwig](https://github.com/uber/ludwig) - A toolbox that allows one to train and test deep learning models without the need to write code. <img height="20" src="img/tf_big2.png" alt="sklearn"> |
154 | | -* [Keras](https://keras.io) - A high-level neural networks API running on top of TensorFlow. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
155 | | -* [keras-contrib](https://github.com/keras-team/keras-contrib) - Keras community contributions. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
156 | | -* [Hyperas](https://github.com/maxpumperla/hyperas) - Keras + Hyperopt: A straightforward wrapper for a convenient hyperparameter. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
157 | | -* [Elephas](https://github.com/maxpumperla/elephas) - Distributed Deep learning with Keras & Spark. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
158 | | -* [qkeras](https://github.com/google/qkeras) - A quantization deep learning library. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
159 | 148 |
|
160 | 149 | ### JAX |
161 | 150 | * [JAX](https://github.com/google/jax) - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more. |
162 | 151 | * [FLAX](https://github.com/google/flax) - A neural network library for JAX that is designed for flexibility. |
163 | 152 | * [Optax](https://github.com/google-deepmind/optax) - A gradient processing and optimization library for JAX. |
164 | 153 |
|
| 154 | +### Keras |
| 155 | +* [Keras](https://keras.io) - A high-level neural networks API running on top of TensorFlow. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 156 | +* [keras-contrib](https://github.com/keras-team/keras-contrib) - Keras community contributions. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 157 | +* [Hyperas](https://github.com/maxpumperla/hyperas) - Keras + Hyperopt: A straightforward wrapper for a convenient hyperparameter. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 158 | +* [Elephas](https://github.com/maxpumperla/elephas) - Distributed Deep learning with Keras & Spark. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 159 | +* [qkeras](https://github.com/google/qkeras) - A quantization deep learning library. <img height="20" src="img/keras_big.png" alt="Keras compatible"> |
| 160 | + |
165 | 161 | ### Others |
166 | 162 | * [transformers](https://github.com/huggingface/transformers) - State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> <img height="20" src="img/tf_big2.png" alt="sklearn"> |
167 | 163 | * [Tangent](https://github.com/google/tangent) - Source-to-Source Debuggable Derivatives in Pure Python. |
|
276 | 272 | * [GreatX](https://github.com/EdisonLeeeee/GreatX) - A graph reliability toolbox based on PyTorch and PyTorch Geometric (PyG). <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible"> |
277 | 273 | * [Jraph](https://github.com/google-deepmind/jraph) - A Graph Neural Network Library in Jax. |
278 | 274 | * [TRL](https://github.com/huggingface/trl) - Train transformer language models with reinforcement learning. |
279 | | - |
| 275 | +* [Cleora](https://github.com/BaseModelAI/cleora) - The Graph Embedding Engine. |
280 | 276 |
|
281 | 277 | ## Graph Manipulation |
282 | 278 | * [Networkx](https://github.com/networkx/networkx) - Network Analysis in Python. |
|
315 | 311 | * [sklearn-crfsuite](https://github.com/TeamHG-Memex/sklearn-crfsuite) - A scikit-learn-inspired API for CRFsuite. <img height="20" src="img/sklearn_big.png" alt="sklearn"> |
316 | 312 |
|
317 | 313 | ## Model Explanation |
318 | | - |
319 | 314 | * [dalex](https://github.com/ModelOriented/DALEX) - moDel Agnostic Language for Exploration and explanation. <img height="20" src="img/sklearn_big.png" alt="sklearn"><img height="20" src="img/R_big.png" alt="R inspired/ported lib"> |
320 | 315 | * [Shapley](https://github.com/benedekrozemberczki/shapley) - A data-driven framework to quantify the value of classifiers in a machine learning ensemble. |
321 | 316 | * [Alibi](https://github.com/SeldonIO/alibi) - Algorithms for monitoring and explaining machine learning models. |
|
0 commit comments