XBNet
XBNet copied to clipboard
Can i use your implementation in a non interactive way?
I just think that is little weird to introduce manually (or interactively) the number of layers and other hyperparameters.
+1
+1000
+1000000
So I found how to do this in the code
when initialising the model you need to set the paramaters
- input_through_cmd = True
- inputs_for_gui= [list of dimensions]
Example: model = XBNETClassifier(X_train,y_train, num_layers = 2, input_through_cmd = True, inputs_for_gui=[11,11,11,11,3])
This is a model of 4 hidden layers of 11 neurons each with "None" (3) output layer