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://t.me/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://t.me/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://t.me/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 descriptions 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://t.me/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 descriptions 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
SAM + Optical Flow = FlowSAM
FlowSAM is a new tool for detecting and segmenting moving objects in video, which significantly outperforms all previous models , both for a single object and for multiple objects
โช Project page: https://www.robots.ox.ac.uk/~vgg/research/flowsam/
โช Code: https://github.com/video2game/video2game
โช Paper: https://arxiv.org/abs/2404.12389
โช Data: https://drive.google.com/drive/folders/1tmDq_vG_BvY5po40Ux5OBds1avUM_CbR
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐6
๐ Study the paper
Please open Telegram to view this post
VIEW IN TELEGRAM
๐1
This media is not supported in your browser
VIEW IN TELEGRAM
OpenVoice V2 is a new version of the open text-to-speech model that allows you to clone any voice and generate speech in various languages.
โข Github: https://github.com/myshell-ai/OpenVoice/tree/main
โข Usage: https://github.com/myshell-ai/OpenVoice/blob/main/docs/USAGE.md
Please open Telegram to view this post
VIEW IN TELEGRAM
๐5โค1
A new training-free method that improves the performance of pre-trained diffusion models.
It can be integrated into diffusion pipelines by adding just one line of code!
pip3 install hidiffusionโข page : https://hidiffusion.github.io
โข paper : https://arxiv.org/abs/2311.17528
โข code : https://github.com/megvii-research/HiDiffusion
โข colab : https://colab.research.google.com/drive/1EiBn9lSnPZTU4cikRRaBBexs429M-qty?usp=sharing
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
๐6โค1