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
加入频道
Facebook is announcing a slew of new ML-related software projects and code releases this morning at F8, including Glow (a neural network compiler), PyTorch Translate (a public version of their production NMT code) and the roadmap for PyTorch 1.0 code.

https://code.facebook.com/posts/172423326753505/

#pytorch #facebook #deeplearning
CrowdHuman: A Benchmark for Detecting Human in a Crowd https://arxiv.org/abs/1805.00123
Computer vision model training uses different augmentation of input images (random crops, distortions, etc.). Instead of hand-engineering the operation sequence, one can instead use meta learning to learn effective sequences. Gets new state-of-the-art of 83.54% top1 on ImageNet!

https://ai.googleblog.com/2018/06/improving-deep-learning-performance.html
Thomas Wolf’s post on how to make #Python #NLP faster.

Spoiler: use spaCy's internals and a bit of Cython magic

Bonus: a #Jupyter notebook with examples processing over 80 millions words per sec…

https://medium.com/huggingface/100-times-faster-natural-language-processing-in-python-ee32033bdced
Transfer Learning in Tensorflow (VGG19 on CIFAR-10): Part 1

Tutorial on how to use pretrained networks not to make them learn everything from scratch.

Link: https://towardsdatascience.com/transfer-learning-in-tensorflow-9e4f7eae3bb4

#tutorial #cv #tensorflow #dl
Not quite machine learning, but close enough: method for calculating sqaure root inwardly.
DensePose: Dense Human Pose Estimation In The Wild

Facebook AI Research group presented a paper on pose estimation. That will help Facebook with better understanding of the processed videos.

NEW: DensePose-COCO, a large-scale ground-truth dataset with image-to-surface correspondences manually annotated on 50K COCO images.

Project website: http://densepose.org/
Arxiv: https://arxiv.org/abs/1802.00434

#facebook #fair #cvpr #cv #CNN #dataset