4 Flashcards
1
Q
What is the issue of dimensionality?
A
As the number of features or dimensions grows, the amount of data grows exponentially
2
Q
How LeNet works?
A
1 Convolutional layer
2. Subsampling (Max pooling)
3. Convolutional
4. Subsampling (Max pooling)
5. FC
6. FC
7. Gausian connections
Used Sigmoid or tanh
3
Q
How AlexNet works?
A
- Uses Convulational layers to learn various patterns. Early layers detect low-level features while deeper layers detect more abstract features
- ReLU is used to intruduce non-linearity
- Max Pooling to reduce computation and makes the network more robust to translations and distortions
- Fully Connected Layers - these layers combine the features extracted by the convolutional layers to make the final classification decisions
- Softmax
Used ReLU
Slit into 2 GPUs