Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤1
Taming Stable Diffusion for Text to 360° Panorama Image Generation
🖥 Github: https://github.com/chengzhag/panfusion
📕 Paper: https://arxiv.org/abs/2404.07949v1
🔥 Dataset: https://chengzhag.github.io/publication/panfusion/
✅ https://news.1rj.ru/str/DataScienceT
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5
EventEgo3D: 3D Human Motion Capture from Egocentric Event Streams
🖥 Github: https://github.com/Chris10M/EventEgo3D
📕 Paper: https://arxiv.org/abs/2404.08640v1
🔥Dataset: https://paperswithcode.com/task/3d-human-pose-estimation
🖥 Github: https://github.com/Chris10M/EventEgo3D
📕 Paper: https://arxiv.org/abs/2404.08640v1
🔥Dataset: https://paperswithcode.com/task/3d-human-pose-estimation
👍3❤1
Forwarded from Data Science Premium (Books & Courses)
bc1qgjmr3ffh48jw5vw2tqad9useumutt5tql0pa6wTMzAr8AFcZ1n5RXZa3BHPXHBRqugx9Skr7UQAVMaOmfh8vsaXTykpBX45A3tsYv4Guo09eMw1Tl_uSYFcqhttps://www.paypal.me/HusseinSheikho
Please open Telegram to view this post
VIEW IN TELEGRAM
PayPal.Me
Pay Programmring using PayPal.Me
Go to PayPal.Me/HusseinSheikho and enter the amount. It's safer and more secure. Don't have a PayPal account? No problem.
👍13❤8🔥1🎉1
Pixart-Sigma, the first high-quality, transformer-based image generation training framework!
🖥 Github: https://github.com/PixArt-alpha/PixArt-sigma
🔥Demo: https://huggingface.co/spaces/PixArt-alpha/PixArt-Sigma
🖥 Github: https://github.com/PixArt-alpha/PixArt-sigma
🔥Demo: https://huggingface.co/spaces/PixArt-alpha/PixArt-Sigma
👍2❤1
ML Research Hub pinned «✅ Good evening: We have launched an urgent donation campaign in order to continue our channels with the momentum you are accustomed to. Contribute if you think our work deserves thanks. 🥇 BTC: bc1qgjmr3ffh48jw5vw2tqad9useumutt5tql0pa6w 💲 USDT: TMzAr8AFc…»
✨ HairFastGAN: Realistic and Robust Hair Transfer with a Fast Encoder-Based Approach
A new model for transferring a hairstyle from a reference image to a source photo for a virtual fitting room.
▪ Paper : https://arxiv.org/abs/2404.01094
▪ Code : https://github.com/AIRI-Institute/HairFastGAN
▪ Colab : https://colab.research.google.com/#fileId=https%3A//huggingface.co/AIRI-Institute/HairFastGAN/blob/main/notebooks/HairFast_inference.ipynb
✅ https://news.1rj.ru/str/DataScienceT
A new model for transferring a hairstyle from a reference image to a source photo for a virtual fitting room.
▪ Paper : https://arxiv.org/abs/2404.01094
▪ Code : https://github.com/AIRI-Institute/HairFastGAN
▪ Colab : https://colab.research.google.com/#fileId=https%3A//huggingface.co/AIRI-Institute/HairFastGAN/blob/main/notebooks/HairFast_inference.ipynb
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4
Forwarded from Machine Learning
Are you fluent in Python and want to evaluate your skills? 🤔
Do you want to learn Python?🤗
Are you interested in learning through questions and answers?😵
Do you want to receive the explanation of the question?💡
🟢 https://news.1rj.ru/str/DataScienceQ 👍
Do you want to learn Python?
Are you interested in learning through questions and answers?
Do you want to receive the explanation of the question?
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
PyData Careers
Python Data Science jobs, interview tips, and career insights for aspiring professionals.
Admin: @HusseinSheikho || @Hussein_Sheikho
Admin: @HusseinSheikho || @Hussein_Sheikho
👍3
There are situations when life circumstances do not allow using ChatGPT and you have to deploy LLM locally.
What can be used in this case?
1. Proprietary models :
2. Open models :
Model estimates currently look something like this (pictured)
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤2
⚡️ 💻 AutoCodeRover: Autonomous Program Improvement
AutoCodeRover is a fully automated tool for fixing bugs on GitHub (fixing bugs in the issues section and generating new features for the project).
AutoCodeRover works in two stages:
🔎 Context search: LLM analyzes the code to collect context.
💊 Patch generation: LLM rewrites code based on received context.
AutoCodeRover already solves ~16% of errors on the SWE-bench dataset and ~22% of errors in SWE-bench lite and continues to improve.
▪ Github
▪Paper
✅ https://news.1rj.ru/str/DataScienceT
AutoCodeRover is a fully automated tool for fixing bugs on GitHub (fixing bugs in the issues section and generating new features for the project).
AutoCodeRover works in two stages:
🔎 Context search: LLM analyzes the code to collect context.
💊 Patch generation: LLM rewrites code based on received context.
AutoCodeRover already solves ~16% of errors on the SWE-bench dataset and ~22% of errors in SWE-bench lite and continues to improve.
▪ Github
▪Paper
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Llama 3 released
Meta has released the new SOTA Llama 3 in two versions for 8B and 70B parameters.
Context length 8K, support 30 languages.
• HF : https://huggingface.co/spaces/ysharma/Chat_with_Meta_llama3_8b
• Blog : https://ai.meta.com/blog/meta-llama-3/
You can test
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤2
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3
⚡️ Graph Machine Learning
Free advanced course: Machine learning on graphs .
The course is regularly supplemented with practical problems and slides. The author Xavier Bresson is a professor at the National University of Singapore.
▪ Introduction
▪ Dive into graphs
- Lab1: Generate LFR social networks
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code01.ipynb
- Lab2: Visualize spectrum of point cloud & grid
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code02.ipynb
- Lab3/4: Graph construction for two-moon & text documents
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code03.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code04.ipynb
▪ Graph clustering
- Lab1: k-means
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code01.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code02.ipynb
- Lab2: Metis
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code03.ipynb
- Lab3/4: NCut/PCut
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code04.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code05.ipynb
- Lab5: Louvain
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code06.ipynb
https://pic.twitter.com/vSXCx364pe
▪ Lectures 4 Graph SVM
- Lab1 : Standard/Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code01.ipynb
- Lab2 : Soft-Margin SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code02.ipynb
- Lab3 : Kernel/Non-Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code03.ipynb
- Lab4 : Graph SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code04.ipynb
Running instructions: https://storage.googleapis.com/xavierbresson/lectures/CS6208/running_notebooks.pdf
💡 Github
✅ https://news.1rj.ru/str/DataScienceT
Free advanced course: Machine learning on graphs .
The course is regularly supplemented with practical problems and slides. The author Xavier Bresson is a professor at the National University of Singapore.
▪ Introduction
▪ Dive into graphs
- Lab1: Generate LFR social networks
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code01.ipynb
- Lab2: Visualize spectrum of point cloud & grid
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code02.ipynb
- Lab3/4: Graph construction for two-moon & text documents
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code03.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code04.ipynb
▪ Graph clustering
- Lab1: k-means
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code01.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code02.ipynb
- Lab2: Metis
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code03.ipynb
- Lab3/4: NCut/PCut
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code04.ipynb
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code05.ipynb
- Lab5: Louvain
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code06.ipynb
https://pic.twitter.com/vSXCx364pe
▪ Lectures 4 Graph SVM
- Lab1 : Standard/Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code01.ipynb
- Lab2 : Soft-Margin SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code02.ipynb
- Lab3 : Kernel/Non-Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code03.ipynb
- Lab4 : Graph SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code04.ipynb
Running instructions: https://storage.googleapis.com/xavierbresson/lectures/CS6208/running_notebooks.pdf
Please open Telegram to view this post
VIEW IN TELEGRAM
👍7❤3
A quick guide on how to set up your new Llama 3 8B with ORPO .
I hope you will enjoy!
Please open Telegram to view this post
VIEW IN TELEGRAM
🦾 🦏 Power of matplotlib
This beauty can be made using matplotlib . This is a visualization of an engraving by the German artist Albrecht Dürer, depicting an Indian rhinoceros, as the artist imagined it from the denoscriptions and drawings available to him in 1515.
Want to learn the same thing: here's a cool free book: " Scientific Visualization: Python + Matplotlib "
The sources of the book with code examples are here .
▪ Poster
▪ Book
▪ Code from the book
✅ https://news.1rj.ru/str/DataScienceT
This beauty can be made using matplotlib . This is a visualization of an engraving by the German artist Albrecht Dürer, depicting an Indian rhinoceros, as the artist imagined it from the denoscriptions and drawings available to him in 1515.
Want to learn the same thing: here's a cool free book: " Scientific Visualization: Python + Matplotlib "
The sources of the book with code examples are here .
▪ Poster
▪ Book
▪ Code from the book
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4
📎 Study the paper
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2