360K subscribers
4.33K photos
816 videos
17 files
4.81K links
Погружаемся в машинное обучение и Data Science

Показываем как запускать любые LLm на пальцах.

По всем вопросам - @haarrp

@itchannels_telegram -🔥best channels

Реестр РКН: clck.ru/3Fmqri
Download Telegram
Deploy a Machine Learning Pipeline to the Cloud Using a Docker Container

https://www.kdnuggets.com/2020/06/deploy-machine-learning-pipeline-cloud-docker.html
VirTex: Learning Visual Representations from Textual Annotations

VirTex is a pretraining approach which uses semantically dense captions to learn visual representations.VirTex matches or outperforms models which use ImageNet for pretraining -- both supervised or unsupervised -- despite using up to 10x fewer images.

https://kdexd.github.io/virtex/

Github: https://github.com/kdexd/virtex

Paper: arxiv.org/abs/2006.06666
Rethinking the Truly Unsupervised Image-to-Image Translation - Official PyTorch Implementation

Here proposed the truly unsupervised image-to-image translation method (TUNIT) that simultaneously learns to separate image domains via an information-theoretic approach and generate corresponding images using the estimated domain labels.

Github: https://github.com/clovaai/tunit

Paper: https://arxiv.org/abs/2006.06500v1
From singing to musical scores: Estimating pitch with SPICE and Tensorflow Hub

Pitch is quantified by frequency, measured in Hertz (Hz), where one Hz corresponds to one cycle per second. The higher the frequency, the higher the note.

https://blog.tensorflow.org/2020/06/estimating-pitch-with-spice-and-tensorflow-hub.html

Model: https://tfhub.dev/google/spice/2

Colab code: https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/spice.ipynb
1
This media is not supported in your browser
VIEW IN TELEGRAM
SimCLR - A Simple Framework for Contrastive Learning of Visual Representations

The findings described in this paper can potentially be harnessed to improve accuracy in any application of computer vision where it is more expensive or difficult to label additional data than to train larger models.

Github: https://github.com/google-research/simclr

Paper: https://arxiv.org/abs/2006.10029
Data-Efficient GANs with DiffAugment

Differentiable Augmentation (DiffAugment), a simple method that improves the data efficiency of GANs by imposing various types of differentiable augmentations on both real and fake samples.

Github: https://github.com/mit-han-lab/data-efficient-gans

Paper: https://arxiv.org/abs/2006.10738

Training code: https://github.com/mit-han-lab/data-efficient-gans/tree/master/DiffAugment-stylegan2
This media is not supported in your browser
VIEW IN TELEGRAM
Machine Learning in Dask

In this article you can learn how Dask works with a huge dataset on local machine or in a distributed manner.

https://www.kdnuggets.com/2020/06/machine-learning-dask.html
Denoising Diffusion Probabilistic Models

Рigh quality image synthesis results using diffusion probabilistic models, a class of latent variable models inspired by considerations from nonequilibrium thermodynamics.

https://hojonathanho.github.io/diffusion/

Github: https://github.com/hojonathanho/diffusion

Paper: https://arxiv.org/abs/2006.11239
This media is not supported in your browser
VIEW IN TELEGRAM
The NetHack Learning Environment

The NetHack Learning Environment (NLE) is a Reinforcement Learning environment based on NetHack 3.6.6. NLE is designed to provide a standard RL interface to the game, and comes with tasks that function as a first step to evaluate agents on this new environment.

Github: https://github.com/facebookresearch/nle

Paper: https://arxiv.org/abs/2006.13760v1

Project: https://nethack.org/
Extracting the main trend in a dataset: the Sequencer algorithm

The Sequencer is an algorithm that attempts to reveal the main sequence in a dataset, if it exists.

https://sequencer.org/

Github: https://github.com/dalya/Sequencer

Paper: https://arxiv.org/abs/2006.13948v1
Unsupervised Discovery of Object Landmarks via Contrastive Learning

Approach is motivated by the phenomenon of the gradual emergence of invariance in the representation hierarchy of a deep network.

https://people.cs.umass.edu/~zezhoucheng/contrastive_landmark/

Code: https://github.com/cvl-umass/ContrastLandmark

Paper: https://arxiv.org/abs/2006.14787
👍1