Why might one "polish" the result of a genetic algorithm?
to improve the accuracy of the solution
What is over-training in neural networks?
where the network recognizes specific patterns and does not generalize
Which of the following is NOT a well-known deep neural network architecture?
DNNarch
What is the general strategy of a GA?
the best chromosomes 'reproduce' randomly
Which of the following is an unsupervised learning technique?
k-means
How goes a real-valued genetic algorithm work?
it interpolates along lines in parameter space by a random amount
How does a GA measure effectiveness on a problem?
it uses a cost function to measure the effectiveness of all chromosome
What is the purpose of the RELU layer in a CNN?
it applies the activation function
Which of the following is a deterministic machine learning technique?
SVM
How does SVM work?
it finds the hyperplane that maximizes the distance between classes