scispace - formally typeset
Search or ask a question
Author

Camel Tanougast

Other affiliations: Paul Verlaine University – Metz, Nancy-Université, Metz  ...read more
Bio: Camel Tanougast is an academic researcher from University of Lorraine. The author has contributed to research in topics: Field-programmable gate array & Encryption. The author has an hindex of 23, co-authored 186 publications receiving 1601 citations. Previous affiliations of Camel Tanougast include Paul Verlaine University – Metz & Nancy-Université.


Papers
More filters
Journal ArticleDOI
TL;DR: A smart fuzzy logic based control system was introduced and improved through specific measure to the temperature and humidity correlation, and the system control was enhanced with wireless data monitoring platform for data routing and logging, which provides real time data access.
Abstract: Greenhouse climate control is complicated procedure since the number of variables involved on it and which are dependent on each other. This paper presents a contribution to integrate greenhouse inside climate key's parameters, leading to promote a comfortable micro-climate for the plants growth while saving energy and water resources. A smart fuzzy logic based control system was introduced and improved through specific measure to the temperature and humidity correlation. As well, the system control was enhanced with wireless data monitoring platform for data routing and logging, which provides real time data access. The proposed control system was experimentally validated. The efficiency of the system was evaluated showing important energy and water saving.

124 citations

Journal ArticleDOI
Mohamed Salah Azzaz, Camel Tanougast1, Said Sadoudi, Rabiai Fellah, Abbas Dandache1 
TL;DR: The designed chaotic system provides complex chaotic attractors and can change its behaviors automatically via a chaotic switching-rule and should be very useful for the consideration of reducing negative influence of dynamical degradation in real-time embedded applications.

76 citations

Journal ArticleDOI
TL;DR: The study of texture features based on grey level co-occurrence matrix (GLCM) as a means for characterizing differences between ASD and development control subjects demonstrates the potential of hippocampal texture features as a biomarker for the diagnosis and characterization of ASD.
Abstract: Emerging evidence suggests the presence of neuroanatomical abnormalities in subjects with autism spectrum disorder (ASD). Identifying anatomical correlates could thus prove useful for the automated diagnosis of ASD. Radiomic analyses based on MRI texture features have shown a great potential for characterizing differences occurring from tissue heterogeneity, and for identifying abnormalities related to these differences. However, only a limited number of studies have investigated the link between image texture and ASD. This paper proposes the study of texture features based on grey level co-occurrence matrix (GLCM) as a means for characterizing differences between ASD and development control (DC) subjects. Our study uses 64 T1-weighted MRI scans acquired from two groups of subjects: 28 typical age range subjects 4–15 years old (14 ASD and 14 DC, age-matched), and 36 non-typical age range subjects 10–24 years old (20 ASD and 16 DC). GLCM matrices are computed from manually labeled hippocampus and amygdala regions, and then encoded as texture features by applying 11 standard Haralick quantifier functions. Significance tests are performed to identify texture differences between ASD and DC subjects. An analysis using SVM and random forest classifiers is then carried out to find the most discriminative features, and use these features for classifying ASD from DC subjects. Preliminary results show that all 11 features derived from the hippocampus (typical and non-typical age) and 4 features extracted from the amygdala (non-typical age) have significantly different distributions in ASD subjects compared to DC subjects, with a significance of p < 0.05 following Holm–Bonferroni correction. Features derived from hippocampal regions also demonstrate high discriminative power for differentiating between ASD and DC subjects, with classifier accuracy of 67.85%, sensitivity of 62.50%, specificity of 71.42%, and the area under the ROC curve (AUC) of 76.80% for age-matched subjects with typical age range. Results demonstrate the potential of hippocampal texture features as a biomarker for the diagnosis and characterization of ASD.

73 citations

Journal ArticleDOI
TL;DR: The adaptive skull stripping algorithm provides robust skull-stripping results, and the tumor area for medical diagnosis was determined by multi-thresholding segmentation (MTS) method which is proposed by Otsu.
Abstract: To isolate the brain from non-brain tissues using a fully automatic method may be affected by the presence of radio frequency non-homogeneity of MR images (MRI), regional anatomy, MR sequences, and the subjects of the study. In order to automate the brain tumor (Glioblastoma) detection, we proposed a novel approach of skull stripping for axial slices derived from MRI. Then, the brain tumor was detected using multi-level threshold segmentation based on histogram analysis. Skull-stripping method, was applied by adaptive morphological operations approach. This is considered an empirical threshold by calculation of the area of brain tissue, iteratively. It was employed on the registration of non-contrast T1-weighted (T1-WI) and its corresponding fluid attenuated inversion recovery sequence. Then, we used multi-thresholding segmentation (MTS) method which is proposed by Otsu. We calculated the performance metrics based on the similarity coefficients for patients (n = 120) with tumor. The adaptive algorithm of skull stripping and MTS of segmented tumors were achieved efficient in preliminary results with 92 and 80 % of Dice similarity coefficient and 0.3 and 25.8 % of false negative rate, respectively. The adaptive skull stripping algorithm provides robust skull-stripping results, and the tumor area for medical diagnosis was determined by MTS.

59 citations

Journal ArticleDOI
TL;DR: Experimental results demonstrate the effectiveness of CNN for the classification of CRC tissue types, in particular when using presegmented regions of interest.

56 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

01 Jan 2016
TL;DR: Perhaps you have knowledge that, people have look hundreds of times for their chosen books like this likelihood based inference in cointegrated vector autoregressive models, but end up in harmful downloads.
Abstract: Thank you very much for downloading likelihood based inference in cointegrated vector autoregressive models. Maybe you have knowledge that, people have look hundreds times for their chosen books like this likelihood based inference in cointegrated vector autoregressive models, but end up in harmful downloads. Rather than reading a good book with a cup of coffee in the afternoon, instead they cope with some malicious bugs inside their desktop computer.

735 citations

01 Jan 2011
TL;DR: The method is suited to online forecasting in many applications and in this paper it is used to predict hourly values of solar power for horizons of up to 36 h, where the results indicate that for forecasts up to 2 h ahead the most important input is the available observations ofSolar power, while for longer horizons NWPs are theMost important input.
Abstract: This paper describes a new approach to online forecasting of power production from PV systems. The method is suited to online forecasting in many applications and in this paper it is used to predict hourly values of solar power for horizons of up to 36 h. The data used is 15-min observations of solar power from 21 PV systems located on rooftops in a small village in Denmark. The suggested method is a two-stage method where first a statistical normalization of the solar power is obtained using a clear sky model. The clear sky model is found using statistical smoothing techniques. Then forecasts of the normalized solar power are calculated using adaptive linear time series models. Both autoregressive (AR) and AR with exogenous input (ARX) models are evaluated, where the latter takes numerical weather predictions (NWPs) as input. The results indicate that for forecasts up to 2 h ahead the most important input is the available observations of solar power, while for longer horizons NWPs are the most important input. A root mean square error improvement of around 35% is achieved by the ARX model compared to a proposed reference model.

585 citations