Skip to main content

Questions tagged [hyperparameter]

Hyperparameters of a model are the kind of parameters that cannot be directly learned during training but are set beforehand. Hyperparameters can define, for example, the complexity of the model or its capacity to learn.

3 votes
1 answer
101 views

I have a dataset which I split into training, testing, and out-of-time sets. Then I feed my training set into K Fold CV. I understand that K Fold Cross Validation is used as a method to select the &...
user24758287's user avatar
1 vote
0 answers
52 views

I have an algorithm that trains a binary predictive model for a specified number of features from the dataset (features are all of the same type, but not all important.) Thus, the number of features ...
Roger V.'s user avatar
  • 117
1 vote
2 answers
195 views

I don't really understand the meaning of these xgboost parameters or how they differ: If I specify exactly one of these parameters (not both at the same time), ...
wasa's user avatar
  • 11
1 vote
0 answers
56 views

I am trying to train LSTM model (containing four LSTM layers (500 units each) and three droupouts and a fully connected output layer to do regression) on timeseries data. To start with, I tried to ...
Mahesha999's user avatar
1 vote
0 answers
28 views

I am trying to train LSTM model on a timeseries data with 1.6 million records. I have taken window size of 200. Initially I tried to overfit the model (train data = test data) on tiny dataset (few ...
Mahesha999's user avatar
2 votes
1 answer
189 views

I would like to ask for help with the following. Given the following dataset, which I have split into train and test sets: ...
ProgrammerGnome's user avatar
0 votes
1 answer
239 views

To be honest I'm not 100% sure how much this is purely a coding issue or a data science issue, but I'll take my chances. I've developed a matrix which is a mixture of various hyperparameters, the ...
Dante Saint-Germain's user avatar
0 votes
0 answers
60 views

Could you please inform me if there exists a widget designed for the purpose of conducting hyperparameter optimization? I attempted to locate such a tool, but regrettably, I was unable to find one.
Gerardo's user avatar
0 votes
1 answer
112 views

I am doing an xgboost model for landslides assessment and I am using max_depth as one of my hyperparameters, but I don't understand how does it affect model ...
Omab's user avatar
  • 3
1 vote
1 answer
47 views

Jane trains three different classifiers: Logistic Regression, Decision Tree, and Support Vector Machines on the training set. Each classifier has one hyper-parameter (regularisation parameter, depth-...
Tom's user avatar
  • 11
1 vote
1 answer
745 views

The way I read almost lots of ML advice on these datasets sounds like "You train a model that's randomly chosen hyperparameters first on the training set, then you ignore this bit of the work, ...
Socorro's user avatar
  • 121
0 votes
1 answer
234 views

I have a question regarding the technique/technology which could be applied for the issue: Suppose I have a rule-based tree or decision tree which predicts a variable Y based on variables A,B,C. This ...
DannyV's user avatar
  • 1
0 votes
1 answer
160 views

I am working with a neural network and I want to investigate how different settings affect the loss and standard deviation of the network. I can change various parameters such as the loss function, ...
Chris Ze Third's user avatar
0 votes
1 answer
817 views

Is hyperparameter tuning done on training or validation data set? The post here gives mixed opinion as of whether the training set should be used for hyperparameter tuning. And I would like to know ...
Student's user avatar
  • 421
8 votes
1 answer
3k views

There are various sources on the internet that claim that BERT has a fixed input size of 512 tokens (e.g. this, this, this, this ...). This magical number also appears in the BERT paper (Devlin et al. ...
Mew's user avatar
  • 263

15 30 50 per page
1
2 3 4 5
11