An open API service indexing awesome lists of open source software.

https://github.com/treytuscai/deepneurallib

Deep learning library for training VGG, ResNet, and InceptionNet models on CIFAR datasets using TensorFlow.
https://github.com/treytuscai/deepneurallib

deep-learning neural-network python tensorflow

Last synced: about 1 year ago
JSON representation

Deep learning library for training VGG, ResNet, and InceptionNet models on CIFAR datasets using TensorFlow.

Awesome Lists containing this project

README

          

# đź§  DeepNeuralLib
Implements, trains, and evaluates deep convolutional neural networks—including VGG, ResNet, and InceptionNet—on CIFAR-10 and CIFAR-100 using TensorFlow’s low-level API. Built for modularity, extensibility, and performance on cloud GPUs.