Skip to main content

Questions tagged [neural-networks]

Questions involving defining, training, executing, importing and exporting neural networks.

3 votes
1 answer
75 views

I'm trying to train a network on unshuffled data in a specific order (I know this is really bad for accuracy, it's for an experiment). Does anyone know if NetTrain shuffles training data automatically ...
CuberSeeb's user avatar
1 vote
0 answers
66 views

I am unable to determine where this error is coming from: AttentionLayer::netmissio: Net specified for the scoring net (argument 1) is missing required input port Query. ...
Michel Mesedahl's user avatar
6 votes
5 answers
340 views

I have data in a text file in the form of: {5,15,23,28,36}->{2,8,10,14,27} I would like to convert it to this form ...
Michel Mesedahl's user avatar
2 votes
0 answers
96 views

When using one of the models from the Wolfram net repository, is there an easy way to change the length of the embedding vector throughout the model in order to train the model using an alternate ...
user90346's user avatar
  • 415
0 votes
1 answer
159 views

The output from a neural net wants to be W.Transpose[W]+b. Back-to-back Linear one without bias is close, but the weight matrices will be different. Is there a way of accomplishing the desired net?
user90346's user avatar
  • 415
0 votes
0 answers
94 views

To get VAE interpolation I need decoder and encoder to be combined. Can you make a suggestion? ...
aynaz's user avatar
  • 11
0 votes
1 answer
473 views

I know Mathematica does not have an Autograd function for differentiating a neural network with respect to its input. Has any one tried an implementation PINNs for solving PDEs in mathematics? Many ...
Moe's user avatar
  • 21
1 vote
0 answers
78 views

I would like to run sam2: https://github.com/facebookresearch/segment-anything-2. Does ServiceConnect allow us to connect to meta.ai or llama 3.1 to do things like ...
user5601's user avatar
  • 3,870

15 30 50 per page
1
2 3 4 5
40