
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:
AI for Signals and Images
Statistics
RANK
1,380
of 277,639
REPUTATION
40
CONTRIBUTIONS
3 Questions
48 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
6
RANK
637 of 18,784
REPUTATION
2,706
AVERAGE RATING
4.20
CONTRIBUTIONS
29 Files
DOWNLOADS
226
ALL TIME DOWNLOADS
22638
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
PrognosEase
A data generator for health deterioration prognosis
4 months ago | 3 downloads |

Submitted
NAHL: a Neural network with an Augmented Hidden Layer
An interesting new architecture for artificial neural networks
5 months ago | 5 downloads |

Submitted
New CMAPSS dataset (2021): Preparation & application example
MATLAB codes from data preparation to RUL prediction.
5 months ago | 10 downloads |

Submitted
Recurrent Expansion with Multiple Repeats (REMR)
A new representation learning algorithm for machine learning
11 months ago | 2 downloads |

Submitted
Aircraft Engines Remaining Useful Life Prediction
Aircraft Engines Remaining Useful Life Prediction with an Improved Online Sequential Extreme Learning Machine
1 year ago | 7 downloads |
Submitted
PRONOSTIA-FEMTO dataset: Preparation & application examples
This preparation is intended for those not skilled in "signal processing ".
1 year ago | 9 downloads |

Question
loading/Importing a Large ".csv" file in MATLAB ?
I want to upload a single ".csv" file with the size of 35 GB at once in MATLAB. I'am using I5 PC with 8.00 RAM memory. Please, I...
1 year ago | 0 answers | 0
0
answersSubmitted
Training a deep net with OSELM
This algorithm is a basic example that will help to construct a deep belief neural network with Extreme Learning Machine rules ...
2 years ago | 5 downloads |

Submitted
Can we predict from the hidden layer of the neural network?
A new original autoencoder that allows hiding labels inside the hidden layer for later prediction has been developed
2 years ago | 2 downloads |

Submitted
Sparse Autoencoder
These codes returns a fully traned Sparse Autoencoder
2 years ago | 2 downloads |

Submitted
Denoising scheme for the training a feedforward neural net
Removing noise from noisy data to enhance prediction accuracy
2 years ago | 1 download |

Submitted
Denoising Autoencoder
In this code a full version of denoising autoencoder is presented.
2 years ago | 15 downloads |

Submitted
Regularized Length Changeable Extreme Learning Machine
a new variants of ELM that address incremental learning and L2 norm regularization.
3 years ago | 1 download |

Submitted
Restricted Boltzmann Machine
contrastive divergence for training an RBM is presented in details.
3 years ago | 9 downloads |

Submitted
Convolutional neural networks CNNs based ELM
a full version of local receptive field Convolutional neural network is presented in this toolbox.
3 years ago | 7 downloads |

Submitted
extreme learning machine with Sub-nets (classify or predict)
a single hidden layers feedforword network traind using sub_networks in the hidden noeds
3 years ago | 1 download |

Submitted
discover our first extreme learning machine gui toolbox
the most complicated and well known variants of ELM are presented in this tool box
3 years ago | 3 downloads |

Submitted
training of sparse neural network
Training of single hidden layer feedforward network for classification and regression based on L1 norm optimization.
3 years ago | 3 downloads |

Submitted
Backpropagation for training an MLP
this code returns a fully trained MLP for regression using back propagation of the gradient. I dedicate this work to my son :"Lo...
3 years ago | 50 downloads |

Submitted
Extreme Learning Machine for classification and regression
a single hidden layer feed-forward network for regression or classification Trained based on ELM.
3 years ago | 31 downloads |

Submitted
Autoencoders (Ordinary type)
the function returns a fully trained auto-encoder based ELM
3 years ago | 17 downloads |

Submitted
A New Training Scheme for Restricted Boltzmann Machines
simple tricks to train an RBM
3 years ago | 1 download |

Submitted
Multi-Scale Ensemble Extreme Learning Machine for regression
A very very simple trick to enhance multilayer Neural network learning for regression
3 years ago | 6 downloads |

Submitted
RUL prediction (C-MAPSS dataset)
Dynamic Adaptation for Length Changeable Weighted Extreme Learning Machine
3 years ago | 8 downloads |

Submitted
PSO for training a regular Autoencoder.
we used particle swarm optimization (PSO) for training an Autoencoder.
4 years ago | 6 downloads |

Submitted
Basic learning rules for Rosenblatt perceptron
In these codes we introduce in details the basic learning rules of Rosenblatt perceptron.
4 years ago | 1 download |

Submitted
Contractive autoencoders
in these codes a set of functions created to fully train a Contractive Autoencoder.
4 years ago | 3 downloads |

How to build a not fully-connected neural network step-by-step?
you mean like this one, your question is big , i did it once; but i can give you refrences : read about ELM-LRF
4 years ago | 0
Unknown Future Prediction by Using ANN
I attached this file ,use this function it is great for norlmalization, but befor you normalize your data between 0 and 1 , i me...
4 years ago | 0
| accepted
I want to split my data using 10-cross validation and then train the model using the nntoolbox how can I do this?
try this on iy will help you : divideint
4 years ago | 0