1. Summary of Unit:
1.1. Transforming Data into AI Models: A Beginner's Guide
Artificial Intelligence (AI) might seem like magic, but at its core, it's about using data and mathematics to create systems that can make decisions or predictions. This unit demystifies how raw data becomes a functional AI model.
• From Handcrafted Algorithms to Machine Learning
Traditionally, programmers wrote explicit instructions (algorithms) to perform tasks. However, some problems are too complex for manual coding. Machine Learning (ML) addresses this by allowing computers to learn from data. Instead of coding every rule, we feed data into algorithms that adjust and improve over time, creating models capable of handling intricate tasks.
• The Role of Data in Training Models
Data is the foundation of any AI model. There are two primary types:
• Structured Data: Organized information like spreadsheets or databases.
• Unstructured Data: Information without a predefined format, such as images or text.
The quality and type of data used directly influence the effectiveness of the resulting AI model.
• The Training Process Simplified
Training an AI model involves:
1. Initialization: Assigning initial weights to different inputs.
2. Prediction: Using these weights to make an initial prediction.
3. Evaluation: Comparing the prediction to actual results.
4. Adjustment: Tweaking the weights to improve accuracy.
5. Iteration: Repeating the process until the model's predictions are sufficiently accurate.
This iterative process enables the model to learn patterns and make informed decisions based on new data.
2. Question and Answers:
Q. What can distort our understanding of artificial intelligence?
Answer: Option E: C and D
Explaination:
When we try to define artificial intelligence, we often start with a blurred picture. Our understanding is shaped by years of watching sci-fi stories where AI is portrayed as a world-dominating robot or a villain with superhuman intellect. These fictional portrayals, while entertaining, have made it harder to look at AI through a realistic lens.
But science fiction isn't the only reason our view is skewed. As humans, we tend to see our own intelligence as the gold standard. Naturally, when we talk about AI, we compare it to ourselves—how we think, learn, and reason. But intelligence exists beyond the human mind.
Many animals, from clever crows using tools to octopuses solving puzzles, demonstrate their own forms of smarts. Even simple life forms like slime molds have shown the ability to navigate mazes over time. This diversity in natural intelligence reminds us that intelligence isn’t just one thing—and neither is AI.
Q. Which broad category would an AI system fit into if it’s used to determine the optimal price of an airline ticket?
Answer: Option A: Numeric Prediction
Explaination:
Think about how you check the weather before heading out—whether it’s going to rain or shine. While weather forecasting has been around for centuries, today’s predictions are more accurate than ever, thanks to artificial intelligence.
But weather is just the beginning. AI-driven predictions can answer all kinds of questions: Will a customer renew their subscription? Could someone be at risk for a health issue? Will electricity usage spike later tonight?
These predictions often come as probability scores—ranging from 0 (very unlikely) to 1 (almost certain). However, AI doesn't stop at probabilities. It can forecast actual numbers too, like estimating future sales revenue or determining the best price for a new product or service.
Chances are, AI is already working behind the scenes in your daily life. Planning a trip abroad? Your airfare, hotel rates, ride-share costs, and even travel insurance premiums are likely influenced by AI models designed to optimize prices in real time, based on supply, demand, and other factors.
AI’s strength in numeric prediction lies in its ability to quickly process vast amounts of data and recognize patterns that help us make smarter, faster decisions.
Stay tuned on SalesforceWorld as we continue to share beginner-friendly insights, Trailhead solutions, and hands-on scenarios to help you grow in your Salesforce career!
