Difference between revisions of "ML links"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with "== Tutorial generative models == *https://blog.openai.com/generative-models/ == Nvidia Fake Celebrities Generation == *https://news.developer.nvidia.com/generating-photoreali...")
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 +
 +
 
== Tutorial generative models ==
 
== Tutorial generative models ==
 
*https://blog.openai.com/generative-models/
 
*https://blog.openai.com/generative-models/
Line 5: Line 9:
 
*https://news.developer.nvidia.com/generating-photorealistic-fake-celebrities-with-artificial-intelligence/
 
*https://news.developer.nvidia.com/generating-photorealistic-fake-celebrities-with-artificial-intelligence/
 
*https://www.theverge.com/2017/10/30/16569402/ai-generate-fake-faces-celebs-nvidia-gan
 
*https://www.theverge.com/2017/10/30/16569402/ai-generate-fake-faces-celebs-nvidia-gan
 +
*Nvidia paper
 
*https://research.nvidia.com/sites/default/files/pubs/2017-10_Progressive-Growing-of/karras2018iclr-paper.pdf
 
*https://research.nvidia.com/sites/default/files/pubs/2017-10_Progressive-Growing-of/karras2018iclr-paper.pdf
 +
*Video explanation
 +
*https://www.youtube.com/watch?v=VrgYtFhVGmg
  
== RNN Story generator from Image ==
+
== RNN Story generator from Images ==
 
*https://github.com/ryankiros/neural-storyteller
 
*https://github.com/ryankiros/neural-storyteller
 +
*https://medium.com/@samim/generating-stories-about-images-d163ba41e4ed
 +
*Problem with theano solved with
 +
*https://askubuntu.com/questions/922309/not-able-to-install-python-dev-because-of-dependencies-on-ubuntu-16-04
 +
 +
*Seems you don't have an important repository in your sources.list enabled.
 +
*Add this line:
 +
*deb http://archive.ubuntu.com/ubuntu/ xenial-updates main universe multiverse
 +
*to /etc/apt/sources.list, then use sudo apt update.
 +
*it should do the trick.
 +
 +
 +
http://www.nltk.org/install.html
 +
 +
Installing Caffe Ubuntu 16.04
 +
https://chunml.github.io/ChunML.github.io/project/Installing-Caffe-Ubuntu/
 +
 +
For CUDA follow Docker internal guide
 +
 +
https://groups.google.com/forum/#!topic/caffe-users/3NHh06RhWd4
 +
 +
*sudo apt-get install python-protobuf

Revision as of 00:47, 20 June 2019