Skip to content

Commit c9cc4b8

Browse files
authored
Update README.md
1 parent 1d239d9 commit c9cc4b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
101101
[Inverse Propensity Weighting](https://www.youtube.com/watch?v=SUq0shKLPPs)
102102
[Dealing with Selection Bias By Propensity Based Feature Selection](https://www.youtube.com/watch?reload=9&v=3ZWCKr0vDtc)
103103

104+
#### Frameworks
105+
[scikit-learn](https://github.com/scikit-learn/scikit-learn) - General machine learning framework.
106+
[h2o](https://github.com/h2oai/h2o-3) - Machine learning framework.
107+
[caffe](https://github.com/BVLC/caffe) - Deep learning framework, [pretrained models](https://github.com/BVLC/caffe/wiki/Model-Zoo).
108+
[mxnet](https://github.com/apache/incubator-mxnet) - Deep learning framework, [book](https://d2l.ai/index.html).
109+
104110
#### Exploration and Cleaning
105111
[Checklist](https://github.com/r0f1/ml_checklist).
106112
[janitor](https://pyjanitor.readthedocs.io/) - Clean messy column names.
@@ -318,8 +324,7 @@ Feature Visualization: [Blog](https://distill.pub/2017/feature-visualization/),
318324
[PlotNeuralNet](https://github.com/HarisIqbal88/PlotNeuralNet) - Plot neural networks.
319325
[lucid](https://github.com/tensorflow/lucid) - Neural network interpretability, [Activation Maps](https://openai.com/blog/introducing-activation-atlases/).
320326
[tcav](https://github.com/tensorflow/tcav) - Interpretability method.
321-
[AdaBound](https://github.com/Luolc/AdaBound) - Optimizer that trains as fast as Adam and as good as SGD, [alt](https://github.com/titu1994/keras-adabound).
322-
[caffe](https://github.com/BVLC/caffe) - Deep learning framework, [pretrained models](https://github.com/BVLC/caffe/wiki/Model-Zoo).
327+
[AdaBound](https://github.com/Luolc/AdaBound) - Optimizer that trains as fast as Adam and as good as SGD, [alt](https://github.com/titu1994/keras-adabound).
323328
[foolbox](https://github.com/bethgelab/foolbox) - Adversarial examples that fool neural networks.
324329
[hiddenlayer](https://github.com/waleedka/hiddenlayer) - Training metrics.
325330
[imgclsmob](https://github.com/osmr/imgclsmob) - Pretrained models.
@@ -552,11 +557,6 @@ AlphaZero methodology - [1](https://github.com/AppliedDataSciencePartners/DeepRe
552557
[RLLib](https://ray.readthedocs.io/en/latest/rllib.html) - Library for reinforcement learning.
553558
[Horizon](https://github.com/facebookresearch/Horizon/) - Facebook RL framework.
554559

555-
#### Frameworks
556-
[h2o](https://github.com/h2oai/h2o-3) - Scalable machine learning.
557-
[turicreate](https://github.com/apple/turicreate) - Apple Machine Learning Toolkit.
558-
[astroml](https://github.com/astroML/astroML) - ML for astronomical data.
559-
560560
#### Deployment and Lifecycle Management
561561

562562
##### Dependency Management

0 commit comments

Comments
 (0)