• maiweb v0.1.0
  • ★
  • Feedback

Yury Kashnitsky

active · last success 2026-06-18 22:11

Visit site ↗ · Feed ↗

  • Yury Kashnitsky youtube.com channel tutorial video youtube 2022-11-21 10:42
    ↗

    Welcome to my blog "New Yorko Times" https://yorko.github.io. This blog is about machine learning, mathematics, quantum computation, career development, programming, soft skills, popular science, and anything else I find exciting and (hopefully) can interestingly describe. My...

    ▶ Watch on YouTube Opens in a new tab
    Welcome to my blog "New Yorko Times" https://yorko.github.io. This blog is about machine learning, mathematics, quantum computation, career development, programming, soft skills, popular science, and anything else I find exciting and (hopefully) can interestingly describe. My long-lasting nickname is Yorko (some African variation of Yury). And often times, something new is happening in my life. Hence, I’m titling the blog New Yorko Times. From time to time, I’d also write in my native language Russian. New posts are announced on LinkedIn https://www.linkedin.com/in/kashnitskiy and Twitter https://twitter.com/ykashnitsky. For Russian-speaking audiences, there's also a Telegram-channel "New Yorko Times" https://t.me/new_yorko_times
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2022-01-31 14:57
    ↗

    In this video, we go through the https://mlcourse.ai self-paced roadmap and discuss how to approach the course in its self-paced mode: articles to read, lectures to watch, and assignments to crack. Course: https://mlcourse.ai GitHub repository:...

    ▶ Watch on YouTube Opens in a new tab
    In this video, we go through the https://mlcourse.ai self-paced roadmap and discuss how to approach the course in its self-paced mode: articles to read, lectures to watch, and assignments to crack. Course: https://mlcourse.ai GitHub repository: https://github.com/Yorko/mlcourse.ai Patreon to get bonus assignments: https://www.patreon.com/ods_mlcourse Russian version of the course: https://ods.ai/tracks/open-ml-course If you speak Russian, this is a preferred choice as there will be active sessions of the course (led by Peter Ermakov) – with assignments, Kaggle competitions, networking, etc.
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-12-27 10:29
    ↗

    The final part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst covers the actual training with Catalyst and GPUs.

    ▶ Watch on YouTube Opens in a new tab
    The final part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst covers the actual training with Catalyst and GPUs.
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-12-27 10:29
    ↗

    In the 3rd part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst we try to understand the BERT classifier model by HuggingFace and dig into the code of the transformers library.

    ▶ Watch on YouTube Opens in a new tab
    In the 3rd part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst we try to understand the BERT classifier model by HuggingFace and dig into the code of the transformers library.
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-12-27 10:27
    ↗

    In the 2nd part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst we cover data preparation for training, from CSV files to PyTorch DataLoaders

    ▶ Watch on YouTube Opens in a new tab
    In the 2nd part of the BERT fine-tuning tutorial https://github.com/Yorko/bert-finetuning-catalyst we cover data preparation for training, from CSV files to PyTorch DataLoaders
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-12-27 10:26
    ↗

    In the 1st part of the tutorial we describe the reusable BERT fine-tuning pipeline https://github.com/Yorko/bert-finetuning-catalyst I'm sharing the pipeline that I actually use at work (that's not a Kaggle Notebook anymore) which follows a modular approach, is easy to run...

    ▶ Watch on YouTube Opens in a new tab
    In the 1st part of the tutorial we describe the reusable BERT fine-tuning pipeline https://github.com/Yorko/bert-finetuning-catalyst I'm sharing the pipeline that I actually use at work (that's not a Kaggle Notebook anymore) which follows a modular approach, is easy to run and be reproduced. The follow-up parts of this tutorial cover: - data preparation for training, from CSV files to PyTorch DataLoaders - understanding the BERT classifier model by HuggingFace, digging into the code of the transformers library - running the pipeline with Catalyst and GPUs
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-10-11 12:26
    ↗

    There is a Golden Rule in NLP, at least when it comes to classification tasks: “Always start with a tfidf-logreg baseline”. Elaborating a bit, that’s building a logistic regression model on top of tf-idf (term frequency-inverse document frequency) text representation. This...

    ▶ Watch on YouTube Opens in a new tab
    There is a Golden Rule in NLP, at least when it comes to classification tasks: “Always start with a tfidf-logreg baseline”. Elaborating a bit, that’s building a logistic regression model on top of tf-idf (term frequency-inverse document frequency) text representation. This typically works fairly well, is simple to deploy as opposed to neural nets and that’s what's already deployed and working day and night while you are struggling with fancy transformers. In this presentation, we will go through a couple of real-world text classification problems and speculate on the reasons to resort to BERT as opposed to the good old tf-idf & logreg. In this talk, I share my experience finding a tradeoff between model performance and its ease of use and deployment in the context of multi-class text classification. Meanwhile, we will discuss a Catalyst text classification pipeline with HuggingFace. Slides: https://tinyurl.com/yytjbzz8 Code: https://www.kaggle.com/kashnitsky/distillbert-catalyst-amazon-product-reviews This talk part of the Catalyst track on DataFest 2020. Catalyst: https://github.com/catalyst-team/catalyst DataFest 2020: https://fest.ai/2020/
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2020-09-07 06:26
    ↗

    ▶ Watch on YouTube Opens in a new tab

    No full content extracted yet.

    Extracting…
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2019-11-23 11:55
    ↗

    I'm Yury Kashnitsky leading mlcourse.ai https://mlcourse.ai – an open Machine Learning course by OpenDataScience (ods.ai). In this talk, I'll describe the learning path you need to step in to find your first DS job. Assuming that basic ML is covered (mlcourse.ai, Andrew Ng's...

    ▶ Watch on YouTube Opens in a new tab
    I'm Yury Kashnitsky leading mlcourse.ai https://mlcourse.ai – an open Machine Learning course by OpenDataScience (ods.ai). In this talk, I'll describe the learning path you need to step in to find your first DS job. Assuming that basic ML is covered (mlcourse.ai, Andrew Ng's course, or similar). I'll show you some typical questions that I like to ask at interviews myself. Slides https://www.slideshare.net/festline/how-to-jump-into-data-science
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2019-11-07 12:39
    ↗

    Here we go on with Stochastic Gradient Descent and discuss Vowpal Wabbit library. During live coding, we train a linear model with several gigabytes of StackOverflow questions in just 30 seconds. Accompanying Jupyter notebook (messy, as is) - https://bit.ly/2Q1Ss1z Main site...

    ▶ Watch on YouTube Opens in a new tab
    Here we go on with Stochastic Gradient Descent and discuss Vowpal Wabbit library. During live coding, we train a linear model with several gigabytes of StackOverflow questions in just 30 seconds. Accompanying Jupyter notebook (messy, as is) - https://bit.ly/2Q1Ss1z Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2019-09-07 09:52
    ↗

    Here we discuss the course roadmap, activities, what's new, some cool stories (maybe) etc. Slides https://www.slideshare.net/festline/mlcourseai-fall2019-live-session-0

    ▶ Watch on YouTube Opens in a new tab
    Here we discuss the course roadmap, activities, what's new, some cool stories (maybe) etc. Slides https://www.slideshare.net/festline/mlcourseai-fall2019-live-session-0
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2018-12-23 11:04
    ↗

    Some directions to choose when you have covered basics of Machine Learning: - deep learning (cs231n) - theory of ML - more practice, Kaggle - first job in Data Science - pet projects Some words on the fall 2018 session of mlcourse.ai (thanks to Kirill Vlasoff and Andrew...

    ▶ Watch on YouTube Opens in a new tab
    Some directions to choose when you have covered basics of Machine Learning: - deep learning (cs231n) - theory of ML - more practice, Kaggle - first job in Data Science - pet projects Some words on the fall 2018 session of mlcourse.ai (thanks to Kirill Vlasoff and Andrew Lukyanenko for some insights/slides) Slides - https://bit.ly/2s0sjD7 Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai Patreon - https://www.patreon.com/ods_mlcourse (monthly support) Ko-Fi - https://ko-fi.com/mlcourse_ai (one-time support)
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2018-12-09 20:40
    ↗

    In this part, we discuss key difference between Xgboost, LightGBM, and CatBoost. Practice with logit, RF, and LightGBM - https://www.kaggle.com/kashnitsky/topic-10-practice-with-logit-rf-and-lightgbm Main site - https://mlcourse.ai Kaggle Dataset -...

    ▶ Watch on YouTube Opens in a new tab
    In this part, we discuss key difference between Xgboost, LightGBM, and CatBoost. Practice with logit, RF, and LightGBM - https://www.kaggle.com/kashnitsky/topic-10-practice-with-logit-rf-and-lightgbm Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2018-12-09 20:37
    ↗

    In this video, we cover fundamental ideas behind gradient boosting, the versatile high-performing machine learning algorithm. Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai

    ▶ Watch on YouTube Opens in a new tab
    In this video, we cover fundamental ideas behind gradient boosting, the versatile high-performing machine learning algorithm. Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai
  • Yury Kashnitsky youtube.com channel tutorial video youtube 2018-12-09 20:36
    ↗

    Here we discuss foundations of the ARIMA forecasting model, which is accurate, useful for small time series prediction as well as it's important for understanding time series. We also briefly discuss the Facebook Prophet approach which is more suitable for scalable...

    ▶ Watch on YouTube Opens in a new tab
    Here we discuss foundations of the ARIMA forecasting model, which is accurate, useful for small time series prediction as well as it's important for understanding time series. We also briefly discuss the Facebook Prophet approach which is more suitable for scalable predictions. Slides - https://www.slideshare.net/festline/time-series-forecasting-with-arima-125447109 (by Evgeniy Riabenko) ARIMA example - https://www.kaggle.com/kashnitsky/topic-9-time-series-arima-example Main site - https://mlcourse.ai Kaggle Dataset - https://www.kaggle.com/kashnitsky/mlcourse GitHub repo - https://github.com/Yorko/mlcourse.ai
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits