Data Science by ODS.ai 🦜
50K subscribers
391 photos
43 videos
7 files
1.54K 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: @haarrp
Download Telegram
🎂🎉New Release - #Matplotlib 3.0.0. Supports Python 3. Highlights include:

GUI backend is selected at run-time based on what toolkits are installed;
New cyclic color map *twilight*;
Improvements to automatic layout of titles, ticks & GridSpec.

mail thread: https://mail.python.org/pipermail/matplotlib-announce/2018-September/000027.html
official site: https://matplotlib.org/users/whats_new.html
installation: pip install -U matplotlib

#visualization #dataviz
Introduction for machine learning for coders

Fast.ai launching new course for coders, having at least 1 year of experience. This is a practical-oriented course covering wide range of areas: classical Machine Learning with Random Forest and Gradient Decent, Regularization, NLP, Embeddings,

Link: http://www.fast.ai/2018/09/26/ml-launch/
Course itself: http://course.fast.ai/ml

#fastai #novice #entrylevel
Forwarded from Karim Iskakov - канал (karfly_bot)
"PyTorch 1.0 is released now! torch.jit, C++ API, c10d distributed"
🔎 https://github.com/pytorch/pytorch/releases
📉 @loss_function_porn
This is a real prototype with all the 30 lines of code to reimplement it.

Source: http://www.3delement.com/?p=610

#AR
What does your Spotify music sound like? Data Science with Spotify (Part 1)

Example of a good approach to the research. Though, as was noted, there is no data for the reproducibility, author can provide data and sample code in the future.

Link: https://towardsdatascience.com/data-science-and-machine-learning-with-spotify-841225bfb5d0

#spotify
Reproducing Imagenet in 18 minutes

The code to reproduce #ImageNet in 18 minutes is posted in the GitHub repo. It actually becomes «Imagenet in 12 minutes» if using 74.9% top1, used in Chainer's "Imagenet in 15" paper, last few bits are the hardest.

Link: https://github.com/diux-dev/imagenet18
Ultimate Machine Learning Cheat Sheet

Notes on top-level topics from Stanford's CS 229 by Shervine Amidi and Afshine Amidi:

* Supervised learning
* Unsupervised learning
* Deep learning
* Tips and tricks
* Probability and stats refresher
* Algebra and calculus refresher

Forward this message to your Saved Messages to make sure, you won’t lose it.

Repo link: https://github.com/afshinea/stanford-cs-229-machine-learning

#Stanford #cheatsheet
CACTUs: an unsupervised learning algorithm that learns to learn tasks constructed from unlabeled data. Leads to significantly more effective downstream learning & enables few-shot learning *without* labeled meta-learning datasets

ArXiv: https://arxiv.org/abs/1810.02334

#cactus #unsupervised
Hitchhiker’s guide to Exploratory Data Analysis

Exploratory Data Analysis — stage of finding out distribution of the data, volume, number of missing values and all the other characteristics of the available dataset.

Part 1: https://towardsdatascience.com/hitchhikers-guide-to-exploratory-data-analysis-6e8d896d3f7e
Part 2: https://towardsdatascience.com/hitchhikers-guide-to-exploratory-data-analysis-part-2-36ab72201e1d

#ExploratoryDA #novice #entrylevel
The Code for Facial Identity in the Primate Brain

This paper showed that facial images can be reconstructed from a simple linear model using responses of only ~200 visual neurons recorded from a monkey. This approach uses "face cells" which are encoding how much a face differs from average in particular ways ("eigenface dimensions").

https://www.sciencedirect.com/science/article/pii/S009286741730538X

#cv #dl