Ai PDF
Ai PDF
Submitted in the partial fulfilment of the requirement for the award of degree of
BACHELOR OF TECHNOLOGY
In
Submitted by
KOPPULA REVATHI
(21JR1A0580)
Dr.P.G.K.Sirisha Assoc.Professor
(A)
Vinjanampadu (V), Vatticherukuru (M), Guntur (Dt), A.P-522017.
CERTIFICATE
This is to certify that the virtual internship report “AI -ML VIRTUAL INTERNSHIP”
is a bonafide work of KOPPULA REVATHI (21JR1A0580), who carried out the work
under my supervision and submitted in partial fulfillment of the requirements for the
award of credits in 2-1 of BACHELOR OF TECHNOLOGY in COMPUTER SCIENCE
AND ENGINEERING during the Academic Year 2022-2023
<< Designation>>
This is to certify that the virtual internship report entitled “AI - ML VIRTUAL INTERNSHIP” has
been carried out and submitted in partial fulfillment for the award to the Degree of Bachelor of
Technology in Computer Science and Engineering under the guidance of Dr.P.G.K.Sirisha
Assoc.Professor The work embodied in this internship work is original and has not been submitted
in part or full for any degree of this or any degree of any other university.
KOPPULA REVATHI
21JR1A0580
We express our gratitude towards all the faculty members and non-teaching faculty
members, the Department of COMPUTER SCIENCE AND ENGINEERING.
We render our deep sense of gratitude to Dr. P. BABU, Principal, for permitting
us to carry out our main project works. We would like to express our sincere thanks to
Computer Science and Engineering staff for lending us their time to help us complete the
work successfully.
We are very much thankful to the college management for their continuous
support and the facilities provided. We would also like to thank our staff, parents, and
friends for their enduring encouragement and assistance whenever required.
By
KOPPULA
REVATHI
(21JR1A0580)
Based on lessons learned from over one hundred successful engagements and
aligned with the AWS Well-Architected Framework, Cloud Foundation brings together
everything required for a successful outcome. With a typical Cloud Foundation solution
taking two to four weeks, It helps customers realize the benefits of the AWS Cloud quickly
and effectively. Additional information can be found on the Cloud Foundation landing
page.
CONTENTS PAGE
NO
Declaration
Acknowledgement
Abstract
Certificate
Working to Ensure
Day-4 AWS Cloud Security Compliance,
(29-12-2022) lab 1- Introduction to
AWS IAM.
Objective of activity:
AWS Global Infrastructure Over
view, AWS Cloud Security &Network
Networking and Content Delivery
Detailed Report:
In this week, I have learned how to:
Introduction Activity-
Day-3 Introduction Introduction to Container
(5-01-2023) computer Services to AWS Lambda,
AWS Lambda, AWS Elastic
Beanstal
BRIEF DESCRIPTION
DAY&DATE OF THE DAILY
(Week-4) ACTIVITY LEARNING OUTCOME
Amazon RDS,
Console Demonstration - RDS, Lab 5
Day-1 - Build a Database Server,
(10-01-2023) Databases Amazon DynamoDB,
Console Demonstration –
DynamoDB, Amazon Redshift,
Amazon Aurora
BRIEF DESCRIPTION
DAY & DATE LEARNING OUTCOME
OF THE DAILY
(Week-5) ACTIVITY
Day-2 Implementing
a Machine Learning LAB: AMAZON
(26-01-2023) sage Maker – Encoding
pipeline with Amazon sage
Maker Categorical Data
Day-3 Implementing
Training a model
a Machine Learning
(27-01-2023) using Amazon
pipeline with Amazon sage
SageMaker LAB:
Maker
Training Model
Introduction to
Day-1 Introduction Computer Computer
(8-02-2023) Vision. Vision, Image and Video
Analysis
Facial recognition and
Day-2 Introduction Computer Video Analysis with
(9-02-2023) Vision. Amazon Recognition
Introduction
Day-1 Introduction To
(15-2-2023) Natural Language
Language processing processing.
Introduction
Day-2 Introduction of
(16-02-2023) Natural Natural
Language processing Language
processing.
Overview
Day-3 Introduction of
(17-02-2023) Natural Natural
Language processing Language
processing.
a. Technical Skill.
b. Conceptual Skill.
d. Decision-Making Skill.
• Photos
Amazon Web Services (AWS) offers a range of machine learning courses and resources to help individuals and
organizations build their machine learning skills. These courses cover a wide spectrum of topics related to machine
learning and artificial intelligence, and they are designed to cater to individuals with varying levels of expertise, from
beginners to advanced practitioners.
• Machine Learning Foundations: These are introductory courses that cover the fundamental concepts of
machine learning, including supervised and unsupervised learning, model training, and evaluation.
• Deep Learning: AWS offers courses on deep learning techniques, which are a subset of machine learning that
focuses on neural networks and complex algorithms. These courses might cover topics like convolutional
neural networks (CNNs) and recurrent neural networks (RNNs).
• Specialized Topics: There are courses that dive into specific areas of machine learning, such as natural
language processing (NLP), computer vision, and reinforcement learning.
• Certification: AWS offers machine learning certification exams, such as the AWS Certified Machine Learning
- Specialty certification. These certifications are highly regarded in the industry and can help demonstrate your
expertise in AWS machine learning services.
• Learning Paths: AWS typically offers structured learning paths that guide learners from beginner to advanced
levels in a particular domain of machine learning.
• Free and Paid Courses: AWS often provides both free and paid courses. Some free courses are part of the
AWS Training and Certification program, while others may require a fee.
• Resources and Documentation: In addition to formal courses, AWS provides extensive documentation,
whitepapers, and blog posts that can serve as valuable resources for learning machine learning on the AWS
platform.
• To find the most up-to-date and specific information about AWS machine learning courses, visit the official
AWS website, navigate to the training and certification section, and search for machine learning or artificial
intelligence courses. You can also explore the AWS Training and Certification portal to discover the latest
offerings and resources.
• Learn how to launch an Amazon SageMaker notebook instance. From that instance, you will learn how to
create a Jupyter notebook. You will learn how to create code and Markdown cells within the notebook. You
will download data from an external source, then learn how to save your notebook locally so you can continue
working on labs across sessions.
• Amazon SageMaker is a fully managed service that provides every developer and data scientist with the
ability to build, train, and deploy machine learning (ML) models quickly. Amazon SageMaker removes the
heavy lifting from each step of the machine learning (ML) process to make it easier to develop high quality
models.
• The specific resources and steps you need to clean up can vary depending on your use case and the
SageMaker setup you've created. It's important to carefully review your SageMaker environment and clean
up any resources that are no longer necessary to avoid ongoing costs. Always exercise caution when
performing cleanup to ensure you don't accidentally delete resources that are still needed.
• In the above diagram explain about the db.reset_index is having reset_index function in Pandas is used to
reorganize the index of a DataFrame. It's helpful when you want to remove any custom index you've set and
replace it with the default integer-based index. This can make your data more structured and easier to work
with, especially after performing operations that may have altered the index. Essentially, it "resets" the index to
its default state.