10 results on '"Yasin Kabir"'
Search Results
2. STIMULATE: A System for Real-time Information Acquisition and Learning for Disaster Management.
- Author
-
Md Yasin Kabir, Sergey Gruzdev, and Sanjay Madria
- Published
- 2020
- Full Text
- View/download PDF
3. A Deep Learning Approach for Tweet Classification and Rescue Scheduling for Effective Disaster Management.
- Author
-
Md Yasin Kabir and Sanjay Madria
- Published
- 2019
- Full Text
- View/download PDF
4. EMOCOV: Machine learning for emotion detection, analysis and visualization using COVID-19 tweets
- Author
-
Md. Yasin Kabir and Sanjay Madria
- Subjects
Jaccard index ,Coronavirus disease 2019 (COVID-19) ,Computer Networks and Communications ,Computer science ,media_common.quotation_subject ,Emotion analysis ,Emotion detection ,02 engineering and technology ,Anger ,computer.software_genre ,Article ,Adversarial system ,Machine learning ,0202 electrical engineering, electronic engineering, information engineering ,Twitter Data ,COVID-19 data ,media_common ,Artificial neural network ,business.industry ,Communication ,020206 networking & telecommunications ,Mental health ,Visualization ,Coronavirus ,Data analytics ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,computer ,Topics tracker ,Natural language processing ,Information Systems - Abstract
The adversarial impact of the Covid-19 pandemic has created a health crisis globally all over the world. This unprecedented crisis forced people to lockdown and changed almost every aspect of the regular activities of the people. Thus, the pandemic is also impacting everyone physically, mentally, and economically, and it, therefore, is paramount to analyze and understand emotional responses during the crisis affecting mental health. Negative emotional responses at fine-grained labels like anger and fear during the crisis might also lead to irreversible socio-economic damages. In this work, we develop a neural network model and train it using manually labeled data to detect various emotions at fine-grained labels in the Covid-19 tweets automatically. We present a manually labeled tweets dataset on COVID-19 emotional responses along with regular tweets data. We created a custom Q&A roBERTa model to extract phrases from the tweets that are primarily responsible for the corresponding emotions. None of the existing datasets and work currently provide the selected words or phrases denoting the reason for the corresponding emotions. Our classification model outperforms other systems and achieves a Jaccard score of 0.6475 with an accuracy of 0.8951. The custom RoBERTa Q&A model outperforms other models by achieving a Jaccard score of 0.7865. Further, we present a historical emotion analysis using COVID-19 tweets over the USA including each state level analysis.
- Published
- 2020
5. STIMULATE: A System for Real-time Information Acquisition and Learning for Disaster Management
- Author
-
Sergey Gruzdev, Sanjay Kumar Madria, and M. Yasin Kabir
- Subjects
021110 strategic, defence & security studies ,Situation awareness ,Emergency management ,business.industry ,Computer science ,Deep learning ,Information sharing ,0211 other engineering and technologies ,Cloud computing ,02 engineering and technology ,Python (programming language) ,Machine learning ,computer.software_genre ,WebSocket ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,Artificial intelligence ,User interface ,business ,computer ,computer.programming_language - Abstract
Real-time information sharing and propagation using social media such as Twitter has proven itself as a potential resource to improve situational awareness in a timely manner for disaster management. Traditional disaster management systems work well for analyzing static and historical information. However, they cannot process dynamic streams of data that are being generated in real-time. This paper presents STIMULATE - a System for Real-time Information Acquisition and Learning for Disaster Management that can (1) fetch and process tweets in real-time, (2) classify those tweets into FEMA defined categories for rescue priorities using pre-trained deep learning models and generate useful insights, (3) find FEMA defined stranded people for rescue missions of varying priorities, and (4) provide an interactive web interface for rescue management given the available resources. The STIMULATE prototype is primarily built using the Python Flask framework for web interaction. Additionally, it is deployed in the cloud environment using Hadoop and MongoDB for scalable storage, and on-demand computing for processing extensive social media data. The deep learning models in the STIMULATE prototype use Python Keras and the TensorFlow library. We use Bi-directional Long Short-Term Memory (BLSTM) and Convolutional Neural Network (CNN) for developing the tweet classifier. Further, we use the Python PyWSGI WebSocket server for rescue scheduling operations. We present a deep learning system trained on hurricane Harvey and Irma datasets only. The tweet classifier is evaluated using 15 different disaster datasets. Finally, we present the results of multiple simulations using synthetic data with different sizes to measure the performance and effectiveness of the tweets processor and rescue scheduling algorithm.
- Published
- 2020
6. Selectively Oversampling Difficult Positive Samples from Imbalanced Data for Preprocessing
- Author
-
Jahidul Islam, H M Mostafizur Rahman, Lamia Rukhsara, Md. Yasin Kabir, Sumaiya Kabir, Ayesha Khatun, and Md. Mahin
- Subjects
Computer science ,business.industry ,Pattern recognition ,02 engineering and technology ,Imbalanced data ,020204 information systems ,Outlier ,0202 electrical engineering, electronic engineering, information engineering ,Preprocessor ,Oversampling ,020201 artificial intelligence & image processing ,Artificial intelligence ,Geometric mean ,business - Abstract
Oversampling is a procedure traditionally has been applied to train machine learning classifiers for a better performance in presence of class imbalance. This work suggests a new insight for oversampling imbalanced data. In literature Borderline samples are mainly focused for oversampling. How-ever, because of low number of samples within the positive class a huge percentage of samples can be labeled as Rare and Outliers. These samples are often overlooked by the traditional oversampling methods or the nearest negative samples are often removed to increase positive prediction rate- while sacrificing the negative prediction rate. This work demonstrates that by only oversampling the Borderline, Rare and Outlier samples at different rate, better performance can be achieved than all other pre-processing methods. The proposed method is applied on four datasets- Abalone, CMC, Solar Flare and Seismic Bump, collected from the UCL digital library and compared with four traditional pre-processing methods ADYSYN, SMOTE, Border-line SMOTE 1 and 2 from imbalanced learn toolkit python. The result analysis shows that with fine tuning better performance can be achieved for all known performance measurements: Accuracy, True Positive Rate, True Negative Rate, Geometric Mean, Area Under the Curve measure and F-measure .
- Published
- 2019
7. A Deep Learning Approach for Tweet Classification and Rescue Scheduling for Effective Disaster Management
- Author
-
Sanjay Kumar Madria and Md. Yasin Kabir
- Subjects
Feature engineering ,FOS: Computer and information sciences ,Computer Science - Machine Learning ,Computer science ,0211 other engineering and technologies ,Machine Learning (stat.ML) ,02 engineering and technology ,Machine learning ,computer.software_genre ,Convolutional neural network ,Scheduling (computing) ,Machine Learning (cs.LG) ,Hybrid Scheduling ,Statistics - Machine Learning ,0202 electrical engineering, electronic engineering, information engineering ,Social media ,Social and Information Networks (cs.SI) ,021103 operations research ,Emergency management ,Artificial neural network ,business.industry ,Deep learning ,Computer Science - Social and Information Networks ,020201 artificial intelligence & image processing ,Artificial intelligence ,business ,computer - Abstract
It is a challenging and complex task to acquire information from different regions of a disaster-affected area in a timely fashion. The extensive spread and reach of social media and networks allow people to share information in real-time. However, the processing of social media data and gathering of valuable information require a series of operations such as (1) processing each specific tweet for a text classification, (2) possible location determination of people needing help based on tweets, and (3) priority calculations of rescue tasks based on the classification of tweets. These are three primary challenges in developing an effective rescue scheduling operation using social media data. In this paper, first, we propose a deep learning model combining attention based Bi-directional Long Short-Term Memory (BLSTM) and Convolutional Neural Network (CNN) to classify the tweets under different categories. We use pre-trained crisis word vectors and global vectors for word representation (GLoVe) for capturing semantic meaning from tweets. Next, we perform feature engineering to create an auxiliary feature map which dramatically increases the model accuracy. In our experiments using real data sets from Hurricanes Harvey and Irma, it is observed that our proposed approach performs better compared to other classification methods based on Precision, Recall, F1-score, and Accuracy, and is highly effective to determine the correct priority of a tweet. Furthermore, to evaluate the effectiveness and robustness of the proposed classification model a merged dataset comprises of 4 different datasets from CrisisNLP and another 15 different disasters data from CrisisLex are used. Finally, we develop an adaptive multitask hybrid scheduling algorithm considering resource constraints to perform an effective rescue scheduling operation considering different rescue priorities., Comment: 11 pages
- Published
- 2019
- Full Text
- View/download PDF
8. CancerLinker: Explorations of Cancer Study Network
- Author
-
Tommy Dang, Vinh T. Nguyen, and Yasin Kabir
- Subjects
0301 basic medicine ,Multiple cancer ,Computer science ,business.industry ,Cancer type ,020207 software engineering ,02 engineering and technology ,Computational biology ,03 medical and health sciences ,030104 developmental biology ,Data visualization ,Interaction network ,0202 electrical engineering, electronic engineering, information engineering ,business ,Interactive visualization ,Merge (version control) ,Parallel coordinates - Abstract
Interactive visualization tools are highly desirable to biologist and cancer researchers to explore the complex structures, detect patterns and find out the relationships among bio-molecules responsible for a cancer type. A pathway contains various bio-molecules in different layers of the cell which are responsible for specific cancer type. Researchers are highly interested in understanding the relationships among the proteins of different pathways and furthermore want to know how those proteins are interacting in different pathways for various cancer types. Biologists find it useful to merge the data of different cancer studies in a single network and see the relationships among the different proteins which can help them to detect the common proteins in cancer studies and hence reveal the pattern of interaction of those proteins. We introduce CancerLinker, a visual analytic system that helps researchers to explore cancer study interaction network. We merge twenty-six cancer studies to explore pathway data and bio-molecules relationships that can provide the answers to some significant questions which are helpful in cancer research. CancerLinkeralso helps biologists explore the critical mutated proteins in multiple cancer studies. A bubble graph is constructed to visualize common protein based on its frequency and biological assemblies. Parallel coordinates highlight patterns of patient profiles (obtained from cBioportal by WebAPI services) on different attributes for a specified cancer study.
- Published
- 2017
9. Automated power factor correction and energy monitoring system
- Author
-
Mohammad Monirujjaman Khan, Yasin Kabir, and Yusuf Mohammad Mohsin
- Subjects
Electric power system ,Capacitor ,Computer science ,law ,Energy consumption ,Power factor ,AC power ,Electrical efficiency ,Automotive engineering ,Voltage ,Power (physics) ,law.invention - Abstract
Efficient generation of power at present is crucial as wastage of power is a global concern. Power factor measures a system's power efficiency and is an important aspect in improving the quality of supply. In most power systems, a poor power factor resulting from an increasing use of inductive loads is often overlooked. A power factor correction unit would allow the system to restore its power factor close to unity for economical operation. The advantages of correcting power factor include reduced power system losses, increased load carrying capabilities, improved voltages and much more. The aim of this project is to build an Automatic Power Factor Correction (APFC) Unit, which is able to monitor the energy consumption of a system and automatically improve its power factor. An open source energy monitoring library was implemented in the design for accurate power calculation. The APFC device calculates the reactive power consumed by a system's inductive load and compensates the lagging power factor using capacitance from a capacitor bank.
- Published
- 2017
10. A Technique for MIMO Antenna Design With Flexible Element Number and Pattern Diversity
- Author
-
Yasin Kabiri, Alejandro L. Borja, James R. Kelly, and Pei Xiao
- Subjects
MIMO antenna ,pattern diversity ,isolation reduction ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
This paper presents a new technique for designing multiple-input multiple-output (MIMO) antennas having pattern diversity. Massive MIMO is expected to form a part of 5G communications and will require antennas having a very large number of elements. However, due to the size limitation, it is highly challenging to preserve high isolation between the ports. Pattern diversity technique is also highly desirable and can facilitate MIMO systems with diversity gain. However, achieving that within a compact antenna, where there is limited space between the elements, is also challenging. In this paper, a technique is introduced and applied to four- and six-element MIMO antennas. This technique can improve the isolation between the ports, and it also yields pattern diversity for MIMO antennas with various numbers of elements. The technique is verified via the experimental measurement.
- Published
- 2019
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.