josephwilk/creative-machine

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rvmrc
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
data/haiku.txt
data/learning/ranked_haikus.json
data/lookup.json
data/lookup_dictionary.json
data/phonemeicon.json
data/poems.txt
data/weights/evaluator.wts
lib/creative/machine/haiku.rb43
A
0 mins
lib/creative/machine/poem_evaluator.rb28
A
0 mins
lib/creative/machine/poet.rb58
A
0 mins
lib/creative/machine/poet_engine/evolution/crossover.rb35
A
0 mins
lib/creative/machine/poet_engine/evolution/mutator.rb43
A
0 mins
lib/creative/machine/poet_engine/grammer_checker.rb31
A
0 mins
lib/creative/machine/poet_engine/lexicon.rb74
A
2 hrs
lib/creative/machine/poet_engine/neural_network.rb33
A
0 mins
lib/creative/machine/poet_engine/neural_network/binary_helper.rb17
A
0 mins
lib/creative/machine/poet_engine/neural_network/phoneme_encoder.rb57
A
0 mins
lib/creative/machine/poet_engine/neural_network/poem_encoder.rb36
A
0 mins
lib/creative/machine/poet_engine/neural_network/syllable_encoder.rb90
A
1 hr
lib/creative/machine/poet_engine/phonemes.rb16
A
0 mins
lib/creative/machine/poet_engine/rhymer.rb43
A
0 mins
lib/creative_machine.rb6
A
0 mins
spec_integration/fixtures/evaluator.cf
spec_integration/fixtures/evaluator.wts
spec_integration/poet_spec.rb11
A
0 mins
spec_integration/rhymer_spec.rb12
A
0 mins
spec_integration/spec_helper.rb9
A
0 mins
tasks/learn.rb28
A
0 mins
tasks/lexicon.rb130
A
40 mins