How I Prepared for the AWS Cloud Practitioner CLF-C02 Exam as a Data Scientist
In the ever-evolving landscape of technology, the pursuit of knowledge and skills is not just a choice but a necessity, especially for professionals like data scientists. This realization led me to embark on a journey towards achieving the AWS Certified Cloud Practitioner CLF-C02 certification, a decision that not only expanded my technical horizons but also underscored the importance of continuous learning in the tech industry. As a data scientist, my daily encounters with vast [...]
Amazon AI Fairness and Explainability with Amazon SageMaker Clarify
Introduction In the rapidly evolving domain of machine learning, ensuring fairness and explainability in model predictions has become crucial. With Amazon SageMaker Clarify, these critical aspects are not just an afterthought but integral components of the model development and deployment process. This article delves into the world of SageMaker Clarify, offering a comprehensive guide to its capabilities and practical applications. We commence our journey with a high-level understanding of what SageMaker Clarify is and [...]
The AI Revolution: An Overview of Generative AI and Foundation Models
The recent biggest trends in technology revolve around this buzzword that exploded in popularity: Generative AI. After the initial public release of ChatGPT from OpenAI around November 2022, plenty of other chatbots powered by large language models (LLMs), like Google’s PaLM powering Google Bard and Meta’s LLaMa model, took the world by storm. These LLMs have empowered millions of users and developers, affecting various areas of work and thus reshaping the industry. In this [...]
Personal ML Projects with Amazon SageMaker, Amazon Comprehend, Amazon Forecast and Other ML Services
Machine learning and artificial intelligence have been powering many of the technologies we use daily, some of which we may not actively pay attention to, and they have become second nature to us. Suppose we actively look for the presence of ML/AI. In that case, we can find them everywhere: natural language processing in our AI Assistants, recommender engines in e-commerce, social media, and music, and fraud detection in finance, among many other technologies. [...]
Automating Binary Classification Model Building with Amazon SageMaker Autopilot
Introduction In the ever-evolving world of machine learning, binary classification stands out as one of the most fundamental and widely used techniques. At its core, binary classification involves categorizing data into one of two groups based on certain features. This method is crucial in various applications, such as spam detection, medical diagnosis, and customer churn prediction. However, building an effective binary classification model can be a complex and time-consuming process, requiring extensive knowledge in [...]
Leveraging Amazon CloudFront with S3 and Route 53 for Subdomain Configuration
Amazon S3 and Route 53, both provided by AWS, offer a comprehensive solution for managing and deploying web content. Route 53 allows you to create alias records that direct to the website endpoint of your S3 bucket. Meanwhile, Amazon S3 is a robust service for hosting static websites. These services, when used together, provide a powerful toolset for web content management. However, there's a key requirement when using these services together: the bucket name [...]
How AWS IQ Works
AWS offers a lot of platforms to meet various needs of businesses, which will help them grow and succeed. Now, some companies must complete a project, follow timelines and requirements, encounter challenges to specific services, and need help moving forward. Here comes AWS IQ, provided by Amazon Web Services, wherein customers and certified experts engage, offering support in different perspectives, services, and domains. This platform will be a great help for customers who seek [...]
Setting up a Static Website on Amazon S3
What is Amazon S3? Amazon S3, a scalable and secure object storage service, offers an efficient and cost-effective way to host static websites. In this article, I will guide you through a step-by-step process of setting up a static website on Amazon S3. Whether you're an experienced developer or a beginner just starting out, this guide will equip you with the knowledge and tools you need to launch your website successfully. So, let's dive [...]
Serverless Synergy: Building a Full-stack Serverless Application with Sentiment Analysis from Image Capabilities with the AWS Suite
Plenty of full-stack web applications are scattered across the internet nowadays, with varying tech stacks and services utilized to serve their varying purposes. Like with other technologies, as popularity increases, so does the surrounding ecosystem, which manifests in significant improvements in the development cycle. In this article, we will discuss how to build a simple but purposeful, full-stack web application using multiple features of Amazon Web Services. We will focus on the orchestration of [...]