keras-fcn
ConvNet library
A library implementing a Fully Convolutional Network architecture with Keras support
A playable implementation of Fully Convolutional Networks with Keras.
202 stars
12 watching
85 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
convolutional-networkskeraskeras-neural-networks
Related projects:
Repository | Description | Stars |
---|---|---|
xuzhenqi/cnn | Provides an implementation of convolutional neural networks in MATLAB. | 95 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
theduynguyen/keras-fcn | An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
karpathy/convnetjs | A JavaScript library for training and deploying neural networks in the browser | 10,889 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
keras-team/keras-cv | Provides modular computer vision components compatible with various deep learning frameworks | 1,010 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
raghakot/keras-resnet | An implementation of Residual Networks using Keras' functional API | 1,386 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
scisharp/keras.net | A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. | 601 |