Linked Questions

46 votes
3 answers
125k views

I am training a model (Recurrent Neural Network) to classify 4 types of sequences. As I run my training I see the training loss going down until the point where I correctly classify over 90% of the ...
dins2018's user avatar
  • 463
2 votes
1 answer
4k views

Is the following hypothesis true ? If a simple neural network cannot overfit a single training sample, there is something wrong with its architecture or its implementation. To give you more ...
Xema's user avatar
  • 205
0 votes
1 answer
7k views

I have some troubles trying to set up a multilayer perceptron for binary classification using tensorflow. I have a very large dataset (about 1,5*10^6 examples) each with a binary (0/1) label and 100 ...
Darkobra's user avatar
1 vote
1 answer
3k views

I'm attempting to use a sequence of numbers (of fixed length) in order to predict a binary output (either 1 or 0) using Keras and a recurrent neural network. Each training example/sequence has 10 ...
George Lee's user avatar
1 vote
1 answer
3k views

I am making a CNN with 6 classes. The 8400 training samples are batched into 84 batches of size 100. I run the model and print out the loss after every batch, the loss is always either 0.0 or some ...
aaron ward's user avatar
1 vote
1 answer
3k views

I am trying to train a small MLP in Pytorch. Here is the code for the net: ...
sage's user avatar
  • 11
0 votes
0 answers
4k views

I've trained fitnet network for prediction steel's yield stress with MATLAB ann toolbox. The neural network should predict yield stress. I have about 250 vector ...
r.zarei's user avatar
  • 101
1 vote
1 answer
2k views

I am trying to train a simple neural network for regression, where the underlying function is a quadratic. Training data is generated by this underlying function, and I am just trying to get a network ...
Karnivaurus's user avatar
  • 7,219
1 vote
0 answers
3k views

I'm trying to learn how to use PyTorch and to do so I pulled some Forex + COVID data I've used with other models in the past to predict the next-day exchange rate. The data has some COVID infection ...
Nakul Upadhya's user avatar
0 votes
1 answer
2k views

I am a beginner to CNN and using tensorflow in general. I have been referring to this image classification guide to train and classify my own dataset. I have 84310 images in 42 classes for the train ...
asdj1234's user avatar
2 votes
1 answer
2k views

I'm struggling with my model (below), since despite some hyperparameters tuning i always end with a sudden rise of the loss function and then a 'infinite" plateau. My hypothesis were: -learning ...
Gwénolé's user avatar
3 votes
1 answer
3k views

I am training a network to solve a regression problem using Keras. During training, the loss of my model goes directly from 7 to more than 300000 dramatically. Here is the training output: Here is the ...
SunshineAtNoon's user avatar
2 votes
2 answers
2k views

I'm trying to find patterns in a large dataset using the neuralnet package. My data file looks something like this (30,204,447 rows) : ...
OKS N.'s user avatar
  • 21
1 vote
0 answers
2k views

I have been designing a neural network to perform predictions on construction item costs. I've developed a core set of predictors that seem to describe the problem space well - they appear to be ...
Joel Graff's user avatar
0 votes
0 answers
2k views

I'm using Keras to build and train a recurrent neural network. ...
jeshaitan's user avatar
  • 191

15 30 50 per page
1
2 3 4 5
14