kieranbrowne / clojure-tensorflow

An extremely light layer over TensorFlow's Java api
Eclipse Public License 1.0
112 stars 18 forks source link

Is the RNN example really a recurrent neural network? #1

Open atroche opened 7 years ago

atroche commented 7 years ago

I'm not an expert, but it looks like it's a feedforward neural network. Am I missing something? In any case, keep up the good work! So glad this code exists.

kieranbrowne commented 7 years ago

Hi @atroche, Yikes possibly not, thats awkward. Good catch, I'll rewrite asap. Thanks for being nice about how you pointed that out. As you can probably tell this lib is ultra-alpha. For something more primetime, checkout Cortex. Cheers