node-efficientnet
EfficientNet
A Node.js implementation of the EfficientNet deep learning model architecture.
tensorflowJS implementation of EfficientNet 🚀
257 stars
5 watching
37 forks
Language: TypeScript
last commit: 9 months ago
Linked from 1 awesome list
classificationdeep-learningefficientnetefficientnet-modelhacktoberfestimage-classificationimage-recognitionimagenetmobilenetpretrained-modelstensorflowtfjs
Related projects:
Repository | Description | Stars |
---|---|---|
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |
mzaradzki/neuralnets | An experiment with various deep learning libraries and frameworks on images and time series data | 162 |
markdtw/condensenet-tensorflow | An implementation of CondenseNet, a model for efficient neural networks using learned group convolutions. | 29 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
titu1994/densenet | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 708 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 937 |
tqtg/hierarchical-attention-networks | An implementation of a neural network architecture for document classification using hierarchical attention mechanisms | 86 |
yixuanli/densenet-tensorflow | An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 573 |
conan7882/googlenet-inception | An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. | 282 |