SMART-Learner is a machine learning library built with researchers in mind.
BSD 3-Clause "New" or "Revised" License
10
stars
4
forks
source link
The type of inputs and target symbolic variables should be guessed from the data. #32
Closed
havaeimo closed 9 years ago
Right now, if I have a 4D numpy array as inputs, I need to do this:
self.symb_inputs = theano.tensor.tensor4(name=self.name)