python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
What is the code for Logistic Regression and MLP
I am trying to use AutoSklearn with a specific list of algorithms
Logistic Regression
Random Forest
Gaussian NB
SVC
ADA
MLP
I know I can use these parameters.
mdl = autosklearn.classification.AutoSkl...

asmgx
Votes: 0
Answers: 1
How to add two new dimensions to the input feature before the last two layers in MLP
Initially we had an MLP of multiple layers. We had an input embedding of 200 dimension. We now want to add two more dimensions to the original embedding to encode two important features. But as the or...
Leonard
Votes: 0
Answers: 1
MLP Classifier in SKlearn to include "softmax" activation
I am trying to fit MLP model but I would like to use 'SOFTMAX' as an output layer. Could you please let me know how can I incorporate the same?
Add
Votes: 0
Answers: 1
How do I use a single neuron layer in the multiple layers of a multilayer network?
Is it conceptually wrong to put a layer of multiple neurons after a single layer of neurons? if yes, How do I use this single neuron layer in the multiple layers of a multilayer network?
model = S...
zahra moradi
Votes: 0
Answers: 1