
BERGHOUT Tarek
University of Batna-2 Algeria
Tarek Berghout received his M.Sc. and Ph.D. degrees in Industrial Informatics and Manufacturing from University of Batna 2, Algeria in 2015 and 2021, respectively. Dr. Berghout research interests include condition monitoring of industrial processes and cybersecurity while using machine learning tools.. ResearchGate profile: https://www.researchgate.net/profile/Berghout-Tarek Hobbies: Gardening; Photography; Photoshop.
MATLAB
Spoken Languages:
Arabic, English, French
Professional Interests:
Machine Learning and Deep Learning
Statistics
RANK
1,316
of 273,104
REPUTATION
40
CONTRIBUTIONS
3 Questions
48 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
6
RANK
657 of 18,445
REPUTATION
2,604
AVERAGE RATING
4.20
CONTRIBUTIONS
29 Files
DOWNLOADS
269
ALL TIME DOWNLOADS
21666
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
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...
4 years ago
Solved
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...
4 years ago
Solved
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...
4 years ago
Solved
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]; ...
4 years ago
Solved
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 ...
4 years ago