AI
A system that can perform one or more human abilities.
Types of AI
Weak AI
A system used to perform a specific task with high degree of proficiency and lacks general reasoning capabilities.
Examples of weak AI
General AI
Has the ability to understand, learn and apply knowledge on a wide range of tasks at a human-like level.
Strong AI
Surpasses human capabilities in virtually all fields.
AI Functioning types
Machine Learning
Capability of self-learning.
How does Machine Learning work?
The creator needs to feed it data for it to study it.
Deep Learning
Is a part of machine learning where neural networks mimic human brains.
Neural Networks
Replica of the human brain using a mathematical formulae.
Neural Pathways in Humans
Connection between Neurons
Neural Pathways in Neural Networks
Connection between mathematical functions that mimic neurons.
Similarities of ML & DL
Differences of ML & DL
Types of ML
Supervised Learning
Is provided with labelled input variables and corresponding labelled outputs.
Types of supervised learning
Regression Algorithm
Classification Learning
Provision of pre-designed/pre-defined categories so that it will classify data according to the human given criteria.
No final values are created, the inputs are just categorized.
Unsupervised Learning
Provision of unlabeled data and the AI studies the information.
Type of unsupervised learning
Clustering
No provision of pre-defined categories or parameters, the AI needs to group the data based on the similarities of the data.
It is up to the humans to label the cluster created by the AI.
Difference between Classification and Clustering
In classification, the inputs are categorized based on pre-defined categorizes.
In clustering, the inputs are categorized based on self-learnt similarities into unlabeled groups.