ankane / tensorflow-ruby

Deep learning for Ruby
Apache License 2.0
373 stars 14 forks source link

string, activation , optimisation etc. #5

Closed sp00ck closed 4 years ago

sp00ck commented 4 years ago

Meybe changing "relu" to :relu this are normal way in Ruby

ankane commented 4 years ago

Hey @sp00ck, thanks for the suggestion. I think either a string or symbol works fine in this case but strings make it easier to port Python examples.