clojure-tensorflow
clojure-tensorflow copied to clipboard
An extremely light layer over TensorFlow's Java api
I updated the TensorFlow version from 1.2.0 to 1.15.0. The tests initially failed. I fixed them simply substituting the `to-array` fn for `into-array` fn in the outer array conversion in...
Hi. I was trying to work though your example here: https://github.com/kieranbrowne/clojure-tensorflow/blob/master/examples/rnn/src/rnn/core.clj#L29 however I hit the error of `Unable to resolve symbol: conversion-map in this context`. I guessed at a alternative...
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.