Ai
Ai
AI refers to the simula on of human intelligence in machines that are programmed to think, reason, learn, and
make decisions. AI enables systems to perform tasks such as problem-solving, speech recogni on, and decision-
making.
ML is a subset of AI that involves training algorithms on data so that they can learn pa erns and make
predic ons or decisions without being explicitly programmed. It focuses on crea ng models that improve with
experience.
Relies on feature extrac on. Automa cally performs feature extrac on.
Uses algorithms like SVM, decision trees. Uses neural networks with many layers.
Deep Learning is a subset of ML that uses neural networks for high-complexity tasks.
Autonomous vehicles
Fraud detec on
Medical diagnos cs
3. Reinforcement Learning: Learns through trial and error by receiving rewards or penal es.
Supervised ML Unsupervised ML
Regression Classifica on
4. Gaussian Mixture Model (GMM): Assumes data comes from Gaussian distribu ons.
Principal Component Analysis (PCA) is a dimensionality reduc on technique that transforms data into principal
components to reduce complexity while retaining important informa on.
The McCulloch-Pi s model is a simple neural model that represents neurons as binary threshold units.
Backpropaga on is a training algorithm for neural networks. It calculates the gradient of the loss func on and
updates the weights to minimize the error.
Transformers are models designed for sequence-to-sequence tasks like natural language processing (NLP). They
use self-a en on mechanisms to process input sequences more efficiently than RNNs.
Ensemble learning combines mul ple models (e.g., decision trees, neural networks) to improve predic on
accuracy. Examples include bagging, boos ng, and stacking.