What is the most common training techinque for a neural network?
back propagation
What is genetic programming?
the use of a genetic algorithm to 'write' a program
How does SVM work?
it finds the hyperplane that maximizes the distance between classes
Which of the following is a deterministic machine learning technique?
SVM
In Genetic Programming, programs are commonly presented in which language?
Lisp
Why might one "polish" the result of a genetic algorithm?
to improve the accuracy of the solution
What is the purpose of the RELU layer in a CNN?
it applies the activation function
What is the purpose of the POOL layer in a CNN?
it down-samples regions of its input
What type of images does WISARD need?
binary images containing only the values zero and unity
In a deep neural network, what does the 'deep' refer to?
it has many hidden layers