Intro Flashcards
1
Q
Embedded agent
A
computer systems that sense and act on their environments, monitor complex dynamic conditions and affect the environment in goal-directed ways
2
Q
Neural network
A
a machine that is designed to model the way in which brain performs a particular task or function of interest
3
Q
Neural network properties
A
- Nonlinearity (in case if the mechanism generating input signal e.g. speech signal, is inherently nonlinear);
- Input-Output Mapping (for supervised learning);
- Adaptivity (adapt their weights to the changes in the surrounding environment)
4
Q
Learning methods
A
- Supervised (given observations and their labels - predict labels of new observations; classification and regression)
- Unsupervised (given observations - built representation or extract relevant structure; dimensionality reduction, clustering categorisation, course separation)
- Reinforcement (given states, actions and rewards - find action that maximises reward)