Data Science Machine Learning Data Analysis
37.9K subscribers
2.78K photos
29 videos
39 files
1.26K links
This channel is for Programmers, Coders, Software Engineers.

1- Data Science
2- Machine Learning
3- Data Visualization
4- Artificial Intelligence
5- Data Analysis
6- Statistics
7- Deep Learning

Cross promotion and ads: @hussein_sheikho
Download Telegram
20x faster KMeans with Faiss!!

#KMeans uses a slow, exhaustive search to find the nearest centroids.

#Faiss uses "Inverted Index"โ€”an optimized data structure to store and index data points for approximate neighbor search.

#MachineLearning #DeepLearning #BigData #Datascience #ML #HealthTech #DataVisualization #ArtificialInteligence #SoftwareEngineering #GenAI #deeplearning #ChatGPT #OpenAI #python #AI #keras

https://t.iss.one/DataScienceM
๐Ÿ‘6โค2๐Ÿ”ฅ1
This media is not supported in your browser
VIEW IN TELEGRAM
How do transformers work? Learn it by hand ๐Ÿ‘‡

๐—ช๐—ฎ๐—น๐—ธ๐˜๐—ต๐—ฟ๐—ผ๐˜‚๐—ด๐—ต

[1] Given
โ†ณ Input features from the previous block (5 positions)

[2] Attention
โ†ณ Feed all 5 features to a query-key attention module (QK) to obtain an attention weight matrix (A). I will skip the details of this module. In a follow-up post I will unpack this module.

[3] Attention Weighting
โ†ณ Multiply the input features with the attention weight matrix to obtain attention weighted features (Z). Note that there are still 5 positions.
โ†ณ The effect is to combine features across positions (horizontally), in this case, X1 := X1 + X2, X2 := X2 + X3....etc.

[4] FFN: First Layer
โ†ณ Feed all 5 attention weighted features into the first layer.
โ†ณ Multiply these features with the weights and biases.
โ†ณ The effect is to combine features across feature dimensions (vertically).
โ†ณ The dimensionality of each feature is increased from 3 to 4.
โ†ณ Note that each position is processed by the same weight matrix. This is what the term "position-wise" is referring to.
โ†ณ Note that the FFN is essentially a multi layer perceptron.

[5] ReLU
โ†ณ Negative values are set to zeros by ReLU.

[6] FFN: Second Layer
โ†ณ Feed all 5 features (d=3) into the second layer.
โ†ณ The dimensionality of each feature is decreased from 4 back to 3.
โ†ณ The output is fed to the next block to repeat this process.
โ†ณ Note that the next block would have a completely separate set of parameters.

#ai #tranformers #genai #learning

๐Ÿ’ฏ BEST DATA SCIENCE CHANNELS ON TELEGRAM ๐ŸŒŸ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘7โค4
๐Ÿ”ฅ Trending Repository: parlant

๐Ÿ“ Description: LLM agents built for control. Designed for real-world use. Deployed in minutes.

๐Ÿ”— Repository URL: https://github.com/emcie-co/parlant

๐ŸŒ Website: https://www.parlant.io

๐Ÿ“– Readme: https://github.com/emcie-co/parlant#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 3.9K stars
๐Ÿ‘€ Watchers: 39
๐Ÿด Forks: 391 forks

๐Ÿ’ป Programming Languages: Python - Gherkin - TypeScript - CSS - JavaScript - Shell

๐Ÿท๏ธ Related Topics:
#python #gemini #openai #customer_service #customer_success #ai_agents #ai_alignment #llm #genai #llama3


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1
๐Ÿ”ฅ Trending Repository: motia

๐Ÿ“ Description: Modern Backend Framework that unifies APIs, background jobs, workflows, and AI agents into a single cohesive system with built-in observability and state management.

๐Ÿ”— Repository URL: https://github.com/MotiaDev/motia

๐ŸŒ Website: https://motia.dev

๐Ÿ“– Readme: https://github.com/MotiaDev/motia#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 6K stars
๐Ÿ‘€ Watchers: 47
๐Ÿด Forks: 471 forks

๐Ÿ’ป Programming Languages: TypeScript - MDX - Python - JavaScript - CSS - Ruby

๐Ÿท๏ธ Related Topics:
#javascript #ruby #python #api #framework #ai #backend #agi #developer_tools #agents #genai


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค6
โœจ Image Processing with Gemini Pro โœจ

๐Ÿ“– Table of Contents Image Processing with Gemini Pro Getting Started with Gemini Pro: An Overview Gemini Pro Setup Integrating Google AI Python SDK with Gemini Pro Image Processing with Gemini Pro: Python Code Generation Comprehensive List of GenAI Models Compatibleโ€ฆ...

๐Ÿท๏ธ #ArtificialIntelligence #ChatGPT #DeepLearning #Gemini #GeminiPro #GenAI #GenerativeAI #GoogleCloud #ImageProcessing #Python #Transformers #Tutorial #VertexAI
โค2
๐Ÿ”ฅ Trending Repository: ComfyUI-nunchaku

๐Ÿ“ Description: ComfyUI Plugin of Nunchaku

๐Ÿ”— Repository URL: https://github.com/nunchaku-tech/ComfyUI-nunchaku

๐ŸŒ Website: https://nunchaku.tech/docs/ComfyUI-nunchaku/

๐Ÿ“– Readme: https://github.com/nunchaku-tech/ComfyUI-nunchaku#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 1.9K stars
๐Ÿ‘€ Watchers: 21
๐Ÿด Forks: 68 forks

๐Ÿ’ป Programming Languages: Python

๐Ÿท๏ธ Related Topics:
#flux #quantization #diffusion #mlsys #comfyui #genai


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: genai-toolbox

๐Ÿ“ Description: MCP Toolbox for Databases is an open source MCP server for databases.

๐Ÿ”— Repository URL: https://github.com/googleapis/genai-toolbox

๐ŸŒ Website: https://googleapis.github.io/genai-toolbox/getting-started/introduction/

๐Ÿ“– Readme: https://github.com/googleapis/genai-toolbox#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 9.8K stars
๐Ÿ‘€ Watchers: 61
๐Ÿด Forks: 749 forks

๐Ÿ’ป Programming Languages: Go - JavaScript - CSS - HTML - Shell - Dockerfile

๐Ÿท๏ธ Related Topics:
#mcp #databases #llms #genai


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: 500-AI-Agents-Projects

๐Ÿ“ Description: The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more.

๐Ÿ”— Repository URL: https://github.com/ashishpatel26/500-AI-Agents-Projects

๐ŸŒ Website: https://github.com/ashishpatel26/500-AI-Agents-Projects

๐Ÿ“– Readme: https://github.com/ashishpatel26/500-AI-Agents-Projects#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 7K stars
๐Ÿ‘€ Watchers: 105
๐Ÿด Forks: 1.3K forks

๐Ÿ’ป Programming Languages: Not available

๐Ÿท๏ธ Related Topics:
#ai_agents #genai


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
โค1