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

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.

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
```