Difference between revisions of "ML links"

From Interaction Station Wiki
Jump to navigation Jump to search
Line 1: Line 1:
  
 
*https://tangzhenyu.github.io/deep_learning/2015/01/09/fun-with-deep-learning.html
 
*https://tangzhenyu.github.io/deep_learning/2015/01/09/fun-with-deep-learning.html
 +
 +
== RNNs with Darknet ==
 +
 +
*Getting some calculated weights from several writers:
 +
 +
wget https://pjreddie.com/media/files/shakespeare.weights
 +
 +
wget https://pjreddie.com/media/files/kant.weights
 +
 +
wget https://pjreddie.com/media/files/shakespeare.weights
 +
 +
wget https://pjreddie.com/media/files/shakespeare.weights
 +
 +
 +
*Generating new text
 +
cd darknet
 +
./darknet rnn generate cfg/rnn.cfg shakespeare.weights -srand 0
 +
 +
*Parameters:
 +
-srand N -> N determines the random seed
 +
-
 +
*More info:
 +
*https://pjreddie.com/darknet/rnns-in-darknet/
 +
 +
  
 
== Tutorial generative models ==
 
== Tutorial generative models ==

Revision as of 21:19, 3 January 2019

RNNs with Darknet

  • Getting some calculated weights from several writers:
wget https://pjreddie.com/media/files/shakespeare.weights
wget https://pjreddie.com/media/files/kant.weights
wget https://pjreddie.com/media/files/shakespeare.weights
wget https://pjreddie.com/media/files/shakespeare.weights


  • Generating new text
cd darknet
./darknet rnn generate cfg/rnn.cfg shakespeare.weights -srand 0
  • Parameters:
-srand N -> N determines the random seed
-


Tutorial generative models

Nvidia Fake Celebrities Generation

RNN Story generator from Images

  • 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