Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Yara Rizk is active.

Publication


Featured researches published by Yara Rizk.


Procedia Computer Science | 2015

A MapReduce Cortical Algorithms Implementation for Unsupervised Learning of Big Data

Nadine Hajj; Yara Rizk; Mariette Awad

In the big data era, the need for fast robust machine learning techniques is rapidly increasing. Deep network architectures such as cortical algorithms are challenged by big data problems which result in lengthy and complex training. In this paper, we present a distributed cortical algorithm implementation for the unsupervised learning of big data based on a combined node-data parallelization scheme. A data sparsity measure is used to divide the data before distributing the columns in the network over many computing nodes based on the MapReduce framework. Experimental results on multiple datasets showed an average speedup of 8.1× compared to serial implementations.


Procedia Computer Science | 2015

On the Distributed Implementation of Unsupervised Extreme Learning Machines for Big Data

Yara Rizk; Mariette Awad

Abstract The emergence of the big data problem has pushed the machine learning research community to develop unsupervised, distributed and computationally efficient learning algorithms to benefit from this data. Extreme learning machines (ELM) have gained popularity as a neuron based architecture with fast training time and good generalization. In this work, we parallelize an ELM algorithm for unsupervised learning on a distributed framework to learn clustering models from big data based on the unsupervised ELM algorithm proposed in the literature. We propose three approaches to do so: 1) Parallel US-ELM which simply distributes the data over computing nodes, 2) Hierarchical US-ELM which hierarchically clusters the data and 3) Ensemble US- ELM which is an ensemble of weak ELM models. The algorithms achieved faster training times compared to their serial counterparts and generalized better than other clustering algorithms in the literature, when tested on multiple datasets from UCI.


mediterranean electrotechnical conference | 2014

Face2Mus: A facial emotion based Internet radio tuner application

Yara Rizk; Maya H. Safieddine; David Matchoulian; Mariette Awad

We propose in this paper, Face2Mus, a mobile application that streams music from online radio stations after identifying the users emotions, without interfering with the devices usage. Face2Mus streams songs from online radio stations and classifies them into emotion classes based on audio features using an energy aware support vector machine (SVM) classifier. In parallel, the application captures images of the users face using the smartphone or tablets camera and classifying them into one of three emotions, using a multiclass SVM trained on facial geometric distances and wrinkles. The audio classification based on regular SVM achieved an overall testing accuracy of 99.83% when trained on the Million Song Dataset subset, whereas the energy aware SVM exhibited an average degradation of 1.93% when a 59% reduction in the number of support vectors (SV) is enforced. The image classification achieved an overall testing accuracy of 87.5% using leave one out validation on a home-made image database. The overall application requires 272KB of storage space, 12 to 24 MB of RAM and a startup time of approximately 2 minutes. Aside from its entertainment potentials, Face2Mus has possible usage in music therapy for improving peoples well-being and emotional status.


international symposium on neural networks | 2014

An ordinal kernel trick for a computationally efficient support vector machine

Yara Rizk; Nicholas Mitri; Mariette Awad

A principled approach to machine learning (ML) problems because of its mathematical foundations in statistical learning theory, support vector machines (SVM), a non-parametric method, require all the data to be available during the training phase. However, once the model parameters are identified, SVM relies only, for future prediction, on a subset of these training instances, called support vectors (SV). The SVM model is mathematically written as a weighted sum of these SV whose number, rather than the dimensionality of the input space, defines SVMs complexity. Since the final number of these SV can be up to half the size of the training dataset, SVM becomes challenged to run on energy aware computing platforms. We propose in this work Knee-Cut SVM (KCSVM) and Knee-Cut Ordinal Optimization inspired SVM (KCOOSVM) that use a soft trick of ordered kernel values and uniform subsampling to reduce SVMs prediction computational complexity while maintaining an acceptable impact on its generalization capability. When tested on several databases from UCL KCSVM and KCOOSVM produced promising results, comparable to similar published algorithms.


discovery science | 2018

Barricaded Boundary Minority Oversampling LS-SVM for a Biased Binary Classification

Hmayag Partamian; Yara Rizk; Mariette Awad

Classifying biased datasets with linearly non-separable features has been a challenge in pattern recognition because traditional classifiers, usually biased and skewed towards the majority class, often produce sub-optimal results. However, if biased or unbalanced data is not processed appropriately, any information extracted from such data risks being compromised. Least Squares Support Vector Machines (LS-SVM) is known for its computational advantage over SVM, however, it suffers from the lack of sparsity of the support vectors: it learns the separating hyper-plane based on the whole dataset and often produces biased hyper-planes with imbalanced datasets. Motivated to contribute a novel approach for the supervised classification of imbalanced datasets, we propose Barricaded Boundary Minority Oversampling (BBMO) that oversamples the minority samples at the boundary in the direction of the closest majority samples to remove LS-SVM’s bias due to data imbalance. Two variations of BBMO are studied: BBMO1 for the linearly separable case which uses the Lagrange multipliers to extract boundary samples from both classes, and the generalized BBMO2 for the non-linear case which uses the kernel matrix to extract the closest majority samples to each minority sample. In either case, BBMO computes the weighted means as new synthetic minority samples and appends them to the dataset. Experiments on different synthetic and real-world datasets show that BBMO with LS-SVM improved on other methods in the literature and motivates follow on research.


Neurocomputing | 2018

On extreme learning machines in sequential and time series prediction: A non-iterative and approximate training algorithm for recurrent neural networks

Yara Rizk; Mariette Awad

Abstract Recurrent neural networks (RNN) are a type of artificial neural networks (ANN) that have been successfully applied to many problems in artificial intelligence. However, they are expensive to train since the number of learned weights grows exponentially with the number of hidden neurons. Non-iterative training algorithms have been proposed to reduce the training time, mainly on feedforward ANN. In this work, the application of non-iterative randomized training algorithms to various RNN architectures, including Elman RNN, fully connected RNN, and long short-term memory (LSTM), are investigated. The mathematical formulation and theoretical computational complexity of the proposed algorithms are presented. Finally, their performance is empirically compared to other iterative RNN training algorithms on time series prediction and sequential decision-making problems. Non-iteratively-trained RNN architectures showed promising results as significant training speedup of up to 99%, and improved repeatability were achieved compared to backpropagation-trained RNN. Although the decrease in prediction accuracy was found to be statistically significant based on Friedman and ANOVA testing, some applications like real-time embedded systems can tolerate and make use of that.


Neural Computing and Applications | 2018

A subjectivity classification framework for sports articles using improved cortical algorithms

Nadine Hajj; Yara Rizk; Mariette Awad

AbstractThe enormous number of articles published daily on the Internet, by a diverse array of authors, often offers misleading or unwanted information, rendering activities such as sports betting riskier. As a result, extracting meaningful and reliable information from these sources becomes a time-consuming and near impossible task. In this context, labeling articles as objective or subjective is not a simple natural language processing task because subjectivity can take several forms. With the rise of online sports betting due to the revolution in Internet and mobile technology, an automated system capable of sifting through all these data and finding relevant sources in a reasonable amount of time presents itself as a desirable and marketable product. In this work, we present a framework for the classification of sports articles composed of three stages: The first stage extracts articles from web pages using text extraction libraries, parses the text and then tags words using Stanford’s parts of speech tagger; the second stage extracts unique syntactic and semantic features, and reduces them using our modified cortical algorithm (CA)—hereafter CA*—while the third stage classifies these texts as objective or subjective. Our framework was tested on a database containing 1000 articles, manually labeled using Amazon’s crowdsourcing tool, Mechanical Turk; and results using CA, CA*, support vector machines and one of its soft computing variants (LMSVM) as classifiers were reported. A testing accuracy of 85.6% was achieved on a fourfold cross-validation with a 40% reduction in features using CA* that was trained using an entropy weight update rule and a cross-entropy cost function.


international symposium on neural networks | 2013

A local mixture based SVM for an efficient supervised binary classification

Yara Rizk; Nicholas Mitri; Mariette Awad


IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing | 2018

Toward Real-Time Seismic Feature Analysis for Bright Spot Detection: A Distributed Approach

Yara Rizk; Hmayag Partamian; Mariette Awad


Applied Computing and Informatics | 2018

Deep belief networks and cortical algorithms: A comparative study for supervised classification

Yara Rizk; Nadine Hajj; Nicholas Mitri; Mariette Awad

Collaboration


Dive into the Yara Rizk's collaboration.

Top Co-Authors

Avatar

Mariette Awad

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Nadine Hajj

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Nicholas Mitri

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Hadi S. Jomaa

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Hmayag Partamian

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Ammar Nayal

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

David Matchoulian

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Maya H. Safieddine

American University of Beirut

View shared research outputs
Top Co-Authors

Avatar

Edward Tunstel

Johns Hopkins University

View shared research outputs
Researchain Logo
Decentralizing Knowledge