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
加ε…₯钑道
​​Desnapify

Logical followup of #pix2pix project by Isola et al., based on on Keras implementation by Thibault de Boissiere allows to remove that kat/dog faces from #Snapchat photoes.


Github: https://github.com/ipsingh06/ml-desnapify
Mentioned #Keras repo: https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/pix2pix

#DL
Valuing Life as an Asset, as a Statistic and at Gunpoint

Ever wondered, how much your life is worth? This is an article about Life as an asset evaluation. It is extremely useful for insuarance companies and as a metric to calculate compensations in case of tragic events, but it is also a key to understand, how valuable (or not) life is.

Math is beautiful.

Link: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3156911

#math #life #insurance #statistics
Learning from Dialogue after Deployment: Feed Yourself, Chatbot!

From abstract: The self-feeding chatbot, a dialogue agent with the ability to extract new training examples from the conversations it participates in.

This is an article about chatbot which is capable of true online learning. There is also a venturebeat article on the subject, covering the perspective: Β«Facebook and Stanford researchers design a chatbot that learns from its mistakesΒ».


Venturebeat: https://venturebeat.com/2019/01/17/facebook-and-stanford-researchers-design-a-chatbot-that-learns-from-its-mistakes/
ArXiV: https://arxiv.org/abs/1901.05415

#NLP #chatbot #facebook #Stanford
πŸ€“Interesting note on weight decay vs L2 regularization

In short, the was difference when moving from caffe (which implements weight decay) to keras (which implements L2). That led to different results on the same net architecture and same set of hyperparameters.

Link: https://bbabenko.github.io/weight-decay/

#DL #nn #hyperopt #hyperparams
​​IQ is largely a pseudoscientific swindle

Note by Nassim Taleb on how IQ works. He shows that high-IQ is not well-correlated with wealth or overall cognitive performance.

Link: https://medium.com/incerto/iq-is-largely-a-pseudoscientific-swindle-f131c101ba39

#statistics #iq #fallacy
Implementing a ResNet model from scratch.

Well-written and explained note on how to build and train a ResNet model from ground zero.

Link: https://towardsdatascience.com/implementing-a-resnet-model-from-scratch-971be7193718

#ResNet #DL #CV #nn #tutorial
​​Object detection SOTA evolution over time.

#SOTA #CNN #objectdetection
Mastermind: Using Uber Engineering to Combat Fraud in Real Time

Article on general aspects of how #Uber’s fraud prevention engine works.

Link: https://eng.uber.com/mastermind/

#architecture
News Feature: What are the limits of deep learning?

Nice article summarizing recent progress in deep learning. It can be renamed into Β«Recent progress in deep learning leaves DL critics searching for new things to criticizeΒ».

Link: https://www.pnas.org/content/116/4/1074

#DL #Meta
Free online ODS.AI course on ML

Another great free course will start on February 11. Taught through #Kaggle notebooks and competitions.

Link: https://www.kaggle.com/general/77771

#entrylevel #novice #beginner
There is another Data Science Breakfast at Paris upcoming on this Saturday at 10:00 AM at Strada Cafe, 24 Rue Monge.

Feel free to join, regardless of your level. Everyone is welcome.
Discovering and Classifying In-app Message Intent at Airbnb

An article on how #AirBnB finds intent in conversations to make its service better.

Link: https://medium.com/airbnb-engineering/discovering-and-classifying-in-app-message-intent-at-airbnb-6a55f5400a0c

#NLP #intent
Natural Questions

Google published Natural Questions, a new, large-scale corpus and challenge for training and evaluating open-domain question answering systems, and the first to replicate the end-to-end process in which people find answers to questions.

Link: https://ai.googleblog.com/2019/01/natural-questions-new-corpus-and.html

#Google #NLP #data
Dynamic Transfer Learning for Named Entity Recognition

Paper with direct healthcare application by #Amazon interesting proposal to use Dynamic Transfer Network for architecture search

Link: https://arxiv.org/pdf/1812.05288.pdf

#healthcare #NLP