[go: up one dir, main page]

0% found this document useful (0 votes)
7 views6 pages

Module 1 Notes

The document provides an overview of Artificial Intelligence (AI), its definition, applications across various fields, and the ethical and sustainability challenges it poses. It also compares AI with human intelligence, highlighting differences in learning, creativity, and decision-making. Additionally, it outlines the AI Project Lifecycle, detailing stages from problem scoping to deployment and monitoring to ensure effective AI system development.

Uploaded by

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

Module 1 Notes

The document provides an overview of Artificial Intelligence (AI), its definition, applications across various fields, and the ethical and sustainability challenges it poses. It also compares AI with human intelligence, highlighting differences in learning, creativity, and decision-making. Additionally, it outlines the AI Project Lifecycle, detailing stages from problem scoping to deployment and monitoring to ensure effective AI system development.

Uploaded by

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

Module 1: Introduction to Artificial Intelligence and Project Cycle

1. Introduction to Artificial Intelligence

Definition

Artificial Intelligence (AI) is a branch of computer science that focuses on building


systems capable of performing tasks that typically require human intelligence. These
tasks include reasoning, problem-solving, decision-making, understanding natural
language, perceiving the environment (through vision, hearing, or sensors), and even
creative activities such as generating art or music.

AI is about making machines “think” and “act smart,” simulating human-like


intelligence.

Unlike traditional programming, where every rule is hardcoded, AI systems are designed
to learn from data and improve performance over time. This adaptability is what
differentiates AI from conventional computing.

Turing Test (Alan Turing, 1950)

One of the earliest ideas to evaluate machine intelligence came from Alan Turing, often
called the Father of AI. In his 1950 paper “Computing Machinery and Intelligence,” he
proposed a simple but powerful question: “Can machines think?”

Since defining “thinking” is tricky, Turing introduced the Turing Test.

• Purpose: To measure if a machine can demonstrate human-like intelligence.

• Setup: A human interacts via text with both a machine and another human,
without knowing which is which. If the human cannot reliably distinguish
between them, the machine is considered intelligent.

• Significance:

o This was the first formal framework for evaluating machine intelligence.

o While many modern AI models (like ChatGPT) can pass aspects of the
Turing Test, debates continue on whether passing the test equals true
intelligence.

o It also introduced the idea of behavior-based evaluation rather than


internal mechanisms.

Applications of AI in Non-Technical Fields

AI is not limited to computer science or engineering it influences almost every field.

• Education:
o Adaptive learning platforms such as Duolingo or AI tutors in Khan
Academy tailor lessons to each student’s learning speed.

o Plagiarism detection tools like Turnitin also rely on AI.

• Psychology and Healthcare:

o AI-powered chatbots (Wysa, Woebot) provide mental health support by


engaging users in conversations.

o In hospitals, AI is used for analyzing scans, predicting diseases, and


managing patient records.

• Commerce and Marketing:

o E-commerce giants like Amazon and Flipkart use AI to provide


personalized product recommendations, increasing sales and
customer satisfaction.

o AI chatbots handle customer service queries, reducing response times.

• History and Literature:

o AI helps in digital archiving, restoring old manuscripts, and conducting


stylometric analysis (detecting authorship patterns in texts).

o Tools like Google Translate break language barriers, making historical


literature accessible.

AI is not just for scientists it has everyday impact in learning, shopping, health, and
even art.

Challenges of AI: Ethics & Sustainability

While AI is powerful, it brings several ethical and environmental challenges.

1. Ethical Issues:

o Data Privacy: Voice assistants like Alexa or Siri collect user


conversations; surveillance systems track people without consent.

o Bias in Algorithms: If the training data is biased (e.g., facial recognition


trained mostly on lighter skin tones), the AI system may perform poorly or
discriminate against certain groups.

o Autonomous Weapons: Military applications of AI raise questions about


accountability.

2. Sustainability Issues:
o Energy Consumption: Training large AI models (e.g., GPT, Google’s BERT)
consumes enormous amounts of electricity. Data centers powering AI
require significant cooling.

o E-Waste: Frequent upgrading of AI-enabled devices leads to increased


electronic waste.

while AI is promising, it must be developed responsibly, keeping ethics and


sustainability in mind.

2. AI vs Human Intelligence

AI is often compared to human intelligence. Both can solve problems, but the way they
approach learning and reasoning is different.

Comparison Table

Aspect Human Intelligence Artificial Intelligence

Nature Biological, emotional, Computational, algorithmic


intuitive

Learning From experience, mistakes, From data, rules, examples


emotions

Creativity Generates new ideas, art, Limited mimics patterns, originality


literature is debated

Adaptability Can adjust to new, unknown Struggles with unseen data outside
situations training

Processing Slower with large data Extremely fast with massive


datasets

Decision- Involves logic + emotions + Purely logic/data-driven (unless


making ethics trained otherwise)

Key Points

• Narrow vs General Intelligence:

o Current AI is narrow AI it specializes in specific tasks (e.g., playing chess,


detecting spam emails).

o Humans have general intelligence the ability to learn and adapt across
diverse tasks.

• Creativity:

o Humans can create literature, poetry, or abstract ideas.


o AI can generate art or music, but it is usually based on learned patterns
rather than genuine imagination.

• Decision-making:

o Humans often make decisions balancing logic and emotions.

o AI systems rely only on logic and probability (unless programmed to


simulate emotional reasoning).

While AI can outperform humans in speed and accuracy for repetitive tasks, human
intelligence remains unmatched in adaptability, ethics, and creativity.

3. AI Project Lifecycle (Intel Framework)

To develop AI systems systematically, we follow the AI Project Lifecycle. This ensures


that the solution is accurate, ethical, and useful.

Stages of AI Project Lifecycle

1. Problem Scoping

• Clearly define the problem the AI system must solve.

• Example: “How can we recommend personalized products to customers?”

• Importance: If the problem is vague, the AI solution will fail.

• “Why is problem definition the foundation of the AI cycle?”

o Because all later stages depend on the clarity of the initial goal.

2. Data Acquisition

• Collect relevant data: images, text, numbers, or sensor readings.

• Data sources:

o Online platforms (Amazon purchase history).

o Surveys and experiments.

o Public datasets (UCI ML Repository, Kaggle).

• Principle: “Garbage In = Garbage Out.”

o If the data is poor quality, the AI model’s output will be unreliable.

3. Data Exploration & Preparation

• Clean data by removing duplicates and filling missing values.

• Analyze trends using graphs and statistical measures.


• Split into:

o Training dataset: To teach the model.

o Testing dataset: To evaluate its performance.

• Tools: Pandas, Numpy, Matplotlib, Tableau.

In fraud detection, data preparation might involve labeling transactions as “fraudulent”


or “legitimate.”

4. Modelling

• Choose the right AI technique:

o Classification: Categorizing data (e.g., spam vs not spam emails).

o Regression: Predicting values (e.g., predicting house prices).

o Clustering: Grouping similar data (e.g., customer segmentation).

• Example: In e-commerce, collaborative filtering models suggest products based


on user similarity.

5. Evaluation

• Assess how well the AI model performs.

• Metrics:

o Precision: Out of all positive predictions, how many were correct?

o Recall: Out of all actual positives, how many did the model detect?

• Example:

o A cancer detection AI may have high recall (detects most cases) but low
precision (many false alarms).

o Balance between the two is crucial.

6. Deployment

• Once trained and tested, the AI model is integrated into real-world applications.

• Example:

o A recommendation engine is deployed on an e-commerce platform.

o A fraud detection model is added to a bank’s transaction system.

7. Monitoring

• Continuous observation to ensure the AI model works well over time.


• Model Drift: AI accuracy decreases as real-world data changes.

• Example:

o A recommendation model trained on 2021 shopping trends may not


perform well in 2025.

o Regular updates are required to keep the AI relevant.

Case Example: E-commerce Recommendation Engine

• Problem: Improve customer shopping experience.

• Data: Past purchases, browsing history, ratings.

• Model: Collaborative filtering (users with similar behavior get similar


recommendations).

• Deployment: Integrated into Amazon/Flipkart’s website/app.

• Monitoring: Adjusts with changing shopping trends, festivals, or new products.

Artificial Intelligence is transforming how humans interact with technology. From


adaptive learning and medical diagnostics to e-commerce recommendations and
digital archiving, AI has become a crucial tool across industries. However, it is important
to remember that AI is not equivalent to human intelligence. While machines excel in
processing speed and repetitive tasks, humans remain superior in creativity,
adaptability, and ethical decision making.

The AI Project Lifecycle provides a structured framework to ensure AI solutions are


developed effectively from identifying the right problem to deploying and monitoring the
system in real-world environments.

You might also like