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.
- Host: GitHub
- URL: https://github.com/treytuscai/deepneurallib
- Owner: treytuscai
- License: mit
- Created: 2025-02-08T16:03:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:33:25.000Z (about 1 year ago)
- Last Synced: 2025-05-19T22:17:34.544Z (about 1 year ago)
- Topics: deep-learning, neural-network, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 28.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.