Possibly the Best Guide to Artificial Intelligence You'll Ever Read
- Dr. Imad Choucair
- Feb 24
- 4 min read
This blog aims to give you a clear yet profound understanding of Artificial Intelligence (AI). It covers:
What is AI? (Dr. Choucair’s explanation)
AI Core Fields
Significance of AI (Why AI could be the beginning of a pinnacle in human scientific evolution)
Closing Notes (by Dr. Choucair)
What Is AI? (by Dr. Choucair)
In AI, the term intelligence refers to the ability to learn. Artificial simply means it’s not human intelligence; instead, computers learn from data. Practically, AI uses computers to discover parameters—sets of numerical values—that help machines make predictions or answer questions about new data resembling the data used to train the AI model.
Example: Crime Prediction
Imagine you have a large dataset of crime records, each with many attributes (or features). An AI model processes this dataset and calculates a set of numbers (parameters) that represent a particular function of the data. Finding these parameters can be computationally intensive because we aim for high accuracy. Once the parameters are set, the model can predict the likelihood of a crime occurring under certain conditions.
In essence, most AI methods follow the same pattern:
Use data (often labeled with correct answers) to train an algorithm (supervised learning).
When the data isn’t labeled, the model can still identify patterns on its own (unsupervised learning).
So, AI is the simulation of human intelligence by finding patterns in data and using those patterns to generalize answers for new data.
Machine Learning and Deep Learning
Machine Learning typically involves simpler models or a single “layer” of parameters. However, certain problems (e.g., image recognition) are more complex and require multiple layers of processing—this is called Deep Learning. In deep learning: Each layer refines features extracted from the previous layer.
Some models can have dozens or even hundreds of layers to capture very intricate patterns.
Despite the complexity, the core idea remains the same:
Use data to calculate numerical parameters. Apply those parameters to answer questions about new, unseen data. A common example is in self-driving cars. When a human driver brakes at a red light, that data is sent to servers. Over time, the AI model refines the parameters needed for the car to learn this behavior autonomously.
What Do We Use for AI Training?
Training an AI model to find optimal parameters involves intensive mathematical calculations, often using matrix operations. A matrix is just an organized way of storing data, but these calculations can be done in parallel. That’s why we use Graphics Processing Units (GPUs), which have thousands of cores, to speed up the process. NVIDIA is a well-known supplier of such GPUs.
A powerful AI training setup typically includes:
High-end GPUs with thousands of cores.
Ample memory to handle large datasets quickly and efficiently.
Notes
It’s crucial to distinguish between:
Training an AI model: Finding the parameter values using data, which is computationally intensive.
Using an AI model: Once trained, the model can rapidly make predictions or answer questions, because it already “knows” the parameters.
AI’s rapid advances in recent years are due to:
Improved Computing Power (specialized processors like GPUs).
Evolved Algorithms (especially in deep learning, supported by top research institutions).
Huge Volumes of Training Data (from the internet, IoT devices, and more).
AI Domains
AI is incredibly broad, often specialized by domain. Here are some key areas:
Natural Language Processing (NLP)
Enables machines to understand and generate human language (e.g., chatbots, language translation, text analytics).
Computer Vision
Empowers machines to interpret images and videos (e.g., object detection, face recognition, image segmentation).
Robotics
Designs and deploys robots for autonomous or semi-autonomous tasks, including:
Autonomous Vehicles: A specialized branch focusing on self-driving cars, using sensors like LiDAR and computer vision.
Finance and Economics
AI for stock price prediction, automated trading, credit scoring, and fraud detection.
Marketing and Sales
AI for customer segmentation, sales forecasting, churn prediction, and personalized marketing.
Healthcare and Biotech
AI for medical image analysis, drug discovery, genomics, and patient care automation.
Cybersecurity
AI for threat detection, intrusion detection, and malware analysis.
Education
Intelligent tutoring systems, automated grading, personalized learning experiences.
Music and Generative Art
AI to create or analyze music and artwork, uncovering patterns and generating new creative pieces.
Significance of AI
Why AI Could Be the Beginning of a Pinnacle in Human Scientific Evolution
AI isn’t just another technology buzzword—it represents a fundamental shift in how we operate in business and society. Here are two concrete examples illustrating its significance and potential:
Medical Imaging and Diagnosis
An AI model is trained on millions of patient MRI records, along with corresponding doctors’ reports.
The model then “learns” from this massive dataset, effectively storing the combined diagnostic wisdom of countless medical professionals.
Once trained, the AI can diagnose new MRI scans—often with accuracy rivaling or even surpassing that of a single doctor.
Large Language Models (LLMs)
These AI models, like ChatGPT, are trained on vast amounts of text data.
As a result, they can generate human-like text, assist with writing, and provide information on a wide range of topics—often with remarkable fluency and speed.
These examples show just the beginning of AI’s capabilities. Imagine an AI that designs new molecules for medicine, simulates their effectiveness against diseases like cancer, and refines drug candidates—all at unprecedented speed. The same potential applies to designing buildings, microprocessors, cars, and more. AI-driven design may prove to be one of the most transformative aspects of AI.
Closing Notes
Technology has always been a catalyst for human progress—from the Stone Age to the modern day. However, the pace of innovation is now exponential, with one breakthrough rapidly triggering the next.
AI may be among the most significant leaps in our evolutionary journey. Ideally, it will continue to serve humanity’s best interests, helping us tackle some of our most daunting global challenges.
That said, today’s AI still falls short of human-level intelligence. There is a dedicated field called Artificial General Intelligence (AGI) that aims to replicate real human cognition. Progress in AGI remains in its infancy, largely because the human brain is extraordinarily complex. Yet history shows that what once seemed impossible can become possible over time.