AlexNet3D

3D Conv Net

An implementation of a 3D convolutional neural network based on the AlexNet architecture for image recognition in 3D data.

This is implementation of AlexNet(2012) with 3D Convolution on TensorFlow (AlexNet 3D).

GitHub

42 stars
5 watching
13 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
forresti/squeezenetProvides pre-trained models and training configurations for a deep neural network architecture optimized for image classification tasks2,181
alexbrillant/multi-layer-perceptronAn implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks.5
andreasveit/convnet-aigAn implementation of an adaptive neural network architecture that dynamically defines its topology based on input images.185
xuzhenqi/cnnProvides an implementation of convolutional neural networks in MATLAB.98
ethanhe42/u-netA convolutional neural network architecture for biomedical image segmentation430
hasnainraz/fc-densenet-tensorflowRe-implementation of a 100-layer fully convolutional network architecture for image segmentation123
yunishi3/3d-fcr-alphaganThis project aims to develop a generative model for 3D multi-object scenes using a novel network architecture inspired by auto-encoding and generative adversarial networks.103
bruinxiong/modified-crunet-and-residual-attention-network.mxnetAn MXNet implementation of a modified deep neural network architecture for image classification67
chenxi116/pnasnet.tfAn implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet.102
astorfi/3d-convolutional-speaker-recognitionDevelops deep learning models using 3D convolutional neural networks for speaker verification tasks783
bruinxiong/senet.mxnetAn implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks.155
liqimai/gcnAn implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries.45
hassony2/inflated_convnets_pytorchCreates inflated versions of 2D neural networks with transferred ImageNet weights for use in 3D applications148
homles11/igcv3An implementation of an efficient deep neural network architecture189
torontodeeplearning/convnetA high-performance GPU implementation of neural networks using C++507