Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. I’ve been playing around with char-rnn, an open-source torch add-on for character-based neural networks by Andrej Karpathy, using it to generate everything from cookbook recipes to superhero names to a Lovecraft/cookbook mashup.
  2.  
  3. I decided to train the neural network to randomly generate Pokemon names and abilities based on this list as a training set - and found that it was good at generating Pokemon. Annoyingly good at it - by the time it had gone through the training set 50 times, it was already fluently plagiarizing Pokemon word for word. I had to go back to my very first snapshot of the neural network (16 times through the training set), at which point it hadn’t yet learned the entire set of names and abilities, and was still coming up with hilarious new ones.
  4.  
  5. Some sample Pokemon:
  6.  
  7. Quincelax
  8. Abilities: Sturdy, Secene Grace
  9. Hidden ability: Tunged Leus
  10.  
  11. Tortabool
  12. Ability: Healy Stream
  13.  
  14. Strangy
  15. Abilities: Wharmwbra, Darp
  16. Hidden ability: Magic Guard
  17.  
  18. Staroptor
  19. Ability: Stench
  20. Hidden Ability: Stick Hat
  21.  
  22. Stangute
  23. Ability: Banger
  24. Hidden Ability: Drang
  25.  
  26. Tyrnakine
  27. Ability: Beak Eye
  28.  
  29. Minma
  30. Abilities: Buttery armor, Shell Armor
  31. Hidden ability: Weak armor
  32.  
  33. Ronch
  34. Abilities: None
  35.  
  36. Mawuh
  37. Ability: Rum Power
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement