https://github.com/neemiasbsilva/cnn-apply-3dmnist
A Simple Three Dimensional Convolutional Neural Networks approach
https://github.com/neemiasbsilva/cnn-apply-3dmnist
3dmnist conv3d deep-learning keras tensorflow
Last synced: 8 months ago
JSON representation
A Simple Three Dimensional Convolutional Neural Networks approach
- Host: GitHub
- URL: https://github.com/neemiasbsilva/cnn-apply-3dmnist
- Owner: neemiasbsilva
- Created: 2020-03-02T19:52:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T02:19:19.000Z (over 5 years ago)
- Last Synced: 2025-01-05T13:13:41.146Z (10 months ago)
- Topics: 3dmnist, conv3d, deep-learning, keras, tensorflow
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A Simple Three Dimensional CNN Approach
This repository was create to show some techniques of Deep Learning using Conv3D for apply the 3dmnist. The result of the training can be viewed just below:
Adding dropout, see below:
Note: This is one example not the state-of-the-art, so if you interest in this topic, you can be cloned and update the model.
#
Sincerely: Neemias B. Silva
#