AI Terminology

AI Terminology #

stateDiagram-v2
    State1: AI
	State1 --> ANI
	ANI: ANI - Artificial Neural Intelligence
	note right of ANI
		GAI - Generative AI
	end note
	State1 --> 	AGI
	AGI: AGI - Artificial General Intelligence
	State1 --> ASI
	ASI: ASI - Artificial Super Intelligence


ANI also called Weak AI is trained on well labeled data sets to perform specfic task and operate within predefined environment. Doesn’t go beyond it’s designed purpose. Such as image and speech recognition. e.g. Siri, Alexa.

GAI built using deep-learning creates new content such as text, images, music or videos by learning from vast datasets. e.g. ChatGPT.

AGI also called strong AI is designed to perform a wide range of intelligent tasks, think abstract and adapt to new situations. e.g. Self Driving Cars to some extent.

ASI represents hypothetical future where machine outsmarts human intelligence.


Home | Artificial Intelligence