cookie

Sizning foydalanuvchi tajribangizni yaxshilash uchun cookie-lardan foydalanamiz. Barchasini qabul qilingยป, bosing, cookie-lardan foydalanilishiga rozilik bildirishingiz talab qilinadi.

avatar

Rami Krispin's Data Science Channel

Reklama postlari
3 496
Obunachilar
+624 soatlar
+647 kunlar
+9830 kunlar

Ma'lumot yuklanmoqda...

Obunachilar o'sish tezligi

Ma'lumot yuklanmoqda...

Another great talk from the PyData London 2024 - Backtesting and error metrics for modern time series forecasting by Kishan Manani https://www.youtube.com/watch?v=dSTXd8Hx728
Hammasini ko'rsatish...
Kishan Manani- Backtesting and error metrics for modern time series forecasting | PyData London 2024

PyData Website: www.pydata.org LinkedIn:

https://www.linkedin.com/company/pydata-global

Twitter:

https://twitter.com/PyData

Backtesting and error metrics for modern time series forecasting Evaluating time series forecasting models for modern use cases has become incredibly challenging. This is because modern forecasting problems often involve a large number of related time series, often hierarchical, with a diverse set of characteristics such as intermittency, non-normality, and non-stationarity. In this talk we'll discuss all the tips, tricks, and pitfalls in creating model evaluation strategies and error metrics to overcome these challenges. Slides:

https://github.com/KishManani/PyDataLondon2024

PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R. PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases. 00:00 Welcome! 00:10 Help us add time stamps or captions to this video! See the description for details. Want to help add timestamps to our YouTube videos to help with discoverability? Find out more here:

https://github.com/numfocus/YouTubeVideoTimestamps

๐Ÿ‘ 3
00:07
Video unavailableShow in Telegram
Deep Dive into Transformers by Hand ๐Ÿš€ The article below by Srijanie Dey, PhD explains the math beyond Transformers ๐Ÿ‘‡๐Ÿผ https://towardsdatascience.com/deep-dive-into-transformers-by-hand-%EF%B8%8E-68b8be4bd813 Image credit: article
Hammasini ko'rsatish...
transformer.mp40.53 KB
๐Ÿ‘ 7
Vector Database Course ๐Ÿ‘‡๐Ÿผ I came across this 1-hour tutorial by Vinci Bits that provides an introduction to vector databases and how to use them with LLM applications. ๐Ÿ“ฝ๏ธ: https://www.youtube.com/watch?v=jbLa0KBW-jY
Hammasini ko'rsatish...
Vector Databases - Master the Core of AI in 1 Hour [Mini-course]

Unlock exclusive coding resources: ๐Ÿš€

https://bit.ly/join-vinvibits-today

๐Ÿš€ Master Django & Python Mastery & Bonuses:

https://bit.ly/django-python-leverage

Don't Forget to Subscribe for More: โžก๏ธ

https://bit.ly/vincibit-yt

โฌ…๏ธ Timestamp: 00:00 Intro 01:34 Introduction to Vector Databases 06:18 Vectors - Overview 17:53 Why are vectors used in a Vector database 21:21 Vector Databases Use cases 27:21 Building Vector Databases 28:13 Install Visual Studio Code, Python and OpenAI API 32:55 Hands-on Create a Vector DB Using Chroma 40:08 Hands-on - Code 55:23 End - Thank you!

๐Ÿ‘ 8
Holy ๐Ÿฎ, 37k stars! โญ
Hammasini ko'rsatish...
๐Ÿ”ฅ 4
30 Days of Python Programming Challenge ๐Ÿš€ The 30-Days-Of-Python repo provides an introduction to Python ๐Ÿ using code challenges. This challenge, by Asabeneh S. Yetayeh, covers the foundation of Python, and it includes topics such as: โœ… Operators โœ… Data classes (lists, dict, etc.) โœ… Statements (if-else, loops, etc.) โœ… Regex โœ… Web scraping โœ… Pandas ๐Ÿ”— https://github.com/Asabeneh/30-Days-Of-Python
Hammasini ko'rsatish...
GitHub - Asabeneh/30-Days-Of-Python: 30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos m...

๐Ÿ‘ 3๐Ÿ”ฅ 2โค 1
Probabilistic Programming with PyMC ๐Ÿš€ Here is a great workshop for Bayesian statistics from the PyData London conference. The workshop, by Chris Fonnesbeck and Thomas Wiecki, provides an introduction to probabilistic programming with PyMC ๐Ÿ‘‡๐Ÿผ ๐Ÿ“ฝ๏ธ https://www.youtube.com/watch?v=99Rmi_CjqME
Hammasini ko'rsatish...
Fonnesbeck & Wiecki- Probabilistic Programming and Bayesian Computing with PyMC | PyData London 2024

PyData Website: www.pydata.org LinkedIn:

https://www.linkedin.com/company/pydata-global

Twitter:

https://twitter.com/PyData

Bayesian statistical methods provide powerful tools for solving various data science problems. The Bayesian approach yields easy-to-interpret results and automatically accounts for uncertainty in our estimates or predictions. Although computational challenges have historically been an obstacle, especially for new users, there are now mature probabilistic programming tools that are both efficient and easy to learn. We will use the latest release of PyMC (version 5) for this tutorial, but the concepts and techniques taught can be applied to any probabilistic programming framework. This tutorial targets practicing and aspiring data scientists and analysts who seek to incorporate Bayesian statistics and probabilistic programming into their work. It will provide new users with an overview of Bayesian statistical methods and their applicability in various situations. Learners will also gain practical experience in applying these methods using PyMC, including the specification, fitting, and validation of models using a real-world dataset. PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R. PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases. 00:00 Welcome! 00:10 Help us add time stamps or captions to this video! See the description for details. Want to help add timestamps to our YouTube videos to help with discoverability? Find out more here:

https://github.com/numfocus/YouTubeVideoTimestamps

๐Ÿ‘ 7โค 5
Photo unavailableShow in Telegram
The PyData ๐Ÿ London conference talks are now available to watch online๐Ÿ‘‡๐Ÿผ ๐Ÿ“ฝ๏ธ https://www.youtube.com/playlist?list=PLGVZCDnMOq0rrhYTNedKKuJ9716fEaAdK
Hammasini ko'rsatish...
๐Ÿ‘ 10๐Ÿ”ฅ 3
Photo unavailableShow in Telegram
Data discovery with GraphRAG ๐Ÿš€ Microsoft open-sourced this week GraphRAG, a Python library for extracting insights from unstructured text using LLMs. The GraphRAG uses LLM-generated knowledge graphs to extract information and answer questions from private datasets and documentation. Installation ๐Ÿ› ๏ธ: ๐˜ฑ๐˜ช๐˜ฑ ๐˜ช๐˜ฏ๐˜ด๐˜ต๐˜ข๐˜ญ๐˜ญ ๐˜จ๐˜ณ๐˜ข๐˜ฑ๐˜ฉ๐˜ณ๐˜ข๐˜จ License ๐Ÿชช: MIT ๐Ÿฆ„ Resources ๐Ÿ“š Code ๐Ÿ”—: https://github.com/microsoft/graphrag Documentation ๐Ÿ“–: https://microsoft.github.io/graphrag/ Release notes ๐Ÿ“: https://www.microsoft.com/en-us/research/blog/graphrag-new-tool-for-complex-data-discovery-now-on-github/
Hammasini ko'rsatish...
โค 8๐Ÿ‘ 4๐Ÿ”ฅ 3
Happy Friday! โ˜€๏ธ Fine-tune Microsoftโ€™s Multimodal Model ๐Ÿš€ Here is a short tutorial for fine-tuning Florence-2 - Microsoft open-source vision language model. The tutorial by Piotr Skalski, provides a step-by-step guide to fine-tuning, and it covers the following topics: โœ… Setting up environment โœ… Data prep โœ… Optimizing the model with LoRA Resources ๐Ÿ“š Video ๐Ÿ“ฝ๏ธ: https://www.youtube.com/watch?v=i3KjYgxNH6w Colab notebook ๐Ÿ“–: https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-florence-2-on-detection-dataset.ipynb GitHub ๐Ÿ”—: https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-finetune-florence-2-on-detection-dataset.ipynb
Hammasini ko'rsatish...
Florence-2: Fine-tune Microsoftโ€™s Multimodal Model

Learn how to fine-tune Microsoft's Florence-2, a powerful open-source Vision Language Model, for custom object detection tasks. This in-depth tutorial guides you through setting up your environment in Google Colab, preparing datasets, and optimizing the model using LoRA. Chapters: - 00:00 Introduction: Unlock the Power of Florence-2 - 01:09 Getting Started: Prepare for VLM Fine-Tuning - 03:55 Florence-2 in Action: Explore Pre-trained Capabilities - 07:00 Dataset Deep Dive: PyTorch Data Loading for Florence-2 - 13:02 LoRA: Optimize Your VLM Training - 14:21 Fine-Tuning: Unleash Florence-2's Custom Object Detection - 17:30 Model Evaluation: Measure Your VLM's Success - 21:37 Florence-2 vs Other Computer Vision Models - 24:09 Conclusion and Next Steps Resources: - Roboflow:

https://roboflow.com

- ๐Ÿ”ด Community Session July 3th, 2024 at 08:00 AM PST / 11:00 AM EST / 05:00 PM CET:

https://roboflow.stream

- โญ Notebooks GitHub:

https://github.com/roboflow/notebooks

- ๐Ÿ““ Florence notebook:

https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-finetune-florence-2-on-detection-dataset.ipynb

- ๐Ÿ—ž Florence-2 arXiv paper:

https://arxiv.org/abs/2311.06242

- ๐Ÿ—ž Florence-2 overview blog post:

https://blog.roboflow.com/florence-2

- ๐Ÿ—ž Florence-2 fine-tuning blog post:

https://blog.roboflow.com/fine-tune-florence-2-object-detection

- ๐Ÿ”— Florence-2 HF Space:

https://huggingface.co/spaces/gokaygokay/Florence-2

- ๐Ÿ—ž Mean Average Precision (mAP) blog post:

https://blog.roboflow.com/mean-average-precision

- ๐Ÿ—ž Confusion Matrix blog post:

https://blog.roboflow.com/what-is-a-confusion-matrix

Stay updated with the projects I'm working on at

https://github.com/roboflow

and

https://github.com/SkalskiP!

โญ

๐Ÿ‘ 6๐Ÿ”ฅ 1
Great talk by Farshad Ghodsian about running workloads on AMD GPUs and ROCm ๐Ÿ‘‡๐Ÿผ https://www.youtube.com/watch?v=k2g_lC0fI-k
Hammasini ko'rsatish...
Powering Your Generative AI Workloads with AMD and Open-Source ROCm - Farshad Ghodsian

Powering Your Generative AI Workloads with AMD and Open-Source ROCm - Farshad Ghodsian, Sourced Group In the generative AI ecosystem today, there is a strong emphasis on expensive AI hardware and proprietary CUDA implementations. While CUDA has undeniably played a crucial role in the success of generative AI, Iโ€™d like to share my experience with running generative AI workloads and applications on cost-effective AMD hardware and the open-source ROCm software stack. This alternative approach aims to provide users with greater flexibility and options, allowing them to apply their generative AI solutions across a wider range of hardware and software choices than ever before. Learn how to run your favourite open source large language and image generation models using ROCm, how far ROCm has come from previous versions and what features are currently supported, including PyTorch support, Optimum-AMD, Flash Attention 2, GPTQ and vLLM and how more affordable workstation class AMD GPUs compare to their Nvidia counterparts in terms of performance and inference speed. You will also see several demos of ROCm in action and some tips and things to watch out for when working with AMD GPUs.

๐Ÿ‘ 5
Boshqa reja tanlang

Joriy rejangiz faqat 5 ta kanal uchun analitika imkoniyatini beradi. Ko'proq olish uchun, iltimos, boshqa reja tanlang.