Best Deep Learning Courses:
https://mltut.com/best-deep-learning-courses-on-coursera/
https://mltut.com/best-deep-learning-courses-on-coursera/
#MachineLearning #DeepLearning #BigData #Datascience #ML #HealthTech #DataVisualization #ArtificialInteligence #SoftwareEngineering #GenAI #deeplearning #ChatGPT #OpenAI #python #AI #keras
https://t.iss.one/DataScienceM
๐3๐ฅ2โค1
This media is not supported in your browser
VIEW IN TELEGRAM
Create pivot tables in your Jupyter Notebook:
Here's the link to the #GitHub repo and documentation:
https://pivottable.js.org/examples/
Here's the link to the #GitHub repo and documentation:
https://pivottable.js.org/examples/
#MachineLearning #DeepLearning #BigData #Datascience #ML #HealthTech #DataVisualization #ArtificialInteligence #SoftwareEngineering #GenAI #deeplearning #ChatGPT #OpenAI #python #AI #keras
https://t.iss.one/DataScienceM
๐6
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.
#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 ๐
๐ช๐ฎ๐น๐ธ๐๐ต๐ฟ๐ผ๐๐ด๐ต
[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
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:
==================================
๐ง By: https://t.iss.one/DataScienceM
๐ 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:
==================================
๐ง By: https://t.iss.one/DataScienceM
๐ 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
๐ 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:
==================================
๐ง By: https://t.iss.one/DataScienceM
๐ 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:
==================================
๐ง By: https://t.iss.one/DataScienceM
๐ 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:
==================================
๐ง By: https://t.iss.one/DataScienceM
๐ 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