Skip to content

Instantly share code, notes, and snippets.

@ggrrll
Last active January 19, 2024 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggrrll/0828a0b6b817c50e46c98589b0e706a0 to your computer and use it in GitHub Desktop.
Save ggrrll/0828a0b6b817c50e46c98589b0e706a0 to your computer and use it in GitHub Desktop.
review of main ML / DS techniques & tools

tricks and tools

top-10-automated-machine-learningauto-ml-tools
machine-learning-models-with-just-a-few-lines
in particular

pandas tricks

DL

nice overview of basic concepts in ML & DL https://stanford.edu/~shervine/teaching/cs-229/cheatsheet-deep-learning

nice review of ANNs types https://www.asimovinstitute.org/author/fjodorvanveen/

free online book: http://d2l.ai/

interpretability

boook: https://christophm.github.io/interpretable-ml-book/

table of 4 main techniques, in particular:

comparison with code

viz

https://poloclub.github.io/ganlab/

http://experiments.mostafa.io/public/ffbpann/

playground.tensorflow

regularization in DL

ANN Overfitting-Regularization

buffalo ANN regular

Time Series

readings

TS classification

8-types-of-time-series-classification-methods

Kolmogorov Smirnov for TS clustering

libraries

https://www.analyticsinsight.net/top-10-python-libraries-for-time-series-analysis-in-2022/, in particular

probabilistic forecast

Data Augmentation techniques

https://link.springer.com/article/10.1007/s00521-023-08459-3#Sec13

Dimentionality reduction

Outlier detection

https://github.com/jainyk/package-outlier ( https://towardsdatascience.com/5-outlier-detection-methods-that-every-data-enthusiast-must-know-f917bf439210 )

(hyper-p) optimization libraires

https://neptune.ai/blog/hyperparameter-tuning-in-python-complete-guide , in particular:

mathematical modeling libraries

operations-research

https://towardsdatascience.com/some-thoughts-on-synergies-between-operations-research-and-machine-learning-921d78ed4bd5

https://www.datasciencelearner.com/top-5-python-library-for-operational-research/

versioning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment