https://github.com/lovesaroha/custom-neural-networks
Simple python code of custom neural networks.
https://github.com/lovesaroha/custom-neural-networks
neural-networks python resnet tensorflow vgg16
Last synced: 3 months ago
JSON representation
Simple python code of custom neural networks.
- Host: GitHub
- URL: https://github.com/lovesaroha/custom-neural-networks
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-01T12:04:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T12:05:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T06:47:56.589Z (over 1 year ago)
- Topics: neural-networks, python, resnet, tensorflow, vgg16
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom-Neural-Networks
Simple python code of custom neural networks.
## Networks
- ResNet
- VGG16
## Requirements
- Python 3 or higher.
## Packages
### Tensorflow
```bash
py -m pip install tensorflow
```