Python Commands for Data Cleaning
#Python #DataCleaning #DataAnalytics #DataScientists #MachineLearning #ArtificialIntelligence #DataAnalysis
https://t.iss.one/DataScienceMβ
#Python #DataCleaning #DataAnalytics #DataScientists #MachineLearning #ArtificialIntelligence #DataAnalysis
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
GoogLeNet (Inception v1) .pdf
5 MB
π Just Built GoogLeNet (Inception v1) From Scratch Using TensorFlow! π§
https://t.iss.one/DataScienceMπ©βπ»
1.Inception Module: NaΓ―ve vs. Dimension-Reduced Versions
a) NaΓ―ve Inception Module
β’ Applies four parallel operations directly to the input from the previous layer:
β’ 1x1 convolutions
β’ 3x3 convolutions
β’ 5x5 convolutions
β’ 3x3 max pooling
β’ Outputs of all four are concatenated along the depth axis for the next layer.
b) Dimension-Reduced Inception Module
β’ Enhances efficiency by adding 1x1 convolutions (βbottleneck layersβ) before the heavier 3x3 and 5x5 convolutions and after the pooling branch.
β’ These 1x1 convolutions reduce feature dimensionality, decreasing computation and parameter count without losing representational power.
2. Stacked Modules and Network Structure
GoogLeNet stacks multiple Inception modules with dimension reduction, interleaved with standard convolutional and pooling layers. Its architecture can be visualized as a deep stack of these modules, providing both breadth (parallel multi-scale processing) and depth (repetitive stacking).
Key Elements:
β’ Initial βstemβ layers: Traditional convolutions with larger filters (e.g., 7x7, 3x3) and max-pooling for early spatial reduction.
β’ Series of Inception modules: Each accepts the preceding layerβs output and applies parallel paths with 1x1, 3x3, 5x5 convolutions, and max-pooling, with dimension reduction.
β’ MaxPooling between certain groups to downsample spatial resolution.
β’ Two auxiliary classifiers (added during training, removed for inference) are inserted mid-network to encourage better gradient flow, combat vanishing gradients, and provide deep supervision.
β’ Final layers: Global average pooling, dropout for regularization, and a dense (softmax) classifier for the main output.
3. Auxiliary Classifiers
β’ Purpose: Deliver additional gradient signal deep into the network, helping train very deep architectures.
β’ Structure: Each consists of an average pooling, 1x1 convolution, flattening, dense layers, dropout, and a softmax output.
4. Implementation Highlights
β’ Efficient Multi-Branch Design: By combining filters of different sizes, the model robustly captures both fine and coarse image features.
β’ Parameter-saving Tricks: 1x1 convolutions before expensive layers drastically cut computational cost.
β’ Deep Supervision: Auxiliary classifiers support gradient propagation.
GitHub:[https://lnkd.in/gJGsYkFk]
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4π1
https://t.iss.one/InsideAds_bot/open?startapp=r_148350890_utm_source-insideadsInternal-utm_medium-notification-utm_campaign-referralRegistered
if you have channel , make money by using this ads paltform
easy and auto ads posting ( profit: 100$ monthly per channel)
if you have channel , make money by using this ads paltform
easy and auto ads posting ( profit: 100$ monthly per channel)
Telegram
Inside Ads
Smart tool for growth and monetisation of Telegram channels.
Attract subscribers and earn money on your channel (from 100 subscribers). AI will select platforms, advertisers and create ads automatically
Attract subscribers and earn money on your channel (from 100 subscribers). AI will select platforms, advertisers and create ads automatically
Microsoft launched the best course on Generative AI!
The Free 21 lesson course is available on #Github and will teach you everything you need to know to start building #GenerativeAI applications.
Enroll: https://github.com/microsoft/generative-ai-for-beginners
https://github.com/microsoft/generative-ai-for-beginnersπ©·
The Free 21 lesson course is available on #Github and will teach you everything you need to know to start building #GenerativeAI applications.
Enroll: https://github.com/microsoft/generative-ai-for-beginners
https://github.com/microsoft/generative-ai-for-beginners
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
Stanford Lecture Notes on RNNs and LSTMs:
https://web.stanford.edu/~jurafsky/slp3/8.pdf
https://t.iss.one/DataScienceMπ
https://web.stanford.edu/~jurafsky/slp3/8.pdf
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
π3β€1
This media is not supported in your browser
VIEW IN TELEGRAM
LLM, SLM, FLM, and MoE: Understanding which architecture fits your specific use case has its advantage.
https://t.iss.one/DataScienceMπ
Modern AI development requires strategic thinking about architecture selection from day one. Each of these four approaches represents a fundamentally different trade-off between computational resources, specialized performance, and deployment flexibility.
The stakes are higher than most people realize, choosing the wrong architecture doesn't just impact performance metrics, it can derail entire projects, waste months of development cycles, and consume budgets that could have delivered significantly better results with the right initial architectural decision.
πΉ 1. LLMs are strong at complex reasoning tasks : Their extensive pretraining on various datasets produces flexible models that handle intricate, multi-domain problems. These problems require a broad understanding and deep contextual insight.
πΉ 2. SLMs focus on efficiency instead of breadth : They are designed with smaller datasets and optimized tokenization, making them suitable for mobile applications, edge computing, and real-time systems where speed and resource limits matter.
πΉ 3. FLMs deliver domain expertise through specialization : By fine-tuning base models with domain-specific data and task-specific prompts, they consistently outperform general models in specialized fields like medical diagnosis, legal analysis, and technical support.
πΉ 4. MoE architectures allow for smarter scaling : Their gating logic activates only the relevant expert layers based on the context. This feature makes them a great choice for multi-domain platforms and enterprise applications needing efficient scaling while keeping performance high.
The essential factor is aligning architecture capabilities with your actual needs: performance requirements, latency limits, deployment environment, and cost factors.
Success comes from picking the right tool for the task, not necessarily the most impressive one on paper.
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€2π1π₯1
Best Practice for R :: Cheat Sheet
More: https://github.com/wurli/r-best-practice
#rstats #stats #datascience
https://t.iss.one/DataScienceMπ
More: https://github.com/wurli/r-best-practice
#rstats #stats #datascience
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4π₯4
Statistical Signal Processing:
https://ee.stanford.edu/~gray/sp.pdf
https://t.iss.one/DataScienceMπ
https://ee.stanford.edu/~gray/sp.pdf
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
Project Completed: Brain Tumor Detection with Deep Learning.pdf
3.3 MB
π§ Project Completed: Brain Tumor Detection with Deep Learning π‘
https://t.iss.one/DataScienceM π
https://t.iss.one/DataScienceM π
β€4π3
Autoencoder by Hand βοΈ
The autoencoder model is the basis for training foundational models from a ton of data. We are talking about tens of billions of training examples, like a good portion of the Internet.
With that much data, it is not economically feasible to hire humans to label all of those data to tell a model what its targets are. Thus, people came up with many clever ideas to derive training targets from the training examples themselves [auto]matically.
The most straightforward idea is to just use the training data itself as the targets. This hands-on exercise demonstrates this idea.
more: https://www.byhand.ai/p/13-can-you-calculate-an-autoencoder
https://t.iss.one/DataScienceMπ±
The autoencoder model is the basis for training foundational models from a ton of data. We are talking about tens of billions of training examples, like a good portion of the Internet.
With that much data, it is not economically feasible to hire humans to label all of those data to tell a model what its targets are. Thus, people came up with many clever ideas to derive training targets from the training examples themselves [auto]matically.
The most straightforward idea is to just use the training data itself as the targets. This hands-on exercise demonstrates this idea.
more: https://www.byhand.ai/p/13-can-you-calculate-an-autoencoder
https://t.iss.one/DataScienceM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€2
Graph Convolutional Network (GCN) by Hand
Graph Convolutional Networks (GCNs), introduced by Thomas Kipf and Max Welling in 2017, have emerged as a powerful tool in the analysis and interpretation of data structured as graphs.
More: https://www.byhand.ai/p/17-can-you-calculate-a-graph-convolutional
Graph Convolutional Networks (GCNs), introduced by Thomas Kipf and Max Welling in 2017, have emerged as a powerful tool in the analysis and interpretation of data structured as graphs.
More: https://www.byhand.ai/p/17-can-you-calculate-a-graph-convolutional
β€3
π₯ Trending Repository: Archon
π Description: Beta release of Archon OS - the knowledge and task management backbone for AI coding assistants.
π Repository URL: https://github.com/coleam00/Archon
π Readme: https://github.com/coleam00/Archon#readme
π Statistics:
π Stars: 6K stars
π Watchers: 138
π΄ Forks: 1.3K forks
π» Programming Languages: Python - TypeScript - PLpgSQL - CSS - Dockerfile - JavaScript
π·οΈ Related Topics: Not available
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: Beta release of Archon OS - the knowledge and task management backbone for AI coding assistants.
π Repository URL: https://github.com/coleam00/Archon
π Readme: https://github.com/coleam00/Archon#readme
π Statistics:
π Stars: 6K stars
π Watchers: 138
π΄ Forks: 1.3K forks
π» Programming Languages: Python - TypeScript - PLpgSQL - CSS - Dockerfile - JavaScript
π·οΈ Related Topics: Not available
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: poml
π Description: Prompt Orchestration Markup Language
π Repository URL: https://github.com/microsoft/poml
π Website: https://microsoft.github.io/poml/
π Readme: https://github.com/microsoft/poml#readme
π Statistics:
π Stars: 2.6K stars
π Watchers: 15
π΄ Forks: 111 forks
π» Programming Languages: TypeScript - Python - JavaScript - CSS
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: Prompt Orchestration Markup Language
π Repository URL: https://github.com/microsoft/poml
π Website: https://microsoft.github.io/poml/
π Readme: https://github.com/microsoft/poml#readme
π Statistics:
π Stars: 2.6K stars
π Watchers: 15
π΄ Forks: 111 forks
π» Programming Languages: TypeScript - Python - JavaScript - CSS
π·οΈ Related Topics:
#prompt #markup_language #vscode_extension #llm
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: LMCache
π Description: Supercharge Your LLM with the Fastest KV Cache Layer
π Repository URL: https://github.com/LMCache/LMCache
π Website: https://lmcache.ai/
π Readme: https://github.com/LMCache/LMCache#readme
π Statistics:
π Stars: 4.3K stars
π Watchers: 24
π΄ Forks: 485 forks
π» Programming Languages: Python - Cuda - Shell
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: Supercharge Your LLM with the Fastest KV Cache Layer
π Repository URL: https://github.com/LMCache/LMCache
π Website: https://lmcache.ai/
π Readme: https://github.com/LMCache/LMCache#readme
π Statistics:
π Stars: 4.3K stars
π Watchers: 24
π΄ Forks: 485 forks
π» Programming Languages: Python - Cuda - Shell
π·οΈ Related Topics:
#fast #amd #cuda #inference #pytorch #speed #rocm #kv_cache #llm #vllm
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: build-your-own-x
π Description: Master programming by recreating your favorite technologies from scratch.
π Repository URL: https://github.com/codecrafters-io/build-your-own-x
π Website: https://codecrafters.io
π Readme: https://github.com/codecrafters-io/build-your-own-x#readme
π Statistics:
π Stars: 411K stars
π Watchers: 6.2k
π΄ Forks: 38.5K forks
π» Programming Languages: Markdown
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: Master programming by recreating your favorite technologies from scratch.
π Repository URL: https://github.com/codecrafters-io/build-your-own-x
π Website: https://codecrafters.io
π Readme: https://github.com/codecrafters-io/build-your-own-x#readme
π Statistics:
π Stars: 411K stars
π Watchers: 6.2k
π΄ Forks: 38.5K forks
π» Programming Languages: Markdown
π·οΈ Related Topics:
#programming #tutorials #free #awesome_list #tutorial_code #tutorial_exercises
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: 90DaysOfCyberSecurity
π Description: This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, covering topics such as Network+, Security+, Linux, Python, Traffic Analysis, Git, ELK, AWS, Azure, and Hacking. The repository also includes a `LEARN.md
π Repository URL: https://github.com/farhanashrafdev/90DaysOfCyberSecurity
π Readme: https://github.com/farhanashrafdev/90DaysOfCyberSecurity#readme
π Statistics:
π Stars: 10.7K stars
π Watchers: 191
π΄ Forks: 1.2K forks
π» Programming Languages: Not available
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: This repository contains a 90-day cybersecurity study plan, along with resources and materials for learning various cybersecurity concepts and technologies. The plan is organized into daily tasks, covering topics such as Network+, Security+, Linux, Python, Traffic Analysis, Git, ELK, AWS, Azure, and Hacking. The repository also includes a `LEARN.md
π Repository URL: https://github.com/farhanashrafdev/90DaysOfCyberSecurity
π Readme: https://github.com/farhanashrafdev/90DaysOfCyberSecurity#readme
π Statistics:
π Stars: 10.7K stars
π Watchers: 191
π΄ Forks: 1.2K forks
π» Programming Languages: Not available
π·οΈ Related Topics:
#cybersecurity #learn #hacktoberfest #ethical_hacking #communityexchange
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: awesome-mac
π Description: ο£Ώ Now we have become very big, Different from the original idea. Collect premium software in various categories.
π Repository URL: https://github.com/jaywcjlove/awesome-mac
π Website: https://git.io/macx
π Readme: https://github.com/jaywcjlove/awesome-mac#readme
π Statistics:
π Stars: 86.8K stars
π Watchers: 1.5k
π΄ Forks: 6.7K forks
π» Programming Languages: JavaScript - Dockerfile
π·οΈ Related Topics:
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: ο£Ώ Now we have become very big, Different from the original idea. Collect premium software in various categories.
π Repository URL: https://github.com/jaywcjlove/awesome-mac
π Website: https://git.io/macx
π Readme: https://github.com/jaywcjlove/awesome-mac#readme
π Statistics:
π Stars: 86.8K stars
π Watchers: 1.5k
π΄ Forks: 6.7K forks
π» Programming Languages: JavaScript - Dockerfile
π·οΈ Related Topics:
#desktop_app #macos #mac #application #app #list #apple #awesome #apps #desktop_application #software #macosx #awesome_list #mac_osx #desktop_apps #awesome_lists #macos_app #macos_apps #awesome_mac
==================================
π§ By: https://t.iss.one/DataScienceM
π₯ Trending Repository: nob.h
π Description: Header only library for writing build recipes in C.
π Repository URL: https://github.com/tsoding/nob.h
π Readme: https://github.com/tsoding/nob.h#readme
π Statistics:
π Stars: 1.4K stars
π Watchers: 11
π΄ Forks: 90 forks
π» Programming Languages: C
π·οΈ Related Topics: Not available
==================================
π§ By: https://t.iss.one/DataScienceM
π Description: Header only library for writing build recipes in C.
π Repository URL: https://github.com/tsoding/nob.h
π Readme: https://github.com/tsoding/nob.h#readme
π Statistics:
π Stars: 1.4K stars
π Watchers: 11
π΄ Forks: 90 forks
π» Programming Languages: C
π·οΈ Related Topics: Not available
==================================
π§ By: https://t.iss.one/DataScienceM
β€1