keywords definition Flashcards
Creativity
Use of imagination or original ideas to create something. Creativity is characterized by the ability to perceive the world in new ways and to make connections between seemingly unrelated phenomena
Emotion
Mental state associated with the nervous system, brought on by chemical changes and by the environment (e.g. relationships, circumstances). It is distinguished from reasoning or knowledge as it is primarily instinctive
Deep Learning
Deep learning is a subset of machine learning where artificial neural networks, algorithms inspired by the human brain, learn from large amounts of data. Similarly, to how we learn from experience, the deep learning algorithm would perform a task repeatedly, each time tweaking it a little to improve the outcome. We refer to ‘deep learning’ because the neural networks have various (deep) layers that enable learning.
PATTERN ASSOCIATOR
Consists of a set of input units, and output units, and connections from input to output. A training set of examples, consisting of inputs and their corresponding outputs
AUTOMATION
Automation is the technology by which a process or procedure is performed with minimal human assistance.
SOCIAL ROBOTICS
The field of social robotics concentrates on the development and design of robots which interact socially with humans, but sociality between robots (e.g., in multirobot systems) is not part of the field
SWARM INTELLINGENCE
Swarm intelligence (SI) is the collective behavior of decentralized, self-organized systems, natural or artificial. The concept is employed in work on artificial intelligence. Or Swarm intelligence (SI) is a branch of computational intelligence that discusses the collective behavior emerging within self-organizing societies of agents.
DYNAMICAL SYSTEMS
Dynamical systems are those systems whose main features or properties are not time invariant. A dynamical system is simply a model describing the temporal evolution of a system. a dynamical system is a system in which a function describes the time dependence of a point in a geometrical space.
SIMULATED ANNEALING
Simulated annealing (SA) is a probabilistic technique for approximating the global optimum of a given function. Specifically, it is a metaheuristic to approximate global optimization in a large search space for an optimization problem. Or Simulated Annealing (SA) is an effective and general form of optimization. It is useful in finding global optima in the presence of large numbers of local optima.
ERROR
Human error means that something has been done that was “not intended by the actor; not desired by a set of rules or an external observer; or that led the task or system outside its acceptable limits”. In short, it is a deviation from intention, expectation or desirability.
LOCAL REPRESENTATION
In a local representational scheme, each thing being represented is assigned a single representational element, that is, in a neural network, a single unit in the input or output layer of the networks. Conversely each unit is associated with only one represented thing. So each time a local input is presented to a network, one unit is turned on, and all the others are off.
DISTRIBUTED REPRESENTATION
In a distributed representation, each thing being represented involves more than one representational element (unit in a neural network). Conversely each unit is associated with more than one represented thing. Instead of representing things, the units represent features of things. So each time a distributed input is presented to a neural network, multiple units are turned on.
HILL CLIMBING
hill climbing is a mathematical optimization technique which belongs to the family of local search. It is an iterative algorithm that starts with an arbitrary solution to a problem, then attempts to find a better solution by making an incremental change to the solution.
GRADIENT DESCENT
Gradient descent is a first-order iterative optimization algorithm for finding the minimum of a function. To find a local minimum of a function using gradient descent, one takes steps proportional to the negative of the gradient (or approximate gradient) of the function at the current point.
COLLECTIVE INTELLIGENCE
Collective intelligence (CI) is shared or group intelligence that emerges from the collaboration, collective efforts, and competition of many individuals and appears in consensus decision making.