379K subscribers
4.38K photos
835 videos
17 files
4.86K links
Погружаемся в машинное обучение и Data Science

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

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

@itchannels_telegram -🔥best channels

Реестр РКН: clck.ru/3Fmqri
Download Telegram
TJU-DHD dataset (object detection and pedestrian detection)

Github: https://github.com/tjubiit/TJU-DHD

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

@ai_machinelearning_big_data
FinRL: A Deep Reinforcement Learning Library for Automated Stock Trading in Quantitative Finance

Github: https://github.com/AI4Finance-LLC/FinRL-Library

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

@ai_machinelearning_big_data
Essential Math for Data Science: Integrals And Area Under The Curve

https://hadrienj.github.io/posts/Essential-Math-Integrals/

@ai_machinelearning_big_data
Sparse R-CNN: End-to-End Object Detection with Learnable Proposals

Github: https://github.com/PeizeSun/SparseR-CNN

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

@ai_machinelearning_big_data
A Photogrammetry-based Framework to Facilitate Image-based Modeling and Automatic Camera Tracking

Github: https://github.com/SBCV/Blender-Addon-Photogrammetry-Importer

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

@ai_machinelearning_big_data
pixelNeRF: Neural Radiance Fields from One or Few Images.

Github: https://github.com/sxyu/pixel-nerf

Paper: http://arxiv.org/abs/2012.02190

@ai_machinelearning_big_data
👍1
Hello colleagues!

Today I would like to share great news with you - we have opensourced our python framework LightAutoML (LAMA) aimed at Automated Machine Learning. It is designed to be lightweight and efficient for various tasks (binary/multiclass classifcation and regression) on tabular datasets which contains different types of features: numeric, categorical, dates, texts etc.

LAMA provides not only presets suite for end-to-end ML tasks solving, but also the easy-to-use ML pipeline creation constructor including data preprocessing elements, advanced feature generation, CV schemes (including nested CVs), hyperparameters tuning, different models and composition building methods. It also gives the user an option to generate model training and profiling reports to check model results and find insights which are not obvious from initial dataset.

Here are some examples of LAMA usage on binary classification task:
⁃ Blackbox pipeline = https://www.kaggle.com/simakov/lama-tabularautoml-preset-example
⁃ Interpretable model = https://www.kaggle.com/simakov/lama-whitebox-preset-example
⁃ Custom elements + existing ones = https://www.kaggle.com/simakov/lama-custom-automl-pipeline-example

Official documentation is here: https://lightautoml.readthedocs.io
Github: https://github.com/sberbank-ai-lab/LightAutoML
Slack community: https://lightautoml-slack.herokuapp.com

Please enjoy! :)