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
加入频道
friend: yo dude, wanna drink?

me: nah man, that stuff kills brain cells.

friend: you say its killing brain cells but i say its just real life dropout to prevent overfitting
Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation, and DCGAN implemented with tf.keras and eager execution

“Complete code examples for Machine Translation with Attention, Image Captioning, Text Generation…” https://medium.com/tensorflow/complete-code-examples-for-machine-translation-with-attention-image-captioning-text-generation-51663d07a63d

#tensorflow #tutorial
27.23TB of research data in torrents! Includes dataset such as:
- Breast Cancer Cell Segmentation
- Liver Tumor Segmentation
- MRI Lesion Segmentation in Multiple Sclerosis
- Electron Microscopy, Hippocampus
- Digital Surface & Digital Terrain Model

And courses recordings, including:
- Introduction to Computer Science [CS50x] [Harvard] [2018]
- Artificial Intelligence(EDX)
- Richard Feynman's Lectures on Physics (The Messenger Lectures) (🔥)
- [Coursera] Machine Learning (Stanford University) (ml)
- [Coursera] Natural Language Processing (Stanford University) (nlp)
- [Coursera] Neural Networks for Machine Learning (University of Toronto) (neuralnets)

http://academictorrents.com/

#course #torrent #dataset
Fast image-to-image translation in the browser. With 3 trained models introduced. Plus a processed dataset of 1000 images for edges2cats translation.

Demo: https://zaidalyafeai.github.io/pix2pix/cats.html
Code: https://github.com/zaidalyafeai/zaidalyafeai.github.io/tree/master/pix2pix

#tf #tensorflow #tfjs #pix2pix #cv
Neural nets are terrible at arithmetic & counting. If you train one in 1 to 10, it will do okay on 3 + 5 but fail miserably for 1000 + 3000. Resolving this, «Neural Arithmetic Logic Units» can track time, do arithmetic on images of numbers, & extrapolate, providing better results than other architectures.

https://arxiv.org/pdf/1808.00508.pdf

#nn #architecture #concept #deepmind #arithmetic
The Conversational Intelligence Challenge 2 (ConvAI second part) got announced today.

The aim of our competition is to establish a concrete scenario for testing chatbots that aim to engage humans, and become a standard evaluation tool in order to make such systems directly comparable.

The most promising team attending will receive a travel grant to attend #NIPS2018

#nlp #dl #dialoguesystem #competition
First 1e6 integers, represented as binary vectors indicating their prime factors, and laid out using the sparse matrix support in leland_mcinnes's UMAP dimensionality reduction algorithm. This is from a 1000000x78628 (!) binary matrix. Very pretty structure emerges.
"Learning Hierarchical Semantic Image Manipulation through Structured Representations":

https://arxiv.org/abs/1808.07535

#cv #dl
Online ad demand prediction #kaggle competition 1st place summary:
https://www.kaggle.com/c/avito-demand-prediction/discussion/59880

Winner explains how to combine categorical, numerical, image and text features into a single #NN that gets you into top 10 without stacking.