SourabhMagadum / Neural-Style-Transfer-Coursera-deeplearning.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Style-Transfer-Coursera-deeplearning.ai

In this assignment:

  • Build the content cost function J(C,G), style cost function J(S,G) and put it together to get J(G) = alphaJ(C,G) + betaJ(S,G).
  • Implemented the neural style transfer algorithm.
  • learnt how to generate novel artistic images using this algorithm.

About


Languages

Language:Jupyter Notebook 100.0%