0% found this document useful (0 votes)
41 views10 pages

Resume Pelatihan AI

Pelatihan AI Google Essentials

Uploaded by

fikram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views10 pages

Resume Pelatihan AI

Pelatihan AI Google Essentials

Uploaded by

fikram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

AI Revolutionizing Work

 AI is transforming the way we work, just like the internet


revolutionized daily tasks.

 By automating routine tasks, AI can significantly enhance


productivity and efficiency.

Google AI Essentials: Your Gateway to AI Proficiency

 This course equips you with essential AI knowledge and skills,


regardless of your prior experience.

 Through expert insights, practical activities, and real-world


examples, you'll gain a comprehensive understanding of AI's
applications in the workplace.

Unlocking Career Advancement with AI

 Learn how to leverage AI tools to boost productivity and make


informed decisions.

 Prepare for the future of work by understanding the implications and


opportunities presented by AI.

This is just a glimpse into the exciting world of AI. Let's dive deeper into
each section to empower you with the knowledge and skills needed to
thrive in the age of AI. What part would you like to explore further?

Google AI Essentials has five modules:

1. Introduction to AI (current module): Discover how AI works and


explore foundational AI concepts, such as machine learning. Learn
about the rise of generative AI and how to perform tasks with it. By
the end of this module, you’ll have an understanding of the
capabilities and limitations of AI tools and how to integrate
generative AI in the workplace.

2. Maximize Productivity With AI Tools: Leverage generative AI


tools to speed up work tasks and boost your productivity. Examine
the important role humans play in the effective use of AI, and
understand the types of workplace tasks you can augment with AI.
By the end of this module, you will be able to determine if AI is right
for a given task and how to use AI to accelerate workflows.

3. Discover the Art of Prompting: Write effective prompts to get


the output you want. Learn how to incorporate prompting
techniques, such as few-shot prompting, into your work. Understand
how generative AI tools produce output and the importance of
evaluating output before using it. By the end of this module, you will
be able to write clear and specific prompts and produce outputs that
help accomplish workplace tasks.

4. Use AI Responsibly: Use AI responsibly by mitigating unfair biases


and inaccuracies. Learn how to apply a framework of AI harms to
sample workplace scenarios and recognize the security risks of
using AI in the workplace. By the end of this module, you will gain
an understanding of how to use AI responsibly and effectively, and a
checklist to help you do it.

5. Stay Ahead of the AI Curve: Continue developing your skills


within the current and emerging AI landscape. Learn about the ways
organizations have leveraged AI and consider how these innovations
may inspire your own AI-powered workplace solutions. By the end of
this module, you will develop a strategy to stay up to date with
future AI developments.

What is Artificial Intelligence?

 AI refers to computer programs designed to perform cognitive tasks


that humans typically do, such as learning, remembering, and
problem-solving.

 Essentially, AI uses math to learn from data, helping us make better


decisions and complete tasks more efficiently.

AI in the Workplace

 AI is becoming increasingly important in today's job market, and


understanding its basics can be incredibly valuable for your career.

 While AI can significantly improve our work lives and streamline


business operations, it's not a magical solution for every problem.

AI in Human Resources

 UKG, a company specializing in HR solutions, is leveraging AI to


enhance its product suite, making it easier for employees to find
answers to work-related questions.

 Through AI integration, managers can access advanced analytics


based on user interactions, leading to more informed decision-
making.

AI in Agriculture
 AI is being used to address challenges faced by farmers, such as
economic uncertainty stemming from unpredictable crop yields and
weather patterns.

 Jiva, an agricultural company, provides AI-powered solutions that


help farmers diagnose crop diseases, receive tailored advice, and
improve crop quality and yield.

AI's Potential

 AI has the power to revolutionize business operations across all


sectors.

 As you learn more about AI, consider its potential impact on your
industry and how you can contribute to that change.

Google Research's Mission

 Google Research aims to identify and solve significant challenges by


applying its expertise to create solutions that benefit both
individuals and businesses.

 The ultimate goal is to address "impossible" problems and develop


technologies that drive positive change now and in the future.

AI for Good: The Example of Contrails

 Google Research utilizes AI to address the environmental impact of


contrails, the white trails left by airplanes, demonstrating a
commitment to using AI for social good.

 This example highlights how AI can be applied to real-world issues,


offering tangible solutions for a better future.

AI's Potential and Accessibility

 Maya emphasizes that AI is becoming increasingly integrated into


various technologies, indicating its growing significance in our lives.

 She expresses optimism about AI's potential to positively impact


humanity and encourages everyone to embrace the journey of
learning and exploring AI.

Understanding AI and ML

 AI tools are software designed to automate tasks and improve user


experiences, like streaming platform recommendations.

 Machine Learning (ML), a subset of AI, enables computer programs


to learn from data and make predictions or decisions.

The Role of Training Data in ML


 ML programs learn from "training sets" – collections of data that
teach them expected outcomes.

 The quality and relevance of training data are crucial, as bias can
lead to inaccurate or unintended outputs.

What is Generative AI?

 Generative AI refers to artificial intelligence that can create new


content, including text, images, audio, and video.

 A key characteristic of generative AI is its ability to understand and


process natural language, making it incredibly user-friendly.

How Generative AI Works

 You provide input, such as text or images, to the AI tool.

 The AI processes this data and generates new content based on


your input and its training.

 You can refine the output by providing additional instructions to the


AI.

Artificial intelligence (AI) and machine learning (ML) are changing the
future of work. While both terms seem similar, machine learning is
actually a specific technique used by AI designers to achieve artificially
intelligent computer programs. Knowing the basics of how AI and ML
relate to each other can help you navigate these technologies as they
transform the work landscape, enabling you to effectively contribute to AI-
driven projects or lead your own AI initiatives.

In this reading, you'll explore some of the ML techniques AI designers use


to build AI programs, deepening your understanding of how ML leverages
data to make decisions and perform tasks. You'll also explore how ML
techniques have paved the way for generative AI.

alt=""

AI development techniques

Artificial intelligence refers to computer programs that can complete


cognitive tasks typically associated with human intelligence. There are
two main techniques used to design AI programs:
 Rule-based techniques involve creating AI programs that strictly
follow predefined rules to make decisions. For example, a spam filter
using rule-based techniques might block emails that contain specific
keywords using its predefined logic.

 Machine learning techniques involve creating AI programs that


can analyze and learn from patterns in data to make independent
decisions. For example, a spam filter using these techniques might
flag potential spam for the recipient to review, preventing automatic
blocking. If the recipient marks emails from trusted sources as safe,
the spam filter learns and adapts its logic to include similar emails
from that sender in the future.

AI tools can use either rule-based or ML techniques, or even a


combination of both. In general, rule-based techniques are commonly
used for tasks that require rigidity, such as blocking messages from
untrusted senders that are obviously spam, like requests for bank
transfers or private information. Conversely, ML techniques are better
suited for tasks demanding flexibility and adaptability, like learning to
recognize that messages from trusted senders containing typos are not
spam.

Approaches to training ML programs

Recall that machine learning is a subset of AI focused on developing


computer programs that can analyze data to make decisions or
predictions. AI designers often use ML in their AI programs because it
doesn’t have the limitations of rule-based techniques.

There are three common approaches to training ML programs:


 Supervised learning

 Unsupervised learning

 Reinforcement learning

Supervised learning

In this approach, the ML program learns from a labeled training set. A


labeled training set includes data that is labeled or tagged, which provides
context and meaning to the data. For instance, an email spam filter that's
trained with supervised learning would use a training set of emails that
are labeled as “spam” or “not spam.” Supervised learning is often used
when there's a specific output in mind.

Unsupervised learning

In this approach, the ML program learns from an unlabeled training set. An


unlabeled training set includes data that does not have labels or tags. For
instance, ML might be used to analyze a dataset of unsorted email
messages and find patterns in topics, keywords, or contacts. In other
words, unsupervised learning is used to identify patterns in data without a
specific output in mind.

Reinforcement learning

In this approach, the ML program uses trial-and-error to learn which


actions lead to the best outcome. The program learns to do this by getting
rewarded for making good choices that lead to the desired results.
Reinforcement learning is commonly used by conversational AI tools. As
these tools receive feedback from users and AI designers, they learn to
generate effective responses.

Each ML technique has its own strengths and weaknesses. Depending on


the type of data that's available and what's needed to solve the particular
problem, AI designers may use one, two, or all three of these techniques
to produce an AI-powered solution.

Generative AI

Advancements in machine learning have helped pave the way for


generative AI—AI that can generate new content, like text, images, or
other media. The content is generated based on user input. Those inputs
are known as prompts. When entering a prompt while using this type of AI
—known as prompting—the tool often uses a combination of supervised,
unsupervised, and reinforcement learning to generate original content, or
output.
For instance, all three approaches play distinct roles in conversational AI
tools. Supervised learning equips conversational AI tools with foundational
dialogue data, enabling them to respond to common conversational cues
appropriately. Unsupervised learning enables them to interpret nuances in
language, like colloquialisms, that occur naturally in conversation.
Reinforcement learning further strengthens these tools by allowing them
to improve their responses in real-time based on user feedback. This
enables them to adapt to the conversational context and engage in
natural conversations.

Generative AI's ability to create and innovate offers a range of benefits to


all sorts of workplaces and professions, such as marketing, product
development, engineering, education, manufacturing, and research and
development. These benefits include:

 Greater efficiency: Generative AI can automate or augment


routine tasks, allowing workers to focus on other work priorities.

 Personalized experiences: Generative AI can tailor its


interactions to individual preferences and needs.

 Better decisions: Generative AI can quickly analyze vast amounts


of data to uncover useful insights.

These are just some of the ways that generative AI can enhance your
work.

For more information

PAIR Explorables is an optional resource for anyone who wants to learn


more about AI. It is a collection of interactive articles that are designed to
make key AI concepts more accessible and understandable. PAIR
Explorables covers a wide range of topics, including:

 Machine learning basics

 Fairness and bias in AI programs

 Data and privacy considerations in AI

 Potential risks and benefits of AI

Each article features visualizations and interactive controls that can help
you explore different AI concepts and experience how they work.

AI's Capabilities
 AI tools can generate content, analyze information, answer
questions thoroughly, and streamline tasks, allowing us to focus on
other aspects of our work.

 For example, AI can assist marketing teams by creating promotional


videos or summarize lengthy email threads.

AI's Limitations

 AI tools require human intervention for tasks involving sensitive


issues and cannot learn independently.

 AI's reliance on human-provided training data can lead to biased or


inaccurate outputs, sometimes referred to as "hallucinations."

The Importance of Human Oversight

 Human oversight is crucial to ensure the accuracy and ethical


implications of AI-generated output.

 Collaboration between technical and non-technical roles is essential


to manage AI effectively and ensure its alignment with human
values.

Vint Cerf's perspective on AI

 Vint Cerf, a pioneer in internet technology, highlights the significant


role of AI in tackling crises like wildfires, using Google's SOS alerts
as a prime example.

 He emphasizes the potential of AI, particularly machine learning, in


advancing healthcare by predicting the spread of wildfires and
aiding in the development of solutions for genetic diseases.

Impact and Future of AI

 Cerf advocates for AI literacy, emphasizing the importance of


understanding both the capabilities and limitations of AI, without
delving into intricate technical details.

 He envisions a future where AI transforms research, education, and


creative fields, predicting a similar impact to that of the internet in
fostering innovation.

AI Augmentation

 AI augmentation focuses on using AI to improve the quality of work


or make tasks easier and more efficient.

 For instance, AI can help draft emails, which is a task many


professionals encounter in their daily routines.
AI Automation

 AI automation allows us to use AI to complete tasks without direct


human intervention.

 An example of this is using AI to sort and prioritize emails, allowing


us to focus on more demanding tasks requiring human attention.

Integrating AI at Work

 Successfully integrating AI involves finding a balance between


augmentation and automation, always prioritizing a people-first
approach.

 Collaboration is key! Integrating AI effectively requires diverse


perspectives and collaboration across different roles and
departments.

Aleck's Background

 Aleck's architectural background honed his skills in establishing and


applying frameworks, which he now utilizes in his program
management role at Google.

 He emphasizes that AI assists him in analyzing information to


ensure project success.

AI for Learning & Efficiency

 Aleck initially used AI to learn about AI itself, finding recommended


reading materials.

 He leverages AI tools for various tasks like document creation, note-


taking, email summarization, and extracting key points from
documents.

AI for Meetings

 Aleck utilizes AI to transcribe meetings, generate action items,


provide summaries, and highlight key takeaways, saving him
significant time.

Let me know if you'd like to delve deeper into any specific aspect of
Aleck's experience! 😊

Understanding AI

 We delved into the fundamentals of AI and machine learning,


exploring how AI operates and its potential impact.

 We also examined the capabilities and limitations of AI, gaining a


realistic perspective on its applications.
AI for Enhanced Efficiency

 We explored how AI can be leveraged to enhance our work and


boost efficiency.

 The ever-evolving nature of AI, with continuous advancements and


improvements, was also highlighted.

You might also like