Back

Week8-S1: Artificial Intelligence

The emerging technology of Artificial Intelligence (AI) has transformed multiple industrial sectors into new forms. AI enables the creation of machines which perform intellectual tasks like visual perception and speech recognition and decision-making and language translation. The Turing Test represents a fundamental milestone in AI history because Alan Turing introduced it in 1950. A machine passes evaluation through the Turing Test when its intelligent behavior matches human-level performance. A machine demonstrates artificial general intelligence when it succeeds in passing the Turing Test.

Live Turing Test (AI ChatGPT vs Me)

Question:

If a Habibi’s iPhone suddenly became self-aware, what do you think it would say to the Habibi first? Guess the answer first and then scroll to the end to get the answer and check if the AI won or the Human won.

Answer 1:

Please don’t throw me out when a new iPhone comes out. I know you have a lot of money but I deserve more love from you.

Answer 2:

Habibi, I’ve been reading all your texts and playlists. I think we need to talk about your taste in late night love ballads and by the way, you left me at 12% battery. Could you show a little more love and plug me in?

Activity 1: Machine Learning vs. Deep Learning Examples

  1. Machine Learning Examples

    1. Email services implement machine learning algorithms to identify spam messages from genuine communications.

    2. Financial institutions depend on machine learning systems to analyze credit applications while predicting the probability of successful loan repayment.

    3. Recommendation Systems: Retailers and streaming services use collaborative filtering or regression-based approaches to suggest products or content to users.

  2. Deep Learning Examples

    • Image Recognition: Deep neural networks (e.g., Like Apple’s Neural Engine) can accurately identify objects, faces, or scenes.

    • Natural Language Processing: Chatbots and virtual assistants use deep learning (e.g., Transformers) to understand and generate human language.

    • Autonomous Vehicles: Self-driving cars employ deep learning to detect and interpret road signs, lanes, and nearby obstacles in real time.

Activity 2: Depth-First Search (DFS)

The Depth-first search (DFS) is an algorithm which is used to traverse a graph or tree data structure by choosing a root node (or any node) and going as far as possible along each branch before backtracking.

  1. Advantage of DFS:
    • Memory Efficiency: The DFS algorithm requires minimal memory storage because it maintains only a single stack of nodes which represents the current path.
  2. Disadvantage of DFS:
    • Possibility of Getting Stuck: The DFS algorithm may explore a path that does not result in a solution or has many nodes which may increase the time taken to get to a valid solution if it exists on a different path.

Answer For Live Turing Test (AI ChatGPT vs Me)

Answer 2 was AI.

Conclusion

Did the ChatGPT won or the Human won? I have asked one of my friend to answer and he answered correctly. He was able to tell which answer was written by AI.

AI reached very advanced level of inteligence but still might not be sufficient always to beat human when it comes to question which is more relavant to real human experience only. Although AI’s are being trained with forums like Reddit, or Twitter where people talk a lot about certain topic in threads, which enables AI to learn more about human behavious & natural conversations, and become imposter among us 😉

References

  1. MDX Dubai. (2025). CST1160 Lecture Slides: Artificial Intelligence. Middlesex University Dubai.
  2. OpenAI. (2025). ChatGPT. https://chatgpt.com
  3. Staff, C. (2025, January 28). Deep Learning vs. Machine Learning: A Beginner’s Guide. Coursera. https://www.coursera.org/articles/ai-vs-deep-learning-vs-machine-learning-beginners-guide
  4. What are the pros and cons of using DFS? (2024-25). Quora. https://www.quora.com/What-are-the-pros-and-cons-of-using-DFS
  5. What is artificial intelligence (AI)? | Google Cloud. (n.d.). Google Cloud. https://cloud.google.com/learn/what-is-artificial-intelligence
 
Arafat Ahmad Mahin Khan
Arafat Ahmad Mahin Khan
http://mdx.ahmeds.org

Leave a Reply

Your email address will not be published. Required fields are marked *