Skip to main content

Questions tagged [training]

Training is the part of machine learning whereby a model is "trained" on a define portion of a dataset to learn attributes and statistical features of the data. It's counterparts are called Testing and Validation. After training a model is tested and validated on another portion of the dataset.

0 votes
0 answers
58 views

Given basic elements of a neuron(as below) with a bias value: I learnt that, a bias value allows you to shift the activation function(say sigmoid function) to the left or right, which may be critical ...
overexchange's user avatar
3 votes
0 answers
37 views

We already have (spatial) batch norm and (spatial) layer norm: Why don't we normalize over everything so that each entire activation plane over all batches over all channels gets the benefits of both ...
Chris's user avatar
  • 31
2 votes
0 answers
34 views

i'm working on an implementation of this paper and i have a question. The authors purpose a model (KDE boosting classifier) which works with only n=1 feature and 1 dependent variabile. I'm saying that ...
wolowizard's user avatar
-2 votes
1 answer
106 views

Usecase - Gmail detecting spam format emails is a simple NLP system based on some clear rules. Doesn't rely on artifical neural network. No training involved. Usecase - Gmail predicting auto-...
overexchange's user avatar
4 votes
1 answer
632 views

The concept of a function includes three major components: a set called “domain”, a set called "codomain" and a rule which for each element of a domain points to (puts into a correspondence)...
overexchange's user avatar
2 votes
1 answer
66 views

I’m training a CNN (DenseNet169) for a medical imaging task with ~12,000 training samples using fine-tuning (pretrained on ImageNet). I monitor both training and validation loss/accuracy. What I see ...
Antonio Rossi's user avatar
7 votes
1 answer
103 views

I'm trying to train a CNN model to identify phytoplankton species from a training set. During preprocessing, the images are resized to 224x224, which seems to be stretching or compressing the object ...
Charlottefaf's user avatar
3 votes
1 answer
268 views

I'm working on a binary classification problem using LightGBM with 5-fold cross-validation. My dataset is highly imbalanced, with approximately 1,000 positive samples and 375,000 negative samples. ...
louise_vuitton's user avatar
4 votes
1 answer
59 views

I’m studying the basics of ML and trying to train a random forest model in a .csv dataset which each row contains the values of pixels in the red, green and blue bands (all varying from 0-255 values) ...
Kol Rocket's user avatar
11 votes
4 answers
2k views

I have a neural network with a fixed architecture (let's call it Architecture A). I also have two datasets, Dataset 1 and Dataset 2, both of which are independently and identically distributed (i.i.d.)...
Arvind Kumar Sharma's user avatar
0 votes
0 answers
29 views

I'm fitting a network to predict a delta between eight corresponding 3D points at two timesteps. The model consists of two MLPs with two layers each, with LeakyRELU in between the layers. It takes in ...
zak's user avatar
  • 61
2 votes
0 answers
51 views

I have been reading a paper in which they theoretically showed existence of a Neural network model that can perform a algorithm which involves selection of stencils with 100% accuracy. So they ...
Harambe's user avatar
  • 31
6 votes
1 answer
110 views

The figures below depict validation and training curves for metrics (top row, the lower the better) and losses (bottom row). The last column depicts aggregated metrics/losses from the first two ...
zak's user avatar
  • 61
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
0 votes
0 answers
65 views

I have a question from a test, I managed to solve it, but something feels weird... Prove it is false: If all the samples for Logistic Regression are categorized false, so the training loss is 0. What ...
Analysis_Complex_Study's user avatar

15 30 50 per page
1
2 3 4 5
47