How goes a real-valued genetic algorithm work?
it interpolates along lines in parameter space by a random amount
What is the purpose of the RELU layer in a CNN?
it applies the activation function
What is genetic programming?
the use of a genetic algorithm to 'write' a program
What is transfer learning?
Using features from a pre-trained network as input to a ML algorithm
What is the purpose of the POOL layer in a CNN?
it down-samples regions of its input
In a deep neural network, what does the 'deep' refer to?
it has many hidden layers
What is over-training in neural networks?
where the network recognizes specific patterns and does not generalize
k-means works by:
alternating between assigning data points to clusters and finding centroids
At its simplest, WISARD consists of:
image sampling, a register, some RAM
Why might one "polish" the result of a genetic algorithm?
to improve the accuracy of the solution