Data Science by ODS.ai 🦜
46.1K subscribers
663 photos
77 videos
7 files
1.75K links
First Telegram Data Science channel. Covering all technical and popular staff about anything related to Data Science: AI, Big Data, Machine Learning, Statistics, general Math and the applications of former. To reach editors contact: @malev
加入频道
A visual introduction to machine learning.

It is an interactive website, which would be really useful to the beginners, as a perfect visual explanation of how decision trees work. It shows how one can go from statistical parametric evaluation to decision tree building.

Link: http://www.r2d3.us/visual-intro-to-machine-learning-part-1/?utm_source=telegram&utm_medium=opendatascience

#decisiontrees #beginner #novice #firststep #howitworks
👍1
Model Tuning and the Bias-Variance Tradeoff
(part II of Visual Introduction to Machine Learning by r2d3)

Bias-Variance tradeoff happens because you have to find optimal balance between model being too simple and too complex. Too complex models tend to overfit — to become to adapted to the training data, so the results on the testing (new, unknown to model) data become less accurate. The article explains with the example from previous part how this actually works.

http://www.r2d3.us/visual-intro-to-machine-learning-part-2/?utm_source=telegram&utm_medium=opendatascience

#decisiontrees #beginner #novice #firststep #howitworks
Practical Advice for Building Deep Neural Networks

Some practical tips for training deep neural networks based the experiences (rooted mainly in TensorFlow). Some of the suggestions may seem obvious, but they weren’t at some point. Other suggestions may not apply or might even be bad advice for particular task: use discretion!

https://pcc.cs.byu.edu/2017/10/02/practical-advice-for-building-deep-neural-networks/

#neuralnetworks #dl #tensorflow
Introduction to Python Ensembles

Ensemble is an approach for mixing algorithms to obtain strong sides of all the approaches.

https://www.kdnuggets.com/2018/02/introduction-python-ensembles.html

#ensemble #stacking #tutorial #beginnig #novice
Adversarial attack — type of input or a mask applied to the input of the machine learning model to make it wrong. It is a way to cheat with the output, to ‘fool’ the algorithm.

«Attacking Machine Learning with Adversarial Examples» at Open AI blog covers the basics and provides some examples.

Open AI blog article: https://blog.openai.com/adversarial-example-research/

#adversarialattack #openai #novice #beginner
New attack on neural networks can alter the purpose of the neural network.

A surprising adversarial attack, whereby a perturbation to all input images can "reprogram" a poorly-defended neural network to change its task entirely. e.g. turn an ImageNet classifier into a network that counts squares.

Arxiv: https://arxiv.org/pdf/1806.11146.pdf

#Goodfellow #gbrain #adversarialattack
ModaNet: A Large-Scale Street Fashion Dataset with Polygon Annotations

Latest segmentation and detection approaches (DeepLabV3+, FasterRCNN) applied to street fashion images. Arxiv paper contains information about both: net and dataset.

Arxiv link: https://arxiv.org/abs/1807.01394
Paperdoll dataset: http://vision.is.tohoku.ac.jp/~kyamagu/research/paperdoll/

#segmentation #dataset #fashion #sv
Hey, our fellow colleagues at OpenDataScience community are labeling a meme dataset. You can help them with the markup just by viewing memes in this bot: @MemezoidBot

#DataSet #labeling
#DeepMind new release: Neural Processes (#NPs) that generalise #GQN ’s training regime to other few-shot prediction tasks such as regression and classification

Arxiv 1: https://arxiv.org/abs/1807.01622
Arxiv 2: https://arxiv.org/abs/1807.01613

#ICML2018
Deep Learning for Matching in Search and Recommendation

PDF: http://www.comp.nus.edu.sg/~xiangnan/sigir18-deep.pdf

#sigir2018 #Tutorial