You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -159,6 +161,8 @@ Curated list of data science software in Python
159
161
*[tfdeploy](https://github.com/riga/tfdeploy)![alt text][tf] - Deploy tensorflow graphs for fast evaluation and export to tensorflow-less environments running numpy
*[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
162
166
163
167
<aname="dl-theano"></a>
164
168
### Theano
@@ -175,9 +179,12 @@ Curated list of data science software in Python
175
179
<aname="dl-pytorch"></a>
176
180
### PyTorch
177
181
*[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
178
185
*[skorch](https://github.com/dnouri/skorch)![alt text][skl]![alt text][pt] - a scikit-learn compatible neural network library that wraps pytorch
179
186
*[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.
181
188
182
189
<aname="dl-mxnet"></a>
183
190
### MXNet
@@ -217,6 +224,8 @@ Curated list of data science software in Python
217
224
*[Auralisation](https://github.com/keunwoochoi/Auralisation) - auralisation of learned features in CNN (for audio)
218
225
*[CapsNet-Visualization](https://github.com/bourdakos1/CapsNet-Visualization) - a visualization of the CapsNet layers to better understand how it works
219
226
*[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
220
229
221
230
<aname="rl"></a>
222
231
## Reinforcement Learning
@@ -255,6 +264,7 @@ Curated list of data science software in Python
255
264
*[emcee](https://github.com/dfm/emcee) - The Python ensemble sampling toolkit for affine-invariant MCMC
256
265
*[hsmmlearn](https://github.com/jvkersch/hsmmlearn) - a library for hidden semi-Markov models with explicit durations
257
266
*[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
258
268
*[Bayes](https://github.com/krzjoa/Bayes)![alt text][skl] - Python implementations of Naive Bayes algorithm variants
259
269
260
270
<aname="gp"></a>
@@ -373,6 +383,7 @@ Curated list of data science software in Python
373
383
*[minpy](https://github.com/dmlc/minpy) - NumPy interface with mixed backend execution
374
384
*[CuPy](https://github.com/cupy/cupy) - NumPy-like API accelerated with CUDA
375
385
*[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
0 commit comments