378K subscribers
4.37K photos
831 videos
17 files
4.85K links
Погружаемся в машинное обучение и Data Science

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

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

@itchannels_telegram -🔥best channels

Реестр РКН: clck.ru/3Fmqri
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
An Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)

ERNIE 2.0 is a continual pre-training framework for language understanding in which pre-training tasks can be incrementally built and learned through multi-task learning.

ERNIE 2.0 from Baidu: https://github.com/PaddlePaddle/ERNIE

Dataset: https://gluebenchmark.com/tasks

Understanding Language using XLNet with autoregressive pre-training

https://medium.com/@zxiao2015/understanding-language-using-xlnet-with-autoregressive-pre-training-9c86e5bea443
📝 How to Generate Images of Handwritten Digits using DCGAN

https://morioh.com/p/28fd0b611e09
Set of Machine Learning Python plugins for GIMP

This paper introduces GIMP-ML, a set of Python plugins for the widely popular GNU Image Manipulation Program (GIMP). It enables the use of recent advances in computer vision to the conventional image editing pipeline.

Github: https://github.com/kritiksoman/GIMP-ML

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

Demo: https://www.youtube.com/watch?v=HVwISLRow_0
TK & TKL - Efficient Transformer-based neural re-ranking models

TK employs a small number of low-dimensional Transformer layers to contextualize query and document word embeddings. TK scores the interactions of the contextualized representations with simple, yet effective soft-histograms based on the kernel-pooling technique .


Github: https://github.com/sebastian-hofstaetter/transformer-kernel-ranking

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

The Neural-IR-Explorer is a interactive exploration tool. It allows you to browse around the actual results of a neural re-ranking run

https://neural-ir-explorer.ec.tuwien.ac.at/
👍1
Fine-tuning ResNet with Keras, TensorFlow, and Deep Learning

In this tutorial, you will learn how to fine-tune ResNet using Keras, TensorFlow, and Deep Learning.


https://www.pyimagesearch.com/2020/04/27/fine-tuning-resnet-with-keras-tensorflow-and-deep-learning/
An Ethical Application of Computer Vision and Deep Learning — Identifying Child Soldiers Through Automatic Age and Military Fatigue Detection

https://www.pyimagesearch.com/2020/05/11/an-ethical-application-of-computer-vision-and-deep-learning-identifying-child-soldiers-through-automatic-age-and-military-fatigue-detection/
Galaxy Zoo: Classifying Galaxies with Crowdsourcing and Active Learning

In this tutorial you will know how to use crowdsourcing and machine learning to investigate how galaxies evolve by classifying millions of galaxy images.

https://blog.tensorflow.org/2020/05/galaxy-zoo-classifying-galaxies-with-crowdsourcing-and-active-learning.html

Code: https://github.com/mwalmsley/galaxy-zoo-bayesian-cnn/blob/88604a63ef3c1bd27d30ca71e0efefca13bf72cd/zoobot/active_learning/acquisition_utils.py#L81