Skip to content

Commit ed205b1

Browse files
burnesshunkim
authored andcommitted
add neural style with tensorflow (TensorFlowKR#10)
* add neural network with tensorflow * add neural network with tensorflow
1 parent c497420 commit ed205b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
* [[paper2 - VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION](http://arxiv.org/pdf/1409.1556.pdf)]
8484
* [[explanation](http://tinyclouds.org/colorize/)]
8585

86+
### A Neural Algorithm of Artistic Style
87+
* Leon A. Gatys, Alexander S. Ecker, Matthias Bethge
88+
* [[code - Neural style in TensorFlow!](https://github.com/anishathalye/neural-style)]
89+
* [[blog - http://www.anishathalye.com/2015/12/19/an-ai-that-can-mimic-any-artist/](http://www.anishathalye.com/2015/12/19/an-ai-that-can-mimic-any-artist/)]
90+
* [[A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576)]
91+
8692
## Contribution
8793
Did you find new TensorFlow implementations? Pull requests are always welcome.
8894

0 commit comments

Comments
 (0)