photo

BERGHOUT Tarek


University of Batna-2 Algeria

Last seen: 6 mois il y a Actif depuis 2018

Followers: 3   Following: 0

Message

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

Statistiques

All
MATLAB Answers

3 Questions
47 Réponses

File Exchange

31 Fichiers

Cody

0 Problèmes
8 Solutions

RANG
1 720
of 300 364

RÉPUTATION
40

CONTRIBUTIONS
3 Questions
47 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
6

RANG
561 of 20 934

RÉPUTATION
3 155

CLASSEMENT MOYEN
4.40

CONTRIBUTIONS
31 Fichiers

TÉLÉCHARGEMENTS
86

ALL TIME TÉLÉCHARGEMENTS
26813

RANG
44 569
of 168 407

CONTRIBUTIONS
0 Problèmes
8 Solutions

SCORE
90

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A résolu


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

plus de 6 ans il y a

A résolu


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...

plus de 6 ans il y a

A résolu


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...

plus de 6 ans il y a

A résolu


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...

plus de 6 ans il y a

A résolu


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]; ...

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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 ...

plus de 6 ans il y a