inception.torch
Neural network architecture
A Torch implementation of a pre-trained neural network architecture used in image recognition tasks
Torch port of https://github.com/google/inception
66 stars
6 watching
20 forks
Language: Jupyter Notebook
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
moodstocks/inception-v3.torch | Reconstructs Inception V3 network from TensorFlow weights and generates Torch model for computer vision tasks | 131 |
soumith/dcgan.torch | A PyTorch implementation of a deep generative model that can be used to generate images from a dataset. | 1,458 |
soumith/cvpr2015 | An introduction to deep learning for computer vision using the Torch framework | 868 |
soumith/cudnn.torch | Torch7 bindings for NVIDIA cuDNN, providing FFI access to its neural network acceleration features | 417 |
cvondrick/torch-starter | A basic package for training neural networks in Torch7, providing a simplified starting point for developers. | 56 |
soumith/torch-android | A tool to enable Android device deployment and execution of machine learning models using the Torch library. | 275 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
lim0606/torch-inception-resnet-v2 | This project re-implements the Inception-ResNet-v2 model from scratch using PyTorch and trains it on ImageNet. | 52 |
richardassar/samplernn_torch | A Torch implementation of a deep learning model for generating audio from input data | 156 |
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 |
soumith/net2net.torch | A tool for dynamically widening and deepening neural networks to scale their capacity | 160 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |