SlideShare a Scribd company logo
RAGHU ENGINEERING COLLEGE
(AUTONOMOUS)
Accredited by NAAC A+ and NBA, Affiliated by JNTU-GV (Vizianagaram)
Dakamarri (V), Bheemunipatnam (M), Visakhapatnam
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
PRESENTED BY:
TURALA VIVEK
(21981A05H2)
DURATION: 10 WEEKS
PROVIDED BY: EDUSKILLS
EDUSKILLS AWS AIML VIRTUAL INTERNSHIP
Internal Guide
P. NARASIMHA RAJU
(ASSISTANT PROFESSOR)
CONTENTS
 INTRODUCTION
 AWS CLOUD FOUNDATIONS
 AWS MACHINE LEARNING
 CONCLUSION
INTRODUCTION
 AWS Cloud provides a comprehensive platform for computing, storage, networking, and security, enabling
organizations to build scalable and secure applications. The course covers core cloud concepts such as
virtualization, elasticity, and pay-as-you-go pricing. Topics include AWS Cloud Security, Networking and Content
Delivery, and AWS Storage, equipping learners with hands-on experience through labs like Amazon EC2 and
Database Server setup. These skills are essential for deploying and managing cloud-based applications efficiently.
 AWS Machine Learning introduces fundamental AI concepts and provides practical insights into building
intelligent applications. The course covers key areas like Computer Vision, Natural Language Processing (NLP),
and Generative AI, showcasing how AWS services empower businesses with automated decision-making and
predictive analytics. Learners explore machine learning workflows, including supervised and unsupervised
learning, to develop AI-driven solutions in real-world scenarios.
 The integration of AWS Cloud and Machine Learning provides a powerful foundation for building intelligent,
scalable applications. AWS Cloud services offer the infrastructure needed to store and process vast amounts of
data, while AWS Machine Learning tools enable businesses to extract insights, automate processes, and enhance
user experiences. By combining these technologies, organizations can deploy AI-powered applications efficiently,
leveraging AWS's secure, flexible, and cost-effective solutions.
1.AWS CLOUD FOUNDATIONS
Introduction to Cloud Computing
 Cloud computing is the on-demand delivery of IT resources over the internet,
allowing users to access computing power, storage, and databases without managing
physical infrastructure.
 Pay-as-you-go model ensures cost efficiency by charging users only for the
resources they consume, eliminating upfront investments.
 Scalability and elasticity allow businesses to scale resources up or down based on
demand, ensuring optimal performance and cost management.
 Disaster recovery and backup solutions provide data redundancy and quick recovery
options in case of failures or cyber threats.
 Environmentally friendly cloud infrastructure optimizes resource usage and reduces
energy consumption compared to traditional data centers.
Cloud Service Models
 Cloud service models represent how cloud services are delivered to users based on their needs. These models provide
different levels of control, flexibility, and management depending on the type of service. The three primary cloud
service models are:
 Infrastructure as a Service (IaaS): Provides virtualized computing resources over the internet, including servers,
storage, and networking.
 Platform as a Service (PaaS): Offers a platform with built-in tools for developers to build, test, and deploy
applications without managing infrastructure.
 Software as a Service (SaaS): Delivers software applications over the internet on a subscription basis, eliminating the
need for installation.
Aws Cloud Security
 AWS Cloud Security ensures the protection of data, applications,
and infrastructure in the AWS cloud through robust security
controls and compliance measures.
 Data Security – AWS ensures data protection through encryption,
access controls, and security policies to safeguard sensitive
information.
 Availability – AWS provides high availability with globally
distributed data centers, redundancy, and automated failover
mechanisms.
 Governance – AWS Security Hub, AWS Config, and AWS
CloudTrail help maintain compliance, track changes, and enforce
security policies.
 Identity and Access Management (IAM) – AWS IAM enables
secure access control with user roles, policies, and Multi-Factor
Authentication (MFA).
Networking and Content Delivery
 Amazon VPC (Virtual Private Cloud) – This is the foundation of
networking in AWS, allowing users to create private, isolated
networks and control network traffic.
 Elastic Load Balancing – This distributes incoming traffic across
multiple resources, ensuring network reliability and scalability.
 Amazon Route 53 – A DNS (Domain Name System) service that
helps direct user traffic efficiently to the right AWS resources,
ensuring high availability and low latency.
 AWS CloudFront – A Content Delivery Network (CDN) that caches
and delivers content from edge locations worldwide, improving
performance for users accessing web applications.
 AWS Direct Connect – A networking service that provides a
dedicated connection between on-premises data centers and AWS,
reducing internet dependency and improving speed.
Aws Storage Services
 Simple Storage Service (S3) – A scalable object storage service used for storing and retrieving any amount of data
from anywhere. It provides high availability, durability, and security.
 Amazon S3 Glacier – A low-cost storage solution for archiving and long-term data backup, offering retrieval options
based on access speed requirements.
 AWS Storage Gateway – A hybrid cloud storage service that integrates on-premises applications with AWS cloud
storage, enabling seamless data transfer.
 Elastic File System (EFS) – A managed file storage service that allows multiple EC2 instances to access data
simultaneously, ideal for distributed workloads.
 Elastic Block Storage (EBS) – A block storage service designed for use with EC2 instances, providing persistent
storage for applications and databases with high performance.
AWS DataBase Services
 Amazon Aurora – A high-performance relational database designed
for cloud applications, offering MySQL and PostgreSQL
compatibility with improved scalability, durability, and availability.
 Amazon RDS (Relational Database Service) – A managed
relational database service that supports multiple database engines
like MySQL, PostgreSQL, MariaDB, SQL Server, and Oracle,
automating administrative tasks like backups and scaling.
 Amazon DynamoDB – A fully managed key-value NoSQL
database, designed for high availability and scalability, commonly
used for applications requiring low-latency performance.
 Amazon MemoryDB – An in-memory database service designed
for ultra-fast performance, compatible with Redis, offering
durability and low-latency transactions.
 Amazon Keyspaces – A managed wide-column database that is
compatible with Apache Cassandra, providing scalability and high
availability for big data applications.
2.AWS MACHINE LEARNING
Introduction To Machine Learning
 Machine learning (ML) in AWS enables businesses to build, train, and deploy models using cloud-based tools like Amazon Sage Maker.
 It helps solve problems like fraud detection, customer personalization, predictive maintenance, and supply chain optimization.
 The ML process involves data collection, preprocessing, model selection, training, evaluation, deployment, and continuous monitoring.
 AWS provides various ML tools such as Amazon Sage Maker, AWS Deep Learning AMIs, Amazon Comprehend for different AI
applications.
 Challenges in ML include data quality issues, model interpretability, scalability, deployment complexity, and ethical concerns like bias.
 AWS offers pre-trained AI services like Amazon Polly for text-to-speech, Amazon Lex for conversational AI, and Amazon Forecast for
time-series forecasting, making ML accessible without deep expertise.
 AWS provides automated machine learning (AutoML) with services like Amazon SageMaker Autopilot, which allows users to train and
deploy ML models with minimal manual intervention.
Introduction to Computer Vision
 Computer vision enables machines to interpret and analyze visual data, such as images and videos, to make
intelligent decisions. AWS offers computer vision services like Amazon Rekognition, which can detect objects,
faces, text, and activities in images and videos.
 It is widely used in applications like facial recognition, autonomous vehicles, medical imaging, and quality
inspection in manufacturing. AWS provides pre-trained models and APIs for computer vision, reducing the need
for extensive data collection and model training.
 Edge computing solutions like AWS Panorama enable computer vision applications to run locally on devices for
real-time processing. It is used in various industries, including healthcare (medical imaging diagnostics), retail
(automated checkouts and customer analytics), security (facial recognition and surveillance), and manufacturing
(defect detection and quality control).
 Amazon Textract is another AWS service that extracts text, handwriting, and structured data from scanned
documents, making it useful for automated document processing. Deep learning techniques, particularly
Convolutional Neural Networks (CNNs), are widely used in computer vision tasks such as image classification,
object detection, and segmentation.
Introduction To Natural Language Processing
 Natural Language Processing (NLP) is a branch of artificial
intelligence that enables computers to understand, interpret, and
generate human language.
 NLP combines computational linguistics with machine learning and
deep learning techniques to process and analyze large amounts of
text and speech data.
 Text input and data collection involve gathering raw text from
sources like social media, books, emails, or voice inputs for further
processing.
 Text preprocessing includes tokenization, stopword removal,
stemming, and lemmatization to clean and standardize text data
before analysis.
 Feature selection extracts important linguistic, syntactic, and
semantic patterns from text to improve the accuracy of NLP
models.
Introduction to Generative Ai
 Generative AI is a branch of artificial intelligence that focuses on
creating new content, such as text, images, audio, video, and code,
rather than just analyzing data.
 Uses deep learning models like Generative Adversarial Networks
(GANs), Variational Autoencoders (VAEs), and Transformers (GPT,
DALL·E, Stable Diffusion) to generate realistic outputs.
 Trained on massive datasets, generative AI learns patterns and
structures to create human-like text, realistic images, synthesized
voices, and even original music compositions.
 Large language models (LLMs) like GPT-4, Bard, and Claude
generate human-like responses in chat applications, automate
content creation, and assist in writing tasks.
 AWS Generative AI services like Amazon Bedrock provide access
to foundation models from AI providers, enabling businesses to
build generative AI applications.
CONCLUSION
The AWS Cloud and Machine Learning course provided me with a comprehensive understanding of cloud-
based machine learning solutions, enabling me to leverage AWS services for data-driven applications. It
covered key concepts such as data ingestion, storage, and processing using AWS tools like Amazon S3, AWS
Glue, and Amazon Redshift, ensuring that I can efficiently manage large-scale datasets. Additionally, I gained
hands-on experience with AWS machine learning services, including Amazon SageMaker, which allowed me
to build, train, and deploy models seamlessly in the cloud. The course emphasized the importance of data
preprocessing, feature engineering, and model evaluation, reinforcing best practices for improving model
accuracy and efficiency. These foundational skills are crucial for implementing scalable AI solutions and
optimizing machine learning workflows in a cloud environment. Moreover, I learned how to integrate AWS AI
services like Amazon Rekognition for image analysis, Amazon Comprehend for NLP, and Amazon Forecast for
predictive analytics, broadening my ability to work with various machine learning applications. The practical
approach of the course enabled me to apply ETL processes, handle structured and unstructured data, and utilize
cloud-based tools for efficient model deployment. With this strong foundation, I am well-prepared to explore
advanced machine learning concepts, deep learning models, and big data analytics within the AWS ecosystem,
positioning me for real-world AI-driven problem-solving and innovation.
THANKYOU
Ad

More Related Content

Similar to AWS-AIML-PRESENTATION RELATED TO DATA SCIENCE TO DATA (20)

Introduction to Cloud Computing and AWS
Introduction to Cloud Computing and AWSIntroduction to Cloud Computing and AWS
Introduction to Cloud Computing and AWS
Faisal Ahmed Farooqui
 
fundamental of AWS Professionals (1).pdf
fundamental of AWS Professionals (1).pdffundamental of AWS Professionals (1).pdf
fundamental of AWS Professionals (1).pdf
arjunnegi34
 
Azure Compute, Networking and Storage Overview
Azure Compute, Networking and Storage OverviewAzure Compute, Networking and Storage Overview
Azure Compute, Networking and Storage Overview
Azure Riyadh User Group
 
Azure diario de abordo
Azure diario de abordoAzure diario de abordo
Azure diario de abordo
José Ángel Bolaño Rucabado
 
AWS Automation with Terraform Training | cloud automation training
AWS Automation with Terraform Training | cloud automation trainingAWS Automation with Terraform Training | cloud automation training
AWS Automation with Terraform Training | cloud automation training
eshwarvisualpath
 
AWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWSAWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWS
AbhinavSharma309481
 
Aws cloud best_practices
Aws cloud best_practicesAws cloud best_practices
Aws cloud best_practices
saifam
 
AWS.pdf
AWS.pdfAWS.pdf
AWS.pdf
Nambi Nam
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web Services
Gagan Sikri
 
_Preparation Tips AWS Solution Architect.pdf
_Preparation Tips AWS Solution Architect.pdf_Preparation Tips AWS Solution Architect.pdf
_Preparation Tips AWS Solution Architect.pdf
arjunnegi34
 
Cloud computing & aws concepts
Cloud computing & aws conceptsCloud computing & aws concepts
Cloud computing & aws concepts
ABHINAV ANAND
 
Aws overview
Aws overviewAws overview
Aws overview
Minh Nghiem
 
Best AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services ProviderBest AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services Provider
OliviaHeather1
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
SohailAliMalik
 
UNDERSTANDING WEB APPLICATION HOSTING WITH AWS
UNDERSTANDING WEB APPLICATION HOSTING WITH AWSUNDERSTANDING WEB APPLICATION HOSTING WITH AWS
UNDERSTANDING WEB APPLICATION HOSTING WITH AWS
moresco783
 
Aws overview
Aws overviewAws overview
Aws overview
abhijeetrajpurohit29
 
Aws- Amazon Web Services
Aws- Amazon Web ServicesAws- Amazon Web Services
Aws- Amazon Web Services
Shreya Srivastava
 
Architecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWSArchitecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWS
Edureka!
 
Amazon Web Service.pdf
Amazon Web Service.pdfAmazon Web Service.pdf
Amazon Web Service.pdf
Pyingkodi Maran
 
Aws certified solutions architect
Aws certified solutions architectAws certified solutions architect
Aws certified solutions architect
Syed Measum Haider Bokhari
 
Introduction to Cloud Computing and AWS
Introduction to Cloud Computing and AWSIntroduction to Cloud Computing and AWS
Introduction to Cloud Computing and AWS
Faisal Ahmed Farooqui
 
fundamental of AWS Professionals (1).pdf
fundamental of AWS Professionals (1).pdffundamental of AWS Professionals (1).pdf
fundamental of AWS Professionals (1).pdf
arjunnegi34
 
Azure Compute, Networking and Storage Overview
Azure Compute, Networking and Storage OverviewAzure Compute, Networking and Storage Overview
Azure Compute, Networking and Storage Overview
Azure Riyadh User Group
 
AWS Automation with Terraform Training | cloud automation training
AWS Automation with Terraform Training | cloud automation trainingAWS Automation with Terraform Training | cloud automation training
AWS Automation with Terraform Training | cloud automation training
eshwarvisualpath
 
AWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWSAWS Tutorial For Beginners / What Is AWS
AWS Tutorial For Beginners / What Is AWS
AbhinavSharma309481
 
Aws cloud best_practices
Aws cloud best_practicesAws cloud best_practices
Aws cloud best_practices
saifam
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web Services
Gagan Sikri
 
_Preparation Tips AWS Solution Architect.pdf
_Preparation Tips AWS Solution Architect.pdf_Preparation Tips AWS Solution Architect.pdf
_Preparation Tips AWS Solution Architect.pdf
arjunnegi34
 
Cloud computing & aws concepts
Cloud computing & aws conceptsCloud computing & aws concepts
Cloud computing & aws concepts
ABHINAV ANAND
 
Best AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services ProviderBest AWS Cloud Computing Services Provider
Best AWS Cloud Computing Services Provider
OliviaHeather1
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
SohailAliMalik
 
UNDERSTANDING WEB APPLICATION HOSTING WITH AWS
UNDERSTANDING WEB APPLICATION HOSTING WITH AWSUNDERSTANDING WEB APPLICATION HOSTING WITH AWS
UNDERSTANDING WEB APPLICATION HOSTING WITH AWS
moresco783
 
Architecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWSArchitecting in Cloud : Your Guide to AWS
Architecting in Cloud : Your Guide to AWS
Edureka!
 

Recently uploaded (20)

Oral Malodor.pptx jsjshdhushehsidjjeiejdhfj
Oral Malodor.pptx jsjshdhushehsidjjeiejdhfjOral Malodor.pptx jsjshdhushehsidjjeiejdhfj
Oral Malodor.pptx jsjshdhushehsidjjeiejdhfj
maitripatel5301
 
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdfZ14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Fariborz Seyedloo
 
Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
Mining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - MicrosoftMining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - Microsoft
Process mining Evangelist
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm     mmmmmfftro.pptxlecture_13 tree in mmmmmmmm     mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
sarajafffri058
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
AI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptxAI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptx
AyeshaJalil6
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
AWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdfAWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdf
philsparkshome
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Sets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledgeSets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledge
saumyasl2020
 
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdfTOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
NhiV747372
 
real illuminati Uganda agent 0782561496/0756664682
real illuminati Uganda agent 0782561496/0756664682real illuminati Uganda agent 0782561496/0756664682
real illuminati Uganda agent 0782561496/0756664682
way to join real illuminati Agent In Kampala Call/WhatsApp+256782561496/0756664682
 
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdfPublication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
StatsCommunications
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
Ann Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdfAnn Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdf
আন্ নাসের নাবিল
 
Lesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdfLesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdf
hemelali11
 
Oral Malodor.pptx jsjshdhushehsidjjeiejdhfj
Oral Malodor.pptx jsjshdhushehsidjjeiejdhfjOral Malodor.pptx jsjshdhushehsidjjeiejdhfj
Oral Malodor.pptx jsjshdhushehsidjjeiejdhfj
maitripatel5301
 
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdfZ14_IBM__APL_by_Christian_Demmer_IBM.pdf
Z14_IBM__APL_by_Christian_Demmer_IBM.pdf
Fariborz Seyedloo
 
Automated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptxAutomated Melanoma Detection via Image Processing.pptx
Automated Melanoma Detection via Image Processing.pptx
handrymaharjan23
 
50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd50_questions_full.pptxdddddddddddddddddd
50_questions_full.pptxdddddddddddddddddd
emir73065
 
Mining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - MicrosoftMining a Global Trade Process with Data Science - Microsoft
Mining a Global Trade Process with Data Science - Microsoft
Process mining Evangelist
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm     mmmmmfftro.pptxlecture_13 tree in mmmmmmmm     mmmmmfftro.pptx
lecture_13 tree in mmmmmmmm mmmmmfftro.pptx
sarajafffri058
 
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
录取通知书加拿大TMU毕业证多伦多都会大学电子版毕业证成绩单
Taqyea
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
AI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptxAI ------------------------------ W1L2.pptx
AI ------------------------------ W1L2.pptx
AyeshaJalil6
 
Controlling Financial Processes at a Municipality
Controlling Financial Processes at a MunicipalityControlling Financial Processes at a Municipality
Controlling Financial Processes at a Municipality
Process mining Evangelist
 
AWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdfAWS Certified Machine Learning Slides.pdf
AWS Certified Machine Learning Slides.pdf
philsparkshome
 
RAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit FrameworkRAG Chatbot using AWS Bedrock and Streamlit Framework
RAG Chatbot using AWS Bedrock and Streamlit Framework
apanneer
 
Sets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledgeSets theories and applications that can used to imporve knowledge
Sets theories and applications that can used to imporve knowledge
saumyasl2020
 
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdfTOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
TOAE201-Slides-Chapter 4. Sample theoretical basis (1).pdf
NhiV747372
 
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdfPublication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
Publication-launch-How-is-Life-for-Children-in-the-Digital-Age-15-May-2025.pdf
StatsCommunications
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
Lesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdfLesson 6-Interviewing in SHRM_updated.pdf
Lesson 6-Interviewing in SHRM_updated.pdf
hemelali11
 
Ad

AWS-AIML-PRESENTATION RELATED TO DATA SCIENCE TO DATA

  • 1. RAGHU ENGINEERING COLLEGE (AUTONOMOUS) Accredited by NAAC A+ and NBA, Affiliated by JNTU-GV (Vizianagaram) Dakamarri (V), Bheemunipatnam (M), Visakhapatnam DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING PRESENTED BY: TURALA VIVEK (21981A05H2) DURATION: 10 WEEKS PROVIDED BY: EDUSKILLS EDUSKILLS AWS AIML VIRTUAL INTERNSHIP Internal Guide P. NARASIMHA RAJU (ASSISTANT PROFESSOR)
  • 2. CONTENTS  INTRODUCTION  AWS CLOUD FOUNDATIONS  AWS MACHINE LEARNING  CONCLUSION
  • 3. INTRODUCTION  AWS Cloud provides a comprehensive platform for computing, storage, networking, and security, enabling organizations to build scalable and secure applications. The course covers core cloud concepts such as virtualization, elasticity, and pay-as-you-go pricing. Topics include AWS Cloud Security, Networking and Content Delivery, and AWS Storage, equipping learners with hands-on experience through labs like Amazon EC2 and Database Server setup. These skills are essential for deploying and managing cloud-based applications efficiently.  AWS Machine Learning introduces fundamental AI concepts and provides practical insights into building intelligent applications. The course covers key areas like Computer Vision, Natural Language Processing (NLP), and Generative AI, showcasing how AWS services empower businesses with automated decision-making and predictive analytics. Learners explore machine learning workflows, including supervised and unsupervised learning, to develop AI-driven solutions in real-world scenarios.  The integration of AWS Cloud and Machine Learning provides a powerful foundation for building intelligent, scalable applications. AWS Cloud services offer the infrastructure needed to store and process vast amounts of data, while AWS Machine Learning tools enable businesses to extract insights, automate processes, and enhance user experiences. By combining these technologies, organizations can deploy AI-powered applications efficiently, leveraging AWS's secure, flexible, and cost-effective solutions.
  • 4. 1.AWS CLOUD FOUNDATIONS Introduction to Cloud Computing  Cloud computing is the on-demand delivery of IT resources over the internet, allowing users to access computing power, storage, and databases without managing physical infrastructure.  Pay-as-you-go model ensures cost efficiency by charging users only for the resources they consume, eliminating upfront investments.  Scalability and elasticity allow businesses to scale resources up or down based on demand, ensuring optimal performance and cost management.  Disaster recovery and backup solutions provide data redundancy and quick recovery options in case of failures or cyber threats.  Environmentally friendly cloud infrastructure optimizes resource usage and reduces energy consumption compared to traditional data centers.
  • 5. Cloud Service Models  Cloud service models represent how cloud services are delivered to users based on their needs. These models provide different levels of control, flexibility, and management depending on the type of service. The three primary cloud service models are:  Infrastructure as a Service (IaaS): Provides virtualized computing resources over the internet, including servers, storage, and networking.  Platform as a Service (PaaS): Offers a platform with built-in tools for developers to build, test, and deploy applications without managing infrastructure.  Software as a Service (SaaS): Delivers software applications over the internet on a subscription basis, eliminating the need for installation.
  • 6. Aws Cloud Security  AWS Cloud Security ensures the protection of data, applications, and infrastructure in the AWS cloud through robust security controls and compliance measures.  Data Security – AWS ensures data protection through encryption, access controls, and security policies to safeguard sensitive information.  Availability – AWS provides high availability with globally distributed data centers, redundancy, and automated failover mechanisms.  Governance – AWS Security Hub, AWS Config, and AWS CloudTrail help maintain compliance, track changes, and enforce security policies.  Identity and Access Management (IAM) – AWS IAM enables secure access control with user roles, policies, and Multi-Factor Authentication (MFA).
  • 7. Networking and Content Delivery  Amazon VPC (Virtual Private Cloud) – This is the foundation of networking in AWS, allowing users to create private, isolated networks and control network traffic.  Elastic Load Balancing – This distributes incoming traffic across multiple resources, ensuring network reliability and scalability.  Amazon Route 53 – A DNS (Domain Name System) service that helps direct user traffic efficiently to the right AWS resources, ensuring high availability and low latency.  AWS CloudFront – A Content Delivery Network (CDN) that caches and delivers content from edge locations worldwide, improving performance for users accessing web applications.  AWS Direct Connect – A networking service that provides a dedicated connection between on-premises data centers and AWS, reducing internet dependency and improving speed.
  • 8. Aws Storage Services  Simple Storage Service (S3) – A scalable object storage service used for storing and retrieving any amount of data from anywhere. It provides high availability, durability, and security.  Amazon S3 Glacier – A low-cost storage solution for archiving and long-term data backup, offering retrieval options based on access speed requirements.  AWS Storage Gateway – A hybrid cloud storage service that integrates on-premises applications with AWS cloud storage, enabling seamless data transfer.  Elastic File System (EFS) – A managed file storage service that allows multiple EC2 instances to access data simultaneously, ideal for distributed workloads.  Elastic Block Storage (EBS) – A block storage service designed for use with EC2 instances, providing persistent storage for applications and databases with high performance.
  • 9. AWS DataBase Services  Amazon Aurora – A high-performance relational database designed for cloud applications, offering MySQL and PostgreSQL compatibility with improved scalability, durability, and availability.  Amazon RDS (Relational Database Service) – A managed relational database service that supports multiple database engines like MySQL, PostgreSQL, MariaDB, SQL Server, and Oracle, automating administrative tasks like backups and scaling.  Amazon DynamoDB – A fully managed key-value NoSQL database, designed for high availability and scalability, commonly used for applications requiring low-latency performance.  Amazon MemoryDB – An in-memory database service designed for ultra-fast performance, compatible with Redis, offering durability and low-latency transactions.  Amazon Keyspaces – A managed wide-column database that is compatible with Apache Cassandra, providing scalability and high availability for big data applications.
  • 10. 2.AWS MACHINE LEARNING Introduction To Machine Learning  Machine learning (ML) in AWS enables businesses to build, train, and deploy models using cloud-based tools like Amazon Sage Maker.  It helps solve problems like fraud detection, customer personalization, predictive maintenance, and supply chain optimization.  The ML process involves data collection, preprocessing, model selection, training, evaluation, deployment, and continuous monitoring.  AWS provides various ML tools such as Amazon Sage Maker, AWS Deep Learning AMIs, Amazon Comprehend for different AI applications.  Challenges in ML include data quality issues, model interpretability, scalability, deployment complexity, and ethical concerns like bias.  AWS offers pre-trained AI services like Amazon Polly for text-to-speech, Amazon Lex for conversational AI, and Amazon Forecast for time-series forecasting, making ML accessible without deep expertise.  AWS provides automated machine learning (AutoML) with services like Amazon SageMaker Autopilot, which allows users to train and deploy ML models with minimal manual intervention.
  • 11. Introduction to Computer Vision  Computer vision enables machines to interpret and analyze visual data, such as images and videos, to make intelligent decisions. AWS offers computer vision services like Amazon Rekognition, which can detect objects, faces, text, and activities in images and videos.  It is widely used in applications like facial recognition, autonomous vehicles, medical imaging, and quality inspection in manufacturing. AWS provides pre-trained models and APIs for computer vision, reducing the need for extensive data collection and model training.  Edge computing solutions like AWS Panorama enable computer vision applications to run locally on devices for real-time processing. It is used in various industries, including healthcare (medical imaging diagnostics), retail (automated checkouts and customer analytics), security (facial recognition and surveillance), and manufacturing (defect detection and quality control).  Amazon Textract is another AWS service that extracts text, handwriting, and structured data from scanned documents, making it useful for automated document processing. Deep learning techniques, particularly Convolutional Neural Networks (CNNs), are widely used in computer vision tasks such as image classification, object detection, and segmentation.
  • 12. Introduction To Natural Language Processing  Natural Language Processing (NLP) is a branch of artificial intelligence that enables computers to understand, interpret, and generate human language.  NLP combines computational linguistics with machine learning and deep learning techniques to process and analyze large amounts of text and speech data.  Text input and data collection involve gathering raw text from sources like social media, books, emails, or voice inputs for further processing.  Text preprocessing includes tokenization, stopword removal, stemming, and lemmatization to clean and standardize text data before analysis.  Feature selection extracts important linguistic, syntactic, and semantic patterns from text to improve the accuracy of NLP models.
  • 13. Introduction to Generative Ai  Generative AI is a branch of artificial intelligence that focuses on creating new content, such as text, images, audio, video, and code, rather than just analyzing data.  Uses deep learning models like Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), and Transformers (GPT, DALL·E, Stable Diffusion) to generate realistic outputs.  Trained on massive datasets, generative AI learns patterns and structures to create human-like text, realistic images, synthesized voices, and even original music compositions.  Large language models (LLMs) like GPT-4, Bard, and Claude generate human-like responses in chat applications, automate content creation, and assist in writing tasks.  AWS Generative AI services like Amazon Bedrock provide access to foundation models from AI providers, enabling businesses to build generative AI applications.
  • 14. CONCLUSION The AWS Cloud and Machine Learning course provided me with a comprehensive understanding of cloud- based machine learning solutions, enabling me to leverage AWS services for data-driven applications. It covered key concepts such as data ingestion, storage, and processing using AWS tools like Amazon S3, AWS Glue, and Amazon Redshift, ensuring that I can efficiently manage large-scale datasets. Additionally, I gained hands-on experience with AWS machine learning services, including Amazon SageMaker, which allowed me to build, train, and deploy models seamlessly in the cloud. The course emphasized the importance of data preprocessing, feature engineering, and model evaluation, reinforcing best practices for improving model accuracy and efficiency. These foundational skills are crucial for implementing scalable AI solutions and optimizing machine learning workflows in a cloud environment. Moreover, I learned how to integrate AWS AI services like Amazon Rekognition for image analysis, Amazon Comprehend for NLP, and Amazon Forecast for predictive analytics, broadening my ability to work with various machine learning applications. The practical approach of the course enabled me to apply ETL processes, handle structured and unstructured data, and utilize cloud-based tools for efficient model deployment. With this strong foundation, I am well-prepared to explore advanced machine learning concepts, deep learning models, and big data analytics within the AWS ecosystem, positioning me for real-world AI-driven problem-solving and innovation.
  翻译: