M2.2 Flashcards
(66 cards)
Three possible practical implementations of ANNs are:
1. A software simulation program running on a digital computer.
2. A hardware emulator connected to a host computer - the so-called _____.
3. A true electronic neural network
neurocomputer
This is currently the cheapest and fastest implementation method for ANNs
Software Simulations
Software Simulations simulates parallel processing on a conventional ___ digital computer
sequential
Software Simulations replicates ___behaviour of the network by updating the activation level and output of each node for successive time steps
temporal
Typical additional features of ANN simulators
1. Configuring the net according to a chosen architecture and node operational characteristic
2. Implementation of ___ phase using a chosen training algorithm
training
ANN simulators are written in ___ languages such as C, C++ and Java
hi-level
Main attraction of ANN simulators is the relatively low cost and wide availability of ready made commercial ___
packages
ANN simulators are also compact, flexible and highly ___
portable
Training of ANNs using software simulators can be slow for larger networks (greater than a few ___)
hundred
Commercially Available Neural Net Packages have prewritten ___ with convenient user interfaces
shells
Commercially Available Neural Net Package cost a few ___ of dollars
hundred to tens of thousands
Commercially Available Neural Net Package allow users to specify the ANN design and training ____
parameters
Commercially Available Neural Net Package usually provide ___ to enable monitoring of the net’s training and operation
graphic interfaces
Commercially Available Neural Net Package are likely to provide interfacing with other software systems such as ___ and databases
spreadsheets
___ are dedicated special-purpose digital computer (aka accelerator boards
neurocomputer
Neurocomputers are dedicated special-purpose digital computer (aka ___)
accelerator boards
Neurocomputers acts as a ___to a host computer and is controlled by a program running on the host
coprocessor
Neurocomputers can be tens to ___ of times faster than simulators
thousands
Neurocomputers systems are available with over 10 million ___ for networks with several million neurons
IPS
In neurocomputers, IPS means?
IPS (Interconnect updates Per Second)
___ in hardware are closer to biological neural networks
True Networks
True Networks in Hardware are consist of synthetic neurons actually fabricated on ___ chips
silicon
Commercially available ___ ANNs are limited to a few thousand neurons per chip
hardwired
The problem with true networks in hardware wherein it is hard to make all the neurons communicate properly across chips
Interconnection and interference issues