Difference between revisions of "3D Model"

From
Jump to: navigation, search
Line 5: Line 5:
 
* [[Spatial-Temporal Dynamic Network (STDN)]]  
 
* [[Spatial-Temporal Dynamic Network (STDN)]]  
 
* [[3D Simulation Environments]]
 
* [[3D Simulation Environments]]
* [http://arxiv.org/pdf/1808.01462.pdf A survey on Deep Learning Advances on Different 3D Data Representations | E. Ahmed, A. Saint, A. Shabayek, K. Cherenkova, R. Das, G. Gusev
+
* [http://arxiv.org/pdf/1808.01462.pdf A survey on Deep Learning Advances on Different 3D Data Representations | E. Ahmed, A. Saint, A. Shabayek, K. Cherenkova, R. Das, G. Gusev, and D. Aouada] - extending 2D deep learning to 3D data is not a straightforward tasks depending on the data representation itself and the task at hand.
and D. Aouada] - extending 2D deep learning to 3D data is not a straightforward tasks depending on the data representation itself and the task at hand.
 
  
 
== Geometric Deep Learning ==
 
== Geometric Deep Learning ==

Revision as of 13:35, 28 July 2019

Youtube search...

Geometric Deep Learning

3D Machine Learning | GitHub

3D Models from 2D Images

3DCNN

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

3D Printing