Skip to main content

Questions tagged [validation]

6 votes
1 answer
292 views

I have two strings that represent two institutions. For instance, a1="University of Milan" a2="University Milan" or ...
robertspierre's user avatar
3 votes
0 answers
48 views

Situation: I want to compare the performance of two models on the same task. I have a dataset of around 400 manually curated samples. The task is relatively niche (targeted sentiment analysis on ...
Kelly's user avatar
  • 31
1 vote
0 answers
53 views

I'm preparing my first paper in computer vision, which presents a hybrid pipeline combining deep learning with classical techniques. The training process is fully automated across datasets, except for ...
guest_on_the_fence's user avatar
8 votes
2 answers
368 views

What is the conclusion from this Accuracy / Loss plot for Train and Validation ? It seems, that the best results for Validation are after few (5) epochs. Also I'm not comfortable how the Loss and ...
Michael D's user avatar
  • 209
0 votes
0 answers
36 views

I am working on 6D pose tracking, where the goal is to estimate how 3D position and orientation of an object changes from frame t-1 to t. Train/validation datasets are synthetic and come from a single ...
zak's user avatar
  • 61
4 votes
2 answers
83 views

I'm training a speech recognition model using the Nvidia Nemo framework. Just results with the small fastconformer model and two dozen iterations are pretty good; for my data I would say they are ...
comodoro's user avatar
  • 143
1 vote
0 answers
26 views

I have a question about how Keras handles validation. I have a pre-trained model (ResNet34 with a U-NET architecture) and want to train on a custom dataset for binary segmentation. I created a ...
Alexander Margaris's user avatar
1 vote
0 answers
29 views

I am working on an image recognition algorithm to classify images of starch granules to their source plant species. My model right now has 10 classes (plant species). Each class is trained with 600 ...
Steven Andrew's user avatar
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
2 votes
1 answer
575 views

I have a transformer network that is trained on time series data. The task is to predict if a variable will increase a certain percentage in the next 7 days. The input is data from the 90 previous ...
QCQCQC's user avatar
  • 123
0 votes
2 answers
66 views

here is the code that got me this, please i need an advise on what to do to correct this. ...
Michael Oyeboade's user avatar
0 votes
0 answers
36 views

First I set aside about 15% of my data as test data. Then, I used tensorflow.keras to create a relatively simple neural net model. Then I set the model.fit() parameter validation_split=0.2, so 20% of ...
Alex's user avatar
  • 1
0 votes
0 answers
26 views

I am training a resnet50-based model using transfer learning. My dataset has 10 classes and about 10 occurrences per class, so it is very small. The training loss is decreasing steadily to 0.07 for ...
ml_nnoobb's user avatar
0 votes
1 answer
96 views

I know that we should use the validation set to perform hyperparameter tuning and that test dataset is not anymore really the test if it is used for hyperparameter tuning. But is this a problem if i ...
John B's user avatar
  • 1

15 30 50 per page
1
2 3 4 5