Skip to content

Commit 4437b85

Browse files
authored
pytorch-optimizer
1 parent d4beee8 commit 4437b85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ fast.ai course - [Lessons 1-7](https://course.fast.ai/videos/?lesson=1), [Lesson
298298
[Tensorflow without a PhD](https://github.com/GoogleCloudPlatform/tensorflow-without-a-phd) - Neural Network course by Google.
299299
Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/), [PPT](http://cs231n.stanford.edu/slides/2017/cs231n_2017_lecture12.pdf)
300300
[Tensorflow Playground](https://playground.tensorflow.org/)
301-
[Visualization of optimization algorithms](https://vis.ensmallen.org/)
301+
[Visualization of optimization algorithms](https://vis.ensmallen.org/), [Another visualization](https://github.com/jettify/pytorch-optimizer)
302302
[cutouts-explorer](https://github.com/mgckind/cutouts-explorer) - Image Viewer.
303303

304304
##### Image Related
@@ -323,6 +323,7 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
323323
[tensorlayer](https://github.com/tensorlayer/tensorlayer) - Neural Networks on top of tensorflow, [tricks](https://github.com/wagamamaz/tensorlayer-tricks).
324324
[tensorforce](https://github.com/reinforceio/tensorforce) - Tensorflow for applied reinforcement learning.
325325
[fastai](https://github.com/fastai/fastai) - Neural Networks in pytorch.
326+
[pytorch-optimizer](https://github.com/jettify/pytorch-optimizer) - Collection of optimizers for pytorch.
326327
[ignite](https://github.com/pytorch/ignite) - Highlevel library for pytorch.
327328
[skorch](https://github.com/dnouri/skorch) - Scikit-learn compatible neural network library that wraps pytorch, [talk](https://www.youtube.com/watch?v=0J7FaLk0bmQ), [slides](https://github.com/thomasjpfan/skorch_talk).
328329
[autokeras](https://github.com/jhfjhfj1/autokeras) - AutoML for deep learning.

0 commit comments

Comments
 (0)