FoAI - Week 1

2025-06-30

Table of Contents

AI Approaches

Approaches to AI Development

  • According to a survey from Pega Links to an external site. of 6,000 consumers, only 33% of people think that they use AI, while 77% use an AI-powered service or device. You may be surprised to learn that AI can be anything from advanced robotics to the Google search function you use daily. Click here to learn more about common uses and applications of AI. Links to an external site.
  • AI in Assistive Technology
    • One of the major applications of AI is in assistive technology, making everyday tasks more accessible for people with disabilities. From screen readers that use natural language processing to describe text and images, to AI-powered hearing aids that filter background noise, these innovations enhance independence and inclusion.
    • Speech recognition tools help those with mobility impairments control devices hands-free, while computer vision enables devices to identify objects and read signs for the visually impaired.
    • By continuously learning and adapting, these innovations are breaking barriers, fostering independence, and making the world more inclusive.
  • AI is shaping a lot of our everyday interactions. But not everything that looks “smart” is actually AI.
    • Not really - Calculators follow pre-programmed rules. They process input using fixed mathematical operations, not machine learning or decision-making.
    • Yes, it learns and improves over time. Google Translate uses deep learning models to analyse language patterns and improve translations dynamically.
    • No, it follows predefined banking rules. ATMs authenticate users and process transactions based on fixed rules. While banks use AI for fraud detection, a standard ATM does not have AI-driven decision-making.
    • Yes, it predicts and adjusts text based on patterns. Autocorrect systems use machine learning to suggest and correct words based on past typing behavior.
    • Yes, it maps and adapts to room layouts. Modern robot vacuums use AI-powered sensors and mapping algorithms to navigate efficiently.
    • It depends - some advanced systems do, while traditional ones don’t. Basic traffic lights operate on fixed schedules, but smart traffic management systems use AI to optimise flow based on real-time data.
  • AI (Artificial Intelligence) can be developed in different ways, depending on how we define "intelligence":
    • Metrics
      • Characteristics of intelligence: humanly and rationally
      • How it manifests: through thinking or acting
    • Grid
      • Acting Humanly (The Turing Test Approach)
        • AI mimics human behaviour, aiming to convince users it’s human (e.g., chatbots, NLP).
        • Limitation: Acting human doesn’t mean true understanding - AI may imitate without real intelligence.
      • Acting Rationally
        • AI makes optimal decisions based on goals and environmental conditions (e.g., self-driving cars, recommendation systems).
        • Limitation: Lacks human intuition and ethics; defining "rational" can be complex in real-world scenarios.
      • Thinking Humanly
        • AI models human cognitive processes like perception, reasoning, and learning.
        • Limitation: Human thinking is complex, sometimes irrational, and not fully understood.
      • Thinking Rationally
        • AI uses logic and probability to make rational decisions.
        • Limitation: Real-world data is often uncertain or incomplete, making strict logical reasoning impractical.
    • Most Effective
      • The Act Rationally approach is often considered the most effective and practical, because it's more flexible than strict logic-based reasoning (Thinking Rationally), it avoids human thought's biases (Thinking/Acting Humanly), and it can adapt and learn from changing environments to achieve the best outcome.
      • However, each approach of the four above has its strengths and weaknesses. Depending on the type and aim of the technology, one approach will be more suitable than the others. In reality, many modern AI systems combine multiple approaches to be more effective.
  • Quiz
    • Acting Rationally. Self-driving cars rely on sensors, real-time data processing, and decision-making algorithms to navigate roads safely. They don’t need to think like humans but must act rationally based on optimal driving strategies.
    • Virtual assistants respond to voice commands and engage in human-like interactions (Acting Humanly). They also process information and make decisions efficiently (Acting Rationally), such as setting reminders or answering questions.
    • Chess AI doesn’t need human-like thought but relies on logical computation to predict optimal moves (Thinking Rationally).
    • Surgical robots follow "Thinking Rationally" (to predict patient outcomes, enhance imaging, and refine robotic movements) and "Acting Rationally" (implement precise, controlled movements based on real-time data).
    • Education AI assesses student learning needs and adapts instruction logically (Thinking Rationally). It also interacts in a way that mimics human tutors, offering personalized feedback and engagement (Acting Humanly).
    • A cleaning robot doesn’t "think" like a human but uses data, sensors, and AI models to optimize cleaning routes and tasks (Acting Rationally). It follows logical steps to complete its tasks efficiently rather than mimicking human thought or interaction.

Explore Key AI Concepts

  • Quiz
    • AI is a broad field focused on solving problems autonomously by simulating human intelligence. While AI can power chatbots and self-driving cars, it’s not limited to them.
    • AI is the overarching field, Machine Learning is a subset of AI, and Deep Learning is a specialized subset of Machine Learning.
    • Neural networks in deep learning are inspired by the human brain and help AI models process more complex, unstructured data (image, audio, video, speech) while minimising errors.
    • Deep learning has become more powerful due to advances in computing and access to large datasets. This has enabled AI to handle more complex tasks.
    • Only Virtual assistants use AI, the others are just rule-based technology. Alexa integreates LLMs to improve their natural language understanding and responses.
  • While AI is the grand vision of intelligent machines...
    • Machine learning consists of the models, processes, and supporting technology that we’ve been using to get there.
    • Deep learning is machine learning at the largest scale, involving millions of instances of training data and often multiple layers within the neural network.
    • A neural network is a collection of algorithms designed to take in data and find a solution with the least amount of error. (You can see an illustration on the right - a neuron network simulates the complex neuron connections in the human brain.)

Review

  • Level
    • Rule-Based Systems (Traditional Programming/Early AI)
      • Early AI relied on explicitly programmed rules (if-then statements).
      • These systems couldn’t learn or adapt - they only followed predefined logic.
      • Example: Expert systems, early chatbots like ELIZA.
    • Machine Learning (ML)
      • Instead of relying on fixed rules, ML systems learn patterns from data.
      • They improve with experience but still require structured input and human feature selection.
      • Example: Spam filters that learn to detect spam based on previous emails.
    • Deep Learning (DL)
      • DL is a subset of ML that uses neural networks to process unstructured data like images, videos, text, and speech.
      • Unlike ML, it automatically finds patterns without manual feature selection.
      • Example: Facial recognition, self-driving cars detecting objects.
    • Large Language Models (LLMs)
      • LLMs are a specialised form of DL, trained on massive text datasets using transformer architectures (e.g., GPT).
      • They generate human-like responses, understand context, and perform complex language tasks.
      • Example: ChatGPT, Google Bard, AI-assisted coding tools like GitHub Copilot.
  • Types of AI
    • Capabilities
      • Narrow AI (Weak AI) – The only AI that exists today, trained for specific tasks.
      • General AI (AGI or Strong AI) – A theoretical AI that can apply learning across different contexts.
      • Super AI – A hypothetical AI surpassing human intelligence, capable of independent reasoning and emotions.
    • Functionalities
      • Reactive AI – Performs specialized tasks based on data without learning from past experiences (e.g., IBM's Deep Blue).
      • Limited Memory AI – Can recall past data and improve performance over time (e.g., generative AI like ChatGPT).
      • Theory of Mind AI (Emotion AI) – A developing AI concept that aims to understand and respond to human emotions.
      • Self-Aware AI – A hypothetical AI with its own emotions, beliefs, and self-awareness.
    • 3 types of AI that actually exist today are: Narrow AI: The AI we currently use, trained for specific tasks. Narrow AI includes: Reactive AI (AI that processes information without learning from the past), and Limited Memory AI (AI that learns from past data to improve performance). Everything else is theoretical or in development.

FoAI - Week 1

Date: 2025-06-30

FoAI - Week 2

Date: 2025-06-30

FoAI - Week 3

Date: 2025-06-30

FoAI - Week 4

Date: 2025-06-30

Universities

Date: 2025-05-19

Academic Degrees

Date: 2025-05-03

Academic Prizes

Date: 2025-05-03

Books

Date: 2025-05-01

Curriculum

Date: 2025-05-01

Economics

Date: 2025-05-01

Master in Psychology

Date: 2025-05-01

Online Education

Date: 2025-05-01