Skip to content

Commit f06977e

Browse files
authored
Update README.md
1 parent fdb455f commit f06977e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Curated list of data science software in Python
6767
* [scikit-learn](http://scikit-learn.org/stable/) ![alt text][skl] - machine learning in Python
6868
* [Shogun](http://www.shogun-toolbox.org/) - machine learning toolbox
6969
* [xLearn](https://github.com/aksnzhy/xlearn) - High Performance, Easy-to-use, and Scalable Machine Learning Package
70+
* [Reproducible Experiment Platform (REP)]() ![alt text][skl] - Machine Learning toolbox for Humans
7071
* [Sparkit-learn](https://github.com/lensacom/sparkit-learn) ![alt text][skl] ![alt text][sp] - PySpark + Scikit-learn = Sparkit-learn
7172
* [mlpack](https://github.com/mlpack/mlpack) - a scalable C++ machine learning library (Python bindings)
7273
* [dlib](https://github.com/davisking/dlib) - A toolkit for making real world machine learning and data analysis applications in C++ (Python bindings)
@@ -144,6 +145,7 @@ Curated list of data science software in Python
144145
* [Elephas](https://github.com/maxpumperla/elephas) - Distributed Deep learning with Keras & Spark
145146
* [Hera](https://github.com/keplr-io/hera) - Train/evaluate a Keras model, get metrics streamed to a dashboard in your browser.
146147
* [dist-keras](https://github.com/cerndb/dist-keras) ![alt text][sp] - Distributed Deep Learning, with a focus on distributed training
148+
* [Conx](https://github.com/Calysto/conx) - The On-Ramp to Deep Learning
147149
* [Keras add-ons...](https://github.com/krzjoa/awesome-python-datascience/blob/master/keras_addons.md)
148150

149151
<a name="dl-tf"></a>
@@ -159,6 +161,8 @@ Curated list of data science software in Python
159161
* [tfdeploy](https://github.com/riga/tfdeploy) ![alt text][tf] - Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy
160162
* [hiptensorflow](https://github.com/ROCmSoftwarePlatform/hiptensorflow) ![alt text][tf] ![alt text][amd] - ROCm/HIP enabled Tensorflow
161163
* [TensorFlow Fold](https://github.com/tensorflow/fold) ![alt text][tf] - Deep learning with dynamic computation graphs in TensorFlow
164+
* [tensorlm](https://github.com/batzner/tensorlm) ![alt text][tf] - wrapper library for text generation / language models at char and word level with RNN
165+
* [TensorLight](https://github.com/bsautermeister/tensorlight) ![alt text][tf] - a high-level framework for TensorFlow
162166

163167
<a name="dl-theano"></a>
164168
### Theano
@@ -175,9 +179,12 @@ Curated list of data science software in Python
175179
<a name="dl-pytorch"></a>
176180
### PyTorch
177181
* [PyTorch](https://github.com/pytorch/pytorch) ![alt text][pt] - Tensors and Dynamic neural networks in Python with strong GPU acceleration
182+
* [torchvision](https://github.com/pytorch/vision) ![alt text][pt] - Datasets, Transforms and Models specific to Computer Vision
183+
* [torchtext](https://github.com/pytorch/text) ![alt text][pt] - Data loaders and abstractions for text and NLP
184+
* [torchaudio](https://github.com/pytorch/audio) ![alt text][pt] - an audio library for PyTorch
178185
* [skorch](https://github.com/dnouri/skorch) ![alt text][skl] ![alt text][pt] - a scikit-learn compatible neural network library that wraps pytorch
179186
* [PyTorchNet](https://github.com/pytorch/tnt) ![alt text][pt] - an abstraction to train neural networks
180-
* [Aorun](https://github.com/ramon-oliveira/aorun) - intend to implement an API similar to Keras with PyTorch as backend.
187+
* [Aorun](https://github.com/ramon-oliveira/aorun) ![alt text][pt] - intend to implement an API similar to Keras with PyTorch as backend.
181188

182189
<a name="dl-mxnet"></a>
183190
### MXNet
@@ -217,6 +224,8 @@ Curated list of data science software in Python
217224
* [Auralisation](https://github.com/keunwoochoi/Auralisation) - auralisation of learned features in CNN (for audio)
218225
* [CapsNet-Visualization](https://github.com/bourdakos1/CapsNet-Visualization) - a visualization of the CapsNet layers to better understand how it works
219226
* [lucid](https://github.com/tensorflow/lucid) - a collection of infrastructure and tools for research in neural network interpretability.
227+
* [Netron](https://github.com/lutzroeder/Netron) - visualizer for deep learning and machine learning models (no Python code, but visualizes models from most Python Deep Learning frameworks)
228+
* [FlashLight](https://github.com/dlguys/flashlight) - visualization Tool for your NeuralNetwork
220229

221230
<a name="rl"></a>
222231
## Reinforcement Learning
@@ -255,6 +264,7 @@ Curated list of data science software in Python
255264
* [emcee](https://github.com/dfm/emcee) - The Python ensemble sampling toolkit for affine-invariant MCMC
256265
* [hsmmlearn](https://github.com/jvkersch/hsmmlearn) - a library for hidden semi-Markov models with explicit durations
257266
* [pyhsmm](https://github.com/mattjj/pyhsmm) - bayesian inference in HSMMs and HMMs
267+
* [GPyTorch](https://github.com/cornellius-gp/gpytorch) ![alt text][pt] - a highly efficient and modular implementation of Gaussian Processes in PyTorch
258268
* [Bayes](https://github.com/krzjoa/Bayes) ![alt text][skl] - Python implementations of Naive Bayes algorithm variants
259269

260270
<a name="gp"></a>
@@ -373,6 +383,7 @@ Curated list of data science software in Python
373383
* [minpy](https://github.com/dmlc/minpy) - NumPy interface with mixed backend execution
374384
* [CuPy](https://github.com/cupy/cupy) - NumPy-like API accelerated with CUDA
375385
* [scikit-tensor](https://github.com/mnick/scikit-tensor) - Python library for multilinear algebra and tensor factorizations
386+
* [numdifftools](https://github.com/pbrod/numdifftools) - solve automatic numerical differentiation problems in one or more variables
376387

377388
<a name="quant"></a>
378389
## Quantum Computing

0 commit comments

Comments
 (0)