What is the most common training techinque for a neural network?
back propagation
What is an activation function in a neural network?
a function that converts the sum of the weighted inputs to an output
Which of the following is an unsupervised learning technique?
k-means
What is transfer learning?
Using features from a pre-trained network as input to a ML algorithm
What type of images does WISARD need?
binary images containing only the values zero and unity
At its simplest, WISARD consists of:
image sampling, a register, some RAM
What is the purpose of the POOL layer in a CNN?
it down-samples regions of its input
What is genetic programming?
the use of a genetic algorithm to 'write' a program
In Genetic Programming, programs are commonly presented in which language?
Lisp
k-means works by:
alternating between assigning data points to clusters and finding centroids