Minor_Project_Presentation (1)
Minor_Project_Presentation (1)
Special thanks to the team members who collaborated tirelessly, ensuring the
project stayed
on track and met its objectives.
Motivation
Approach
Conclusion
Future Plan
Machine learning and NLP
• Natural Language Processing
considers linear relations between
• Artificial Intelligence defines Artificial intelligence
words; in simple cases of
intelligence by machines by
Machine understanding, we can design
performing like human actions. learning
feature extractors and select the
• Machine Learning is making Data Science
Deep entities to match for the given
predictions with statistical models by learning
intent.
recognising patterns in data without
requiring explicit instructions. Mathematics Programming
Statistics, linear algebra, Data engineering, software
• Deep Learning is also Machine calculus etc. engineering etc.
• Natural language processing (NLP) helps computers understand and use human languages.
• In the early 1900s, a Swiss linguistics professor named Ferdinand de Saussure died, and in the
process, almost deprived the world of the concept of “Language as a Science,” which eventually led
to natural language processing. From 1906 to 1911, Professor Saussure offered three courses at the
University of Geneva, where he developed an approach describing languages as “systems.” Within
the language, a sound represents a concept – a concept that shifts meaning as the context changes.
Phase 1 (Minor
Sci Rep 14, 9603 (2024). Project)
Methodology of sentiment analysis
• Data can be collected from the internet via web scraping, social media, news channels, E-commerce websites, Forums,
Weblog, some other websites shown in above figure.
• Data Collection is the first stage in the Sentiment Analysis. Depending on task sentiment analysis of findings, text data can
be combined with other types of data like video, audio, location, etc.
Task of sentiment analysis
This methodology simplifies and improves sentiment analysis by using advanced tools, automated processes, and smart data handling. It starts with
collecting a wide variety of text data, cleaning and preparing it, and then using powerful machine learning models to understand emotions and
opinions. Automation helps make the process faster and more accurate, while real-time features allow for immediate insights. By tackling challenges
like sarcasm and cultural differences, this approach provides clear and useful results, helping businesses and researchers better understand public
Monthly period 1 2 3 4
Collect labelled text data, clean and normalize it by removing noise, and
tokenize the text for further processing.
Convert text into numerical features using methods like Bag of Words or TF-
IDF, and train a sentiment classification model such as Logistic Regression
or Naive Bayes, etc.