At its simplest, WISARD consists of:
image sampling, a register, some RAM
Which of the following is NOT a well-known deep neural network architecture?
DNNarch
k-means works by:
alternating between assigning data points to clusters and finding centroids
How goes a real-valued genetic algorithm work?
it interpolates along lines in parameter space by a random amount
What is an activation function in a neural network?
a function that converts the sum of the weighted inputs to an output
What is the purpose of the RELU layer in a CNN?
it applies the activation function
What type of images does WISARD need?
binary images containing only the values zero and unity
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
How does SVM work?
it finds the hyperplane that maximizes the distance between classes