Chapter 6 Flashcards
activation function
alias of transfer function
artificial neural networks (ANN)
Computer technology that attempts to build computers that operate like a human brain. The machines possess simultaneous memory storage and work with ambiguous information. Sometimes called, simply, a neural network.
backpropagation
The best-known learning algorithm in neural computing where the learning is done by comparing computed outputs to desired outputs of training cases.
black-box syndrome
ANN are typically known as black boxes, capable of solving complex problems but lacking the explanation of their capabilities.
The lack of transparency present in ANN, that is it is a lack of knowing how the model does what it does.
Caffe
This is an open-source deep learning framework developed at UC Berkeley and Berkeley AI Research.
cognitive analytics
Is a term that refers to cognitive computing–branded technology platforms, such as IBM Watson, that specialize in processing and analyzing large, unstructured data sets.
Cognitive analytics systems can use machine learning to adapt to different contexts with minimal human supervision.
cognitive computing
The application of knowledge derived from cognitive science in order to simulate the human thought process so that computers can exhibit or support decision-making and problem-solving capabilities.
cognitive search
A new generation of search method that uses artificial intelligence (e.g., advanced indexing, NLP, and machine learning) to return results that are much more relevant to the user.
connection weight
The weight associated with each link in a neural network model. Neural networks learning algorithms assess connection weights
constant error carousel (CEC)
(aka state unit) One of four additional layer’s (based on Recurrent NN) in a history aware ANN architecture (e.g. LSTM long short term memory) that is responsible for integrating and interacting with the other 3 (input gate, forget gate, output gate).
convolution function
This is a parameter sharing method to address the issue of computational efficiency in defining and training a very large number of weight parameters that exist in CNN.
Useful when the number of weight parameters required for a CNN is prohibitively large (long processing time).
convolutional neural network (CNN)
(CNNs) These are among the most popular deep learning methods. CNNs are in essence a variation of the deep MLP-type neural network architecture, initially designed for computer vision applications (e.g., image processing, video processing, text recognition) but also applicable to nonimage data sets.
deep belief network (DBN)
(CBD) A type of a large class of deep neural networks called generative models.
deep learning
The newest and perhaps the most popular member of the artificial intelligence and machine learning family, deep learning has a goal similar to those of the other machine learning methods that came before it: mimic the thought process of humans - using mathematical algorithms to learn from data (both representation of the variables and their interrelationships).
deep neural network
An unsupervised deep learning method use to pretrain network parameters. Part of the class of deep neural networks called generative models.
The primary application of DBNs today is to improve classification models by pretraining.
DeepQA
A massively parallel, text mining–focused, probabilistic evidence–based computational architecture developed by IBM, this is the system behind Watson.
Google Lens
An app that uses deep learning artificial neural network algorithms to deliver information about the images captured by users from their nearby objects.
GoogLeNet
(a.k.a. Inception), a deep convolutional network architecture designed by Google researchers, was the winning architecture at ILSVRC 2014
Google Neural Machine Translator (GNMT)
A machine translation (language) system that uses an LSTM network.
graphics processing unit (GPU)
It is the part of a computer that normally processes/renders graphical outputs; nowadays, it is also being used for efficient processing of deep learning algorithms