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
- Host: GitHub
- URL: https://github.com/sukeesh/deep-learning
- Owner: sukeesh
- Created: 2017-09-07T13:16:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T04:55:51.000Z (almost 9 years ago)
- Last Synced: 2025-06-21T18:40:52.260Z (about 1 year ago)
- Topics: deep-learning, keras, python, tensorflow
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)