Community Profile

photo

BERGHOUT Tarek


University of Batna-2 Algeria

Last seen: circa 2 mesi fa Attivo dal 2018

I work on developing machine learning algorithms for CONDITION MONITORING of systems, PREDICTIVE MAINTENANCE, and CYBERSECURITY.

Programming Languages:
MATLAB
Spoken Languages:
English, Arabic
Pronouns:
No pronouns - Use my name only
Professional Interests:
AI for Signals and Images

Statistiche

All
  • Personal Best Downloads Level 5
  • 5-Star Galaxy Level 5
  • First Review
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • Revival Level 3
  • First Answer

Visualizza badge

Content Feed

Visto da

Risolto


convert matrix to single column
given any matrix, convert it to single column

circa 5 anni fa

Risolto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

circa 5 anni fa

Risolto


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

circa 5 anni fa

Risolto


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

circa 5 anni fa

Risolto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

circa 5 anni fa

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

circa 5 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 5 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 5 anni fa