VR SCHOOL ONLINE
  • Courses
  • Meta Campus
  • Log In
  • Join Free
  • Home
  • Courses
  • Artificial Intelligence All-in-One Essentials

Understanding AI Foundations

Curriculum

  • 7 Sections
  • 35 Lessons
  • 10 Weeks
Expand all sectionsCollapse all sections
  • Delving into What AI Means
    5
    • 1.1
      Defining the Term AI
      10 mins
    • 1.2
      Understanding the History of AI
      10 mins
    • 1.3
      Considering AI Uses
      10 mins
    • 1.4
      Avoiding AI Hype and Overestimation
      10 mins
    • 1.5
      Connecting AI to the Underlying Computer
      10 mins
  • Defining Data’s Role in AI
    6
    • 2.1
      Finding Data Ubiquitous in This Age
      10 mins
    • 2.2
      Using Data Successfully
      10 mins
    • 2.3
      Manicuring the Data
      10 mins
    • 2.4
      Considering the Five Mistruths in Data
      10 mins
    • 2.5
      Defining the Limits of Data Acquisition
      10 mins
    • 2.6
      Considering Data Security Issues
      10 mins
  • Considering the Use of Algorithms
    2
    • 3.1
      Understanding the Role of Algorithms
      10 mins
    • 3.2
      Discovering the Learning Machine
      10 mins
  • Pioneering Specialized Hardware
    8
    • 4.1
      Relying on Standard Hardware
      10 mins
    • 4.2
      Using GPUs
      10 mins
    • 4.3
      Working with Deep Learning Processors (DLPs)
      10 mins
    • 4.4
      Creating a Specialized Processing Environment
      10 mins
    • 4.5
      Increasing Hardware Capabilities
      10 mins
    • 4.6
      Adding Specialized Sensors
      10 mins
    • 4.7
      Integrating AI with Advanced Sensor Technology
      10 mins
    • 4.8
      Devising Methods to Interact with the Environment
      10 mins
  • Parsing Machine Learning and Deep Learning
    5
    • 5.1
      Decoding Machine and Deep Learning
      10 mins
    • 5.2
      Demystifying Natural-Language Processing
      10 mins
    • 5.3
      Understanding Transformers
      10 mins
    • 5.4
      Illuminating Generative AI Models
      10 mins
    • 5.5
      Recognizing AI’s Limitations
      10 mins
  • Upholding Responsible AI Standards in GenAI Use
    3
    • 6.1
      Achieving Originality and Excellence in GenAI-Generated Content
      10 mins
    • 6.2
      Applying Journalism Ethics to GenAI-Generated Content
      10 mins
    • 6.3
      Joining the Responsible AI Movement
      10 mins
  • Finding Job Security in an AI World
    6
    • 7.1
      Identifying Tasks That AI Can’t Replace
      10 mins
    • 7.2
      Upskilling for AI-Proof Jobs
      10 mins
    • 7.3
      Translating Your Current Skills into AI-Proof Roles
      10 mins
    • 7.4
      Navigating Career Transitions
      10 mins
    • 7.5
      Becoming an Early Adopter
      10 mins
    • 7.6
      AI Foundations: World Challenge
      30 Minutes

Using Data Successfully

AI Foundations

Using Data Successfully

🕐 12 min read
The Big Question

How can you ensure the data you collect and use in AI projects is both reliable and valuable, rather than just abundant?

A split image illustrating diverse data sources converging

Having access to mountains of data is not enough to create effective AI solutions. What matters most is how you collect, process, and ensure the reliability of that data — transforming raw numbers into actionable insights.

💡 Did You Know?

Many organizations collect data from sources as unexpected as cellphone signals and kitchen sensors, not just from forms and surveys.

Using Data Successfully

A visual metaphor for data reliability

Having plentiful data available isn’t enough to create a successful AI. Presently, an AI algorithm can’t extract information directly from raw data. Most algorithms rely on external collection and manipulation prior to analysis. When an algorithm collects useful information, it may not represent the right information. The following sections help you understand how to collect, manipulate, and automate data collection from an overview perspective.

Considering the Data Sources

The data you use comes from a number of sources. The most common data source is from information entered by humans at some point. Even when a system collects shopping-site data automatically, humans initially enter the information. A human clicks various items, adds them to a shopping cart, specifies characteristics (such as size and quantity), and then checks out. Later, after the sale, the human gives the shopping experience, product, and delivery method a rating and makes comments. In short, every shopping experience becomes a data collection exercise as well.

Remember icon
REMEMBER

Many data sources today rely on input gathered from human sources. Humans also provide manual input. You call or go into an office somewhere to make an appointment with a professional. A receptionist then gathers information from you that’s needed for the appointment. This manually collected data eventually ends up in a dataset somewhere for analysis purposes.

Data is also collected from sensors, and these sensors can take almost any form. For example, many organizations base physical data collection, such as the number of people viewing an object in a window, on cellphone detection. Facial recognition software could potentially detect repeat customers.

However, sensors can create datasets from almost anything. The weather service relies on datasets created by sensors that monitor environmental conditions such as rain, temperature, humidity, and cloud cover.

Tip icon
TIP

Robotic monitoring systems help correct small flaws in robotic operation by constantly analyzing data collected by monitoring sensors. A sensor, combined with a small AI application, could tell you when your dinner is cooked to perfection tonight. The sensor collects data, but the AI application uses rules to help define when the food is properly cooked.

How might your daily activities be contributing to datasets analyzed by AI systems, often without you realizing it?

Retailers use data from customer shopping behavior, including clicks and purchase history, to recommend products and optimize stock levels, demonstrating how human-generated data powers real-world AI.

Obtaining Reliable Data

The word reliable seems so easy to define, yet so hard to implement. Something is reliable when the results it produces are both expected and consistent. A reliable data source produces mundane data that contains no surprises; no one is shocked in the least by the outcome. Depending on your perspective, it could actually be a good thing that most people aren’t yawning and then falling asleep when reviewing data. The surprises make the data worth analyzing and reviewing. Consequently, data has an aspect of duality. We want reliable, mundane, fully anticipated data that simply confirms what we already know, but the unexpected is what makes collecting the data useful in the first place.

Still, you don’t want data that is so far out of the ordinary that it becomes almost frightening to review. Balance needs to be maintained when obtaining data. The data must fit within certain limits (as described in the “Manicuring the Data” section, later in this chapter). It must also meet the specific criteria of truth value (as described in the “Considering the Five Mistruths in Data” section, later in this chapter). The data must also come at expected intervals, and all the fields of the incoming data record must be complete.

Remember icon
REMEMBER

To some extent, data security also affects data reliability. Data consistency comes in several forms. When the data arrives, you can ensure that it falls within expected ranges and appears in a particular form. However, after you store the data, the reliability can decrease unless you ensure that the data remains in the expected form. An entity fiddling with the data affects reliability, making the data suspect and potentially unusable for analysis later. Ensuring data reliability means that after the data arrives, no one tampers with it to make it fit within an expected domain (making it mundane as a result).

Want to go deeper? The science behind data reliability…

Data reliability in AI is often ensured through rigorous validation processes, including checksums, traceability, and audit trails. In mission-critical systems, data integrity is maintained using cryptographic hashes and secure databases, reducing the risk of accidental or intentional tampering. Understanding and implementing these measures is crucial for AI systems where data-driven decisions can have real-world consequences.

Reliable Data

Data that consistently produces expected results, fits within known boundaries, and remains unchanged throughout its storage and use.

Data Source

The origin from which data is collected, such as human input, sensors, or automated systems.

Why is it important not only to collect data, but also to ensure its reliability before using it in AI algorithms?

Practitioners often spend more time cleaning and validating data than building AI models themselves, highlighting the value of trustworthy data.

Making Human Input More Reliable

Humans make mistakes — it’s part of being human. In fact, expecting that humans won’t make mistakes is unreasonable. Yet many application designs assume that humans somehow won’t make mistakes of any sort. The design expects that everyone will simply follow the rules. Unfortunately, the vast majority of users are guaranteed to not even read the rules because most humans are also lazy or too pressed for time when it comes to doing things that don’t really help them directly.

Consider the entry of a state into a form. If you provide just a text field in the application gathering the data, you encounter a wide variety of possible input:

  • Some users might input the entire state name, such as Kansas. Of course, some users will make a typo or a capitalization error and come up with Kanzuz, Kansus, or kANSAS. You see the potential for errors.
  • People and organizations also have various approaches to performing tasks. Someone in the publishing industry might use the Associated Press (AP) style guide and input Kan. Someone who is older and used to the Government Printing Office (GPO) guidelines might input Kans. instead.
  • And some people might go for other available state abbreviations. The U.S. Post Office (USPS) uses KS, but the U.S. Coast Guard uses KA. Meanwhile, the International Standards Organization (ISO) form goes with US-KS.

Mind you, this is just a state entry, which is reasonably straightforward — or so you thought before reading this section. Clearly, because the state won’t change names anytime soon, you could simply provide a drop-down list box on the form for choosing the state in the required format, thereby eliminating differences in abbreviation use, typos, and capitalization errors in one fell swoop.

Remember icon
REMEMBER

Drop-down list boxes work well for an amazing array of data inputs, and using them ensures that human input into those fields becomes extremely reliable because the human has no choice but to use one of the default entries. Of course, the human can always choose the incorrect entry, which is where double-checks come into play. Some newer applications compare the zip code to the city and state entries to see whether they match. When they don’t match (sometimes it’s just a matter of capitalization), the user is asked again to provide the correct input. This double-check verges on being annoying, but the user is unlikely to see it often, so it shouldn’t become too annoying.

Even with cross-checks and static entries, humans still have plenty of room for making mistakes. For example, entering numbers can be problematic. When a user needs to enter 2.00, you may see 2, or 2.0, or 2., or any of a variety of other entries. Fortunately, parsing the entry and reformatting it fixes the problem, and you can perform this task automatically, without…

How do interface design choices, like drop-down lists, help reduce human input errors in data collection?

❌ Common Misconception

As long as you have a lot of data, AI systems will work well, regardless of its source or quality.

✅ The Reality

AI systems require not just abundant data, but high-quality and reliable data; unreliable or inconsistent data can undermine results.

Key Takeaway

Reliable, well-structured data is the foundation of successful AI — quantity alone cannot compensate for poor quality or inconsistency.

⏱ 5 minutes
Activity: Spot Data Entry Pitfalls

Imagine you are designing a form for collecting address information. Identify three potential ways users might enter state information incorrectly, and propose interface solutions to reduce these errors.

  1. List three possible errors a user might make when entering a state in a text field.
  2. For each, suggest a specific form design improvement (e.g., drop-down menu, auto-correction).
  • Recognize the importance of reliable data sources, including human and sensor-generated data
  • Understand that data reliability is not automatic; active validation and design are necessary

“We want reliable, mundane, fully anticipated data that simply confirms what we already know, but the unexpected is what makes collecting the data useful in the first place.”

Think of a time when unreliable or inconsistent data led to a problem — either in technology, work, or daily life. Reflect on what could have been done to improve the data’s reliability, and how that might have changed the outcome.

0 words Take your time — depth matters more than length
Flashcard

What is a reliable data source?

Tap to reveal
Answer

A source that consistently produces expected data within defined boundaries and remains unchanged during storage and use.

Flashcard

Give an example of a non-human data source.

Tap to reveal
Answer

Sensors, such as those measuring weather conditions or monitoring robotic operations, are non-human data sources.

Flashcard

How do drop-down list boxes improve data reliability?

Tap to reveal
Answer

They constrain user input to predefined valid options, reducing typos and inconsistent formatting.

+50 XP

Which of the following most accurately describes a key requirement for reliable data in AI systems?

Review the “Obtaining Reliable Data” section above to find the answer.
Key Takeaway

Designing data collection interfaces and validation processes is as important as the AI algorithms themselves for achieving high-quality outcomes.

SHIFT

The Shift

  • Data abundance alone is not enough; reliability and quality are essential for effective AI.
  • Both human and sensor data sources require careful validation and consistency checks.
  • Designing user interfaces with error-reduction in mind dramatically increases data reliability.
End of lesson Ready for the next lesson?
Continue to next lesson  →

Leave a Reply Cancel reply

Finding Data Ubiquitous in This Age
Prev
Manicuring the Data
Next

© 2026 VR School Online | Content by Wiley | Powered by Sejal Learning Systems.

Privacy Policy · Terms of Service

YOUR DIGITAL ASSISTANT

Modal title

Main Content