An Internship Presentation On: AI-ML Virtual Internship
An Internship Presentation On: AI-ML Virtual Internship
An Internship Presentation On: AI-ML Virtual Internship
On
AI-ML Virtual Internship
Training carried by
Edunet Foundation
Presented by
GOTRU SRUTHI
CONTENTS
Introduction to
AIML Company
Overview
Internship Objectives
Tasks and Responsibilities
Achievements and
Outcomes
Challenges and Lessons
Learned
Conclusion
INTRODUCTION TO AI-ML
• Machine learning is an application of AI. It’s the process of using mathematical models
of data to help a computer learn without direct instruction. This enables a computer
system to continue learning and improving on its own, based on experience
HOW AI AND MACHINE LEARNING WORK TOGETHER
• When you’re looking into the difference between artificial intelligence and machine learning, it’s helpful to see
how they interact through their close connection. This is how AI and machine learning work together:
• Step 1
• An AI system is built using machine learning and other techniques.
• Step 2
• Machine learning models are created by studying patterns in the data.
• Step 3
• Data scientists optimize the machine learning models based on patterns in the data
• Step 4
• The process repeats and is refined until the models’ accuracy is high enough for the
• tasks that need to be done.
• SENTIMENT ANALYSIS
• Sentiment analysis is the process of analyzing text, speech, or other forms of communication to determine
the emotional tone behind it. It is commonly used in natural language processing (NLP) to classify the
sentiment of a piece of text into categories such as positive, negative, or neutral.
• Binary Sentiment Analysis: Classifies text into two categories, positive or negative.
• Multiclass Sentiment Analysis: Includes a broader range of sentiments, such as positive, negative, neutral,
and sometimes additional categories like very positive or very negative.
• Aspect-based Sentiment Analysis: Identifies sentiments directed at specific aspects of a product or service
(e.g., sentiment toward the
• Emotion Detection: Goes beyond positive/negative classification to identify specific emotions such as
happiness, anger, sadness, or fear.
OBJECTIVES OF SENTIMENT
ANALYSIS
• Determine Emotional Tone: Identify whether a text expresses a positive, negative, or
neutral sentiment.
• Monitor Brand Reputation: Track the overall sentiment toward a company, product, or
individual by analyzing social media, blogs, or news mentions.
• Enhance Decision-Making: Provide businesses with insights into how people feel
about their offerings, enabling them to make data-driven decisions regarding marketing,
product development, or customer support.
• Trend Detection: Identify shifts in public opinion over time, helping to detect emerging trends,
potential crises, or positive reception.
• Skill Development: Internships help develop both hard skills (technical, job-specific
skills) and soft skills (communication, teamwork, problem-solving).
• Build a Professional Network: Interns have the opportunity to meet and work with
professionals in their chosen field, helping them create a valuable network of contacts.
• Enhance Employability: By gaining relevant experience, interns become more
competitive in the job market, enhancing their resumes and employability.
• These objectives help interns transition from academic life to professional careers
more smoothly and effectively.
TASKS AND RESPONSIBILITIES
Develop a sentiment analysis model to classify restaurant reviews as positive or
negative proposes the review text using techniques such as lower removing stop words
and lemmatization use the trained model accurately predict the sentiment of the new,
unseen reviews
◾ Data Collection:
◾ Collect a labeled dataset of reviews. This dataset should include text reviews along
with their corresponding sentiments (positive or negative).
◾ The reviews dataset undergoes several important pre-processing steps in order to prepare it for
the machine learning implementation
◾ Lowercase Conversion: Convert all text to lowercase to ensure uniformity.
◾ Removing Stop Words Remove common stop words (e.g., "the", "is", "in") that do not
contribute
:significantly to the sentiment.
◾ Train a machine learning model (e.g., Logistic Regression, SVM, Random Forest).
◾ Deployment:
◾ Vectored the text data using techniques like TF-IDF (Term Frequency-Inverse Document
Frequency).
◾ Evaluation:
•Evaluate the model's performance using metrics such as accuracy, precision, recall, and F1 -score
on the test set.
ACHIEVEMENTS AND OUTCOMES
Challenges:
CHALLENGES AND LESSONS
1.Data Quality and Quantity: Highquality, large datasets are
crucial for LEARNED
training effective models, but obtaining such data can be
difficult. 2.Bias and Fairness: Ensuring that AI models are
unbiased and fair is a major challenge, as biased data can
lead to biased predictions.
3.Explainability: Many AI models, especially deep learning models, are
often s
een as "black boxes" with limited explainability
Lessons Learned:
1.Iterative Development: Continuous testing and iteration are key to improvin
g model performance and addressing issues as they arise.
2.Collaboration: Collaboration between data scientists, domain experts, and s
takeholders is essential for successful AI projects.
3. Ethical Considerations: Ethical considerations should be at the forefront of
CONCLUSION