Skip to main content

Posts

Showing posts with the label AI

Artificial narrow intelligence (ANI)

Artificial narrow intelligence is called as ANI or narrow AI. ANI refers to a computer's ability to perform a single task extremely well , such as crawling a webpage or playing chess.  AI = The technology to simulate human behavior in machines through a set of algorithms Narrow = Implementing the concept of AI but with a narrow range of abilities Different types of Narrow AI: Reactive AI: It is the basic version, having no memory or data storage capabilities. It emulates the human mind’s behavior and responds to different interpretations without any prior experience. Example: 1) Spam filters 2) Netflix recommendation engine Limited Memory AI: It is more advanced, having great memory and data storage capabilities enabling machines to interpret precisely using statistical data. Most of the AI is the Limited Memory AI, enabling machines to use a large amount of data especially in the domains of Deep Learning to give results with utmost accuracy. Example: 1) Self driving car 2) Apple...