Skip to main content

Questions tagged [matrix]

A matrix is a collection of numbers arranged into a fixed number of rows and columns.

Filter by
Sorted by
Tagged with
4 votes
0 answers
43 views

I am working with vehicle registration data from website . The website provides counts for various combinations of vehicle attributes such as Maker, RTO, Fuel, Category, SubCategory, and Emission. ...
Guru Moorthy's user avatar
7 votes
0 answers
75 views

I am studying how the distances between embeddings evolve during training of a language model. One way to describe this "evolution" is that the k-nearest neighbours of a particular embedding ...
Valentin Calomme's user avatar
4 votes
0 answers
58 views

I've set up a tabular report using the Matrix visualization tool but I couldn't find a way to put the hierarchical datetime period variable into the columns. At the moment it's in the rows as shown ...
Bill's user avatar
  • 163
0 votes
1 answer
42 views

Why is the largest eigenvalue used for eigenvector calculation? What is the significance of using a largest absolute value for the whitening of a picture?
EMKAY's user avatar
  • 105
1 vote
1 answer
53 views

Is there a set of rules or guidelines for designing filters for convolutional neural networks? For example, a 3 x 3 layer with ones in the first column, zeroes in the second, and negative ones in the ...
Joachim Rives's user avatar
0 votes
1 answer
646 views

Can anyone explain why we need to flatten the data before inputting it into a fully-connected layer? What will happen if we input a matrix of size (m,n) into a fully-connected layer that has k ...
Nhan Nguyen's user avatar
-1 votes
1 answer
70 views

I tried to calculate the "filtered" dimension and I seem to be getting it wrong. Below there is the image I am trying to calculate the "filtered" dimension for, where you have 192 ...
Mah Neh's user avatar
1 vote
1 answer
911 views

From my understanding typically a convolutional neural network has a matrix (e.g. an image) as input and output is either an integer or a vector of integers in regression and in classification a ...
sayuri's user avatar
  • 11
1 vote
0 answers
33 views

Question Please help understand why the eigen vectors do not match below. If there are misunderstandings or incorrect place, please correct too. It would be much appreciated. Eigen decomposition ...
mon's user avatar
  • 829
0 votes
1 answer
54 views

I would like to know which journal is an appropriate outlet for the results described below. I recently came across a particular neural-network training algorithm. The algorithm is based on a result ...
Pierre's user avatar
  • 1
1 vote
1 answer
836 views

Input Matrix: A B C D E A 1 - - - - B - 1 - - - C - - 1 - - D - - - 1 - E - - - - 1 ...
Roel Van de Paar's user avatar
1 vote
1 answer
86 views

I have a dataset of drugs represented as a graph, each of which is described by three non-square matrices: edge index (A), an 2xe matrix, where e are the bonds of the molecule, the first line ...
Gianmarco Luchetti 's user avatar
0 votes
1 answer
254 views

I am dealing with a data matrix in which most of the variables are binary or multilevel response. I would like to perform the MDS algorithm and for that, I need to calculate the distance matrix first. ...
PicaR's user avatar
  • 334
0 votes
1 answer
126 views

I wanna implement the back-propagation algorithm in python with the next code ...
Al.Vioky's user avatar
0 votes
1 answer
136 views

I'm currently going through issues in terms of acquiring multiple images at once to convert them to a vector for calculating the cosine distance to get similarity between say an image from the ...
Is land's user avatar
  • 11

15 30 50 per page
1
2 3 4 5