|
|
Line 14: |
Line 14: |
| * [http://github.com/charlesq34/pointnet PointNet] | | * [http://github.com/charlesq34/pointnet PointNet] |
| * [[Passenger Screening]] | | * [[Passenger Screening]] |
− | * [[3D Model]] | + | * [[3D Model]] e.g. [[3D Model#3DCNN | 3DCNN] |
| | | |
| | | |
Line 23: |
Line 23: |
| <youtube>pV-4xtirZCc</youtube> | | <youtube>pV-4xtirZCc</youtube> |
| <youtube>Jz2jXect_7I</youtube> | | <youtube>Jz2jXect_7I</youtube> |
− |
| |
− | == 3DCNN ==
| |
− | http://www.researchgate.net/publication/317704070/figure/fig3/AS:513475445260288@1499433494423/Schematic-diagram-of-the-Deep-3D-Convolutional-Neural-Network-and-FEATURE-Softmax.png
| |
− |
| |
− | Schematic diagram of the Deep 3D Convolutional Neural Network and FEATURE-Softmax Classifier models. a Deep 3D Convolutional Neural Network. The feature extraction stage includes 3D convolutional and [[Pooling / Sub-sampling: Max, Mean]] layers. 3D filters in the 3D convolutional layers search for recurrent spatial patterns that best capture the local biochemical features to separate the 20 amino acid microenvironments. [[Pooling / Sub-sampling: Max, Mean]] layers perform down-sampling to the input to increase translational invariances of the network. By following the 3DCNN and 3D [[Pooling / Sub-sampling: Max, Mean]] layers with fully connected layers, the pooled filter responses of all filters across all positions in the protein box can be integrated. The integrated information is then fed to the [[Softmax]] classifier layer to calculate class probabilities and to make the final predictions. Prediction error drives parameter updates of the trainable parameters in the classifier, fully connected layers, and convolutional filters to learn the best feature for the optimal performances. b The FEATURE [[Softmax]] Classifier. The FEATURE [[Softmax]] model begins with an input layer, which takes in FEATURE vectors, followed by two fully-connected layers, and ends with a Softmax classifier layer. In this case, the input layer is equivalent to the feature extraction stage. In contrast to 3DCNN, the prediction error only drives parameter learning of the fully connected layers and classifier. The input feature is fixed during the whole training process
| |
Revision as of 11:08, 27 July 2019