Advertisement
Guest User

Untitled

a guest
Mar 10th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.55 KB | None | 0 0
  1.                    'encoders': { '_classifierInput': { 'classifierOnly': True,
  2.                                                                          'clipInput': True,
  3.                                                                          'fieldname': 'x_Response', #'Error',
  4.                                                                          'maxval': 0.4, #NECESSARY?
  5.                                                                          'minval': -0.2, #NECESSARY?
  6.                                                                          'n': 275, #115
  7.                                                                          'name': '_classifierInput',
  8.                                                                          'type': 'DeltaEncoder', #RIGHT?
  9.                                                                          'w': 21},
  10.                                                    u'x_Response': { 'clipInput': True,
  11.                                                                   'fieldname': 'x_Response',
  12.                                                                   'maxval': 0.4, #NECESSARY?
  13.                                                                   'minval': -0.2, #NECESSARY?
  14.                                                                   'n': 275, #29
  15.                                                                   'name': 'x_Response',
  16.                                                                   'type': 'DeltaEncoder', #RIGHT?
  17.                                                                   'w': 21},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement