335K subscribers
4.13K photos
753 videos
17 files
4.66K links
Погружаемся в машинное обучение и Data Science

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

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

@itchannels_telegram -🔥best channels

Реестр РКН: clck.ru/3Fmqri
Download Telegram
New dataset from Google
The Taskmaster-2 dataset consists of 17,289 dialogs

https://research.google/tools/datasets/taskmaster-2/
iTAML: An Incremental Task-Agnostic Meta-learning Approach

iTAML hypothesizes that generalization is a key factor for continual learning Code is implemented using PyTorch and it includes code for running the incremental learning domain experiments

Code: https://github.com/brjathu/iTAML

Paper: https://arxiv.org/abs/2003.11652v1
🎲 Probabilistic Regression for Visual Tracking

A general python framework for training and running visual object trackers, based on PyTorch.

Code: https://github.com/visionml/pytracking

Paper: https://arxiv.org/abs/2003.12565
Introducing the Model Garden for TensorFlow 2

Code examples for state-of-the-art models and reusable modeling libraries for TensorFlow 2.

https://blog.tensorflow.org/2020/03/introducing-model-garden-for-tensorflow-2.html

Model Garden repository: https://github.com/tensorflow/models/tree/master/official
Flows for simultaneous manifold learning and density estimation

A new class of generative models that simultaneously learn the data manifold as well as a tractable probability density on that manifold.

Code: https://github.com/johannbrehmer/manifold-flow

Paper: https://arxiv.org/abs/2003.13913
Introduction to Quantization on PyTorch

Quantization refers to techniques for doing both computations and memory accesses with lower precision data, usually int8 compared to floating point implementations.

https://pytorch.org/blog/introduction-to-quantization-on-pytorch/

PYTORCH TUTORIALS: https://pytorch.org/tutorials/#model-optimization
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks

Simple interface to inference, learning and manipulation routines for deep and tractable probabilistic models called Sum-Product Networks (SPNs).

Github: https://github.com/SPFlow/SPFlow

Paper: https://arxiv.org/abs/2004.01167v1
This media is not supported in your browser
VIEW IN TELEGRAM
⚪️ Tracking Objects as Points


Simultaneous object detection and tracking using center points

Github: https://github.com/xingyizhou/CenterTrack

Paper: https://arxiv.org/abs/2004.01177v1
kNN classification using Neighbourhood Components Analysis

NCA allows you to learn a linear transformation of your data that maximizes k-nearest neighbours performance.

https://kevinzakka.github.io/2020/02/10/nca/

PyTorch Code : https://github.com/kevinzakka/nca

Paper: https://www.cs.toronto.edu/~hinton/absps/nca.pdf
GANSpace: Discovering Interpretable GAN Controls

Simple technique to analyze Generative Adversarial Networks (GANs) and create interpretable controls for image synthesis, such as change of viewpoint, aging, lighting, and time of day.

Code: https://github.com/harskish/ganspace

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

Video: https://www.youtube.com/watch?v=jdTICDa_eAI&feature=youtu.be
PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization

Method achieves state-of-the-art performance on a public benchmark and outperforms the prior work for clothed human digitization from a single image.

https://shunsukesaito.github.io/PIFu/

Code: https://github.com/shunsukesaito/PIFu

Paper: https://arxiv.org/abs/1905.05172
TuiGAN: Learning Versatile Image-to-Image Translation with Two Unpaired Images


TuiGAN can be use for various computer vision tasks ranging from image style transfer to object transformation and appearance transformation.

Github: https://github.com/linjx-ustc1106/TuiGAN-PyTorch

Paper: https://arxiv.org/abs/2004.04634
This media is not supported in your browser
VIEW IN TELEGRAM
Nevergrad, an evolutionary optimization platform, adds new key features

Facebook AI’s open source Python3 library for derivative-free and evolutionary optimization.

https://ai.facebook.com/blog/nevergrad-an-evolutionary-optimization-platform-adds-new-key-features/

GitHub: https://github.com/facebookresearch/nevergrad

Documentation: https://facebookresearch.github.io/nevergrad/index.html
EfficientDet from Google: Towards Scalable and Efficient Object Detection

A new family of scalable and efficient object detectors. EfficientDet achieves state-of-the-art accuracy while being up to 9x smaller and using significantly less computation compared to prior state-of-the-art detectors

https://ai.googleblog.com/2020/04/efficientdet-towards-scalable-and.html

Github: https://github.com/google/automl/tree/master/efficientdet

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

Tutorial: https://github.com/google/automl/blob/master/efficientdet/tutorial.ipynb
Local-Global Video-Text Interactions for Temporal Grounding

This paper addresses the problem of text-to-video temporal grounding, which aims to identify the time interval in a video semantically relevant to a text query

Github: https://github.com/JonghwanMun/LGI4temporalgrounding

Paper: https://arxiv.org/abs/2004.07514
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
Announcing PyCaret 1.0.0

An open source low-code machine learning library in Python. PyCaret allows you to go from preparing data to deploying models within seconds from your choice of notebook environment.

https://towardsdatascience.com/announcing-pycaret-an-open-source-low-code-machine-learning-library-in-python-4a1f1aad8d46

Habr RU : https://habr.com/ru/company/otus/blog/497770/

Github: https://github.com/pycaret/pycaret

Guide: https://pycaret.org/guide/