What is the general strategy of a GA?
the best chromosomes 'reproduce' randomly
k-means works by:
alternating between assigning data points to clusters and finding centroids
Why might one "polish" the result of a genetic algorithm?
to improve the accuracy of the solution
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 POOL layer in a CNN?
it down-samples regions of its input
What is the most common training techinque for a neural network?
back propagation
Which of the following is an unsupervised learning technique?
k-means
What is over-training in neural networks?
where the network recognizes specific patterns and does not generalize
What is the purpose of the RELU layer in a CNN?
it applies the activation function