Community Profile

photo

fathi


2015년부터 활동

Followers: 0   Following: 0

연락

통계

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Subtraction of matrix rows
I like to the subtraction of matrix rows .. EX. A = [ 2 3 4; 3 2 3] ... I want the absolute value from substation the first row ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to sum all elements of one vector?
hi every one ; how to sum elements of one vector ; Ex: if C =[ 2;3;4;5] .. D = the summation of all elements in C , D = 14. So h...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I make this operation on two matrixes ?
Hi every body I have two matrixes as : M = [ 2, 8, 12 ] and K = [ 4 ,1 , 5 ]. So How can i get Z = [ 2, 4, 8, 1, 12, 5]. I...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


how to binary classification using SVM
Hi every body I like to ask how can I make binary classification using SVM to 1000 vector with the length of 256 that mean...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How many elements in one row matrix?
I like to know how many elements of one-row matrix./// EX: V = [ 2 3 4 8 6 4 7 9 ], the answer is 8 wich the number of elemen...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How can I use the neural network with variable input length ?
Hello, I would like to create a neural network with different input nodes. How can I change the processing function ( Neurons ...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate the distance between matrixes
Is it possible to determine the Euclidean distance between two matrices with different lengths? %//// Ex: I1 = [4, 3, 5...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


how to find euclidean distance between one vector and many other vectors
Hi I like to calculate Euclidean distance between my first matrix, which contains from one vector, and many other matrices wh...

대략 7년 전 | 답변 수: 2 | 1

2

답변

질문


Collection many vectors in one matrix
hi everybody how can I collect many vectors in one matrix EX: I1 = [ 2 3 4 5 2 ] I2 = [ 6 5 4 3 2] I3 = [ 9 8 7 6 5 ]...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to calculate the average of matrixes with one row?
Good morning ///// I have 40 matrices, each with one row, each matrix composed of 2400 elements ( numbers ). how can I calcula...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


The histogram of matrix based on the sequence
Good morning: I'd like to calculate the histogram based on the sequence in the matrix EX: T = [5 5 5 4 ; 4 4 ...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


summation of rows , then columns in matrix
If I have the matrix as next: /// F = [ 3 4 5 6 2 2; 4 5 2 6 6;8 4 3 6 7 ; 5 6 3 8 5 ] /// /// I like to make the summation of...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


I like to arrange the pixels intensity based on the sequence in the matrix
Good evening. I'd like to arrange the pixels intensity based on the sequence in the matrix EX: Y = [ 5 4 4 2 ; ...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Count the frequent numbers in the matrix based on the sequence in the matrix ?
I like to count the frequent numbers in the matrix based on the sequence in the matrix /// EX: Y = [ 5 4 4 2 ; 6 3 3 1 ;2 4 2 2...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


applying k-fold with Artificial Neural Network
I am trying to employ k-fold with my neural networks. I have a 13 features from 1000 images. (13 *1000 ) dataset , I am trying t...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


convert vector to array ; Ex:
Ex: w = [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ] I like to convert it to g= [1 0 0 0 0 0 0 0 0 0 0 0 0 0 0; 0 2...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how can convert vector to array
how can convert vector to array ; Ex: a = [ 1 2 3 ]; i like to convert it to : d = [ 1 0 0; 0 2 0; ...

8년 초과 전 | 답변 수: 1 | 0

1

답변