CODTECH Internship Presentation Project Based
CODTECH Internship Presentation Project Based
SOLUTIONS
Domain: Machine Learning
Project: SMS Spam Detection Using
Feature Fusion of CNN, LSTM, and TF-
IDF
Presented by: Kilaru Harika
About the Internship
• Organization: CODTECH IT SOLUTIONS,
Hyderabad
• Mode: Online
• Domain: Machine Learning
• Duration: Jan 5, 2025 – May 5, 2025
• Focus: Real-world project on SMS Spam
Detection
Project Overview
• Title: SMS Spam Detection Using Feature
Fusion of CNN, LSTM, and TF-IDF
• Goal: To accurately detect spam messages in
SMS using a hybrid model
• Techniques: Deep learning and classical NLP
techniques
• Outcome: Developed a robust and scalable
model
Objectives of the Project
• Analyze limitations of existing spam detection
methods
• Implement multi-type feature extraction
(CNN, LSTM, TF-IDF)
• Fuse features into a single vector
• Apply feature selection techniques
• Train and evaluate classification model
• Develop a scalable and deployable solution
Methodology
• 1. Preprocessing: Remove punctuation,
lowercase text, stop-word removal,
tokenization
• 2. Feature Extraction: CNN for local patterns,
LSTM for sequence learning, TF-IDF for term
weighting
• 3. Feature Fusion: Combine outputs into a
unified feature vector
• 4. Feature Selection: Remove redundant
features
Implementation Highlights
• Used Word2Vec/GloVe for word embeddings
• 1D CNN and Bi-LSTM layers built using Keras
• TF-IDF vectors computed and combined with
deep features
• Final dense neural network layer trained with
binary cross-entropy loss
Results and Metrics
• Evaluation Metrics: Accuracy, Precision, Recall,
F1-score
• Achieved >98% accuracy on test dataset
• Hybrid feature fusion model outperformed
standalone models
• Error analysis highlighted challenges with
short ambiguous messages
Key Learnings
• Developed practical skills in NLP and deep
learning
• Improved understanding of hybrid model
design
• Learned to handle real-world text
classification challenges
• Experienced end-to-end ML workflow from
data cleaning to evaluation
Conclusion
• This internship provided hands-on experience
in Machine Learning
• The project demonstrates the power of
feature fusion in text classification
• Model ready for integration into real-time
SMS filtering systems
• Thank you! Open to questions.