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

https://github.com/sukeesh/deep-learning


https://github.com/sukeesh/deep-learning

deep-learning keras python tensorflow

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Deep-Learning

Some reference codes for deep learning using Keras with tensorflow backend

## Added:

- Predict image using VGG16
- Artistic Style Transfer

## References:

- [Keras Documentation](https://keras.io/)
- [Justin Johnson/neural style](https://github.com/jcjohnson/neural-style)
- [A Neural Algorithm of Artistic Style](https://arxiv.org/abs/1508.06576)