Artificial Intelligence

SINCE 2013

9th January 2020

Black Box AI

Black box AI is any artificial intelligence system whose inputs and operations are not visible to the user or another interested party. A black box, in a general sense, is an impenetrable system. Deep learning modeling is typically conducted through black box development: The algorithm takes millions of data points as inputs and correlates specific data features to produce an output. That process is largely self-directed and is generally difficult for data scientists, programmers and users to interpret. When the workings of software used for important operations and processes within an organization cannot easily be viewed or understood, errors can go unnoticed until they […]
2nd January 2020

What is Artificial Intelligence? (AI)

Artificial intelligence (AI) is the simulation of human intelligence processes by machines, especially computer systems. Specific applications of AI include expert systems, natural language processing (NLP), speech recognition and machine vision. AI programming focuses on three cognitive skills: learning, reasoning and self-correction. Learning processes. This aspect of AI programming focuses on acquiring data and creating rules for how to turn the data into actionable information. The rules, which are called algorithms, provide computing devices with step-by-step instructions for how to complete a specific task. Reasoning processes. This aspect of AI programming focuses on choosing the right algorithm to reach a desired outcome. Self-correction processes. This aspect […]