Difference between revisions of "ML links"

From Interaction Station Wiki
Jump to navigation Jump to search
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
*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/
 
 
 
  
  

Revision as of 00:47, 20 June 2019