23 skills found
feargalr / DemovirTaxonomic classification of viruses at Order and Family level
Moeinh77 / Virus DNA Classification BERTClassification of 6 viruses including covid-19 based on their DNA sequences using Transformers
rajeshmore1 / Capstone Project 2Corona Virus Sentiment Analysis.This challenge asks you to build a classification model to predict the sentiment of COVID-19 tweets.The tweets have been pulled from Twitter and manual tagging has been done then.
DMnBI / ViBEViBE: a hierarchical BERT model to identify viruses using metagenome sequencing data
bioinfoUQAM / CASTOR KRFEAlignment-free method to identify and analyse discriminant genomic subsequences within pathogen sequences
houndry / VanjariVanjari is a tool for the classification of viruses using neural networks
christopher-riccardi / VirgoAccurate ICTV virus classification using the bidirectional subsethood of shared marker profiles
Jawad-Dar / Jaya Honey Badger Optimization Based Deep Neuro Fuzzy Network Structure For Detection Of Covid 19 The Covid-19 virus is fast spreading disease in globally, which threateness billions of human begins. In this paper, Jaya Honey Badger Optimization-based Deep Neuro Fuzzy Network (JHBO-based DNFN) is introduced for Covid-19 prediction by audio signal. Here, Covid-19 prediction is done using DNFN, and it is trained by developed JHBO algorithm. The developed JHBO-based DNFN is outperformed than other existing methods testing accuracy, sensitivity and specificity of 0.9176, 0.9218 and 0.9219. The Covid-19 prediction process is more indispensable to handle the spread and death occurred rate because of Covid-19. However, early and precise prediction of Covid-19 is more difficult, because of different sizes and resolutions of input image. An effective Covid-19 detection technique is introduced based on hybrid optimization driven deep learning model. The Deep Neuro Fuzzy network (DNFN) is used for detecting Covid-19, which classifies the feature vector as Covid-19 or non Covid-19. Moreover, the DNFN is trained by devised Jaya Honey Badger Optimization (JHBO) approach, which is introduced by combining Honey Badger optimization Algorithm (HBA) and Jaya algorithm. The developed JHBO-based DNFN is outperformed than other existing methods testing accuracy, sensitivity and specificity of 0.9176, 0.9218 and 0.9219. Covid-19 is respiratory disease, which is usually produced by Severe Acute Respiratory Syndrome Coronavirus-2 (SARS-CoV-2). However, it is more indispensable to detect the positive cases for reducing further spread of virus, and former treatment of affected patients. An effectual Covid-19 detection model using devised Jaya Honey Badger Optimization-based Deep Neuro Fuzzy Network (JHBO-based DNFN) is developed in this paper. Here, the audio signal is considered as input for detecting Covid-19. The gaussian filter is applied to input signal for removing the noises and then feature extraction is performed. The substantial features, like spectral roll-off, spectral bandwidth, Mel frequency cepstral coefficients (MFCC), spectral flatness, zero crossing rate, spectral centroid, mean square energy and spectral contract are extracted for further processing. Finally, DNFN is applied for detecting Covid-19 and the deep leaning model is trained by designed JHBO algorithm. Accordingly, the developed JHBO method is newly designed by incorporating Honey Badger optimization Algorithm (HBA) and Jaya algorithm. The performance of developed Covid-19 detection model is evaluated using three metrics, like testing accuracy, sensitivity and specificity. The developed JHBO-based DNFN is outperformed than other existing methods testing accuracy, sensitivity and specificity of 0.9176, 0.9218 and 0.9219. The recent investigation has started for evaluating the human respiratory sounds, like voice recorded, cough, and breathing from hospital confirmed Covid-19 tools, which differs from healthy persons sound. The cough-based detection of Covid-19 also considered with non-respiratory and respiratory sounds data related with all declared situations. This paper explicates the Covid-19 detection approach using designed Jaya Honey Badger Optimization-based Deep Neuro Fuzzy Network (JHBO-based DNFN) with audio sample. The series of steps followed for introduced Covid-19 diagnosis model are pre-processing, feature extraction, and classification. The input audio sample is acquired from a Coswara dataset and gaussian filter is applied. The gaussian filter effectively reduces the salt and pepper noise with minimal duration. Feature extraction process is most significant for precise detection of Covid-19, where spectral bandwidth, spectral roll off, Spectral flatness, Mel frequency cepstral coefficients (MFCC), spectral centroid, root mean square energy, spectral contract, and zero crossing rate are extracted. The Deep learning approach is effectual for disease detection and classification process in medical field. Here, DNFN is utilized for detecting the Covid-19 disease. Moreover, DNFN is trained by developed JHBO approach for obtaining better performance. The proposed JHBO algorithm is newly devised by combining Jaya algorithm and HBA. Here, Jaya algorithm is incorporated with HBA for obtaining improved performance with better convergence speed. The performance of DNFN is estimated with three performance metrics, namely specificity, testing accuracy and sensitivity. The proposed JHBO-based DNFN achieved improved performance testing accuracy, sensitivity and specificity of 0.9176, 0.9218 and 0.9219.
buketgencaydin / Malware ClassificationMalware classification using VirusTotal API and Python. Classified malware families are Worms, Adware, Virus, Riskware, Spyware, Keylogger, Ransomware, Spam, Backdoor, Dropper, Downloader, Crypt, Agent, Rootkit and Trojan.
Bouguedra-Adem / Spot The Mask Challenge By ZindiWeekendzFace masks have become a common public sight in the last few months. The Centers for Disease Control (CDC) recently advised the use of simple cloth face coverings to slow the spread of the virus and help people who may have the virus and do not know it from transmitting it to others. Wearing masks is broadly recognised as critical to reducing community transmission and limiting touching of the face. In a time of concerns about slowing the transmission of COVID-19, increased surveillance combined with AI solutions can improve monitoring and reduce the human effort needed to limit the spread of this disease. The objective of this challenge is to create an image classification machine learning model to accurately predict the likelihood that an image contains a person wearing a face mask, or not. The total dataset contains 1,800+ images of people either wearing masks or not. Your machine learning solution will help policymakers, law enforcement, hospitals, and even commercial businesses ensure that masks are being worn appropriately in public. These solutions can help in the battle to reduce community transmission of COVID-19.
Jeshima / IndiaFightsCorona Lockdown Covid19 Twitter Sentiment AnalysisI qt worked on corona virus tweet streams mam With hashtags #covid19,#indiafightscorona,#lockdown I did generate the dastset from the stream and procesed according to the working of deep learning algorithms work flow. I reframed my datset with 2 parameters-- tweets full text and sentiment score and worked on 4 algorithms mam. SET 1- DEEP LEARNING ALGOTITHMS: 1.CNN -(used 1csv with train_test_split method ) Accuracy-0.73368 2.LSTM- (used 2csv file seperate for trainingand testing) Training accuracy-0.9457,loss-0.1605 Testing accuracy-0.6557,loss-0.3442 3.FFNN-( used 2csv file seperate for trainingand testing) Training accuracy-0.28,loss-622.3 Testing accuracy-0.14893,loss-141.82 4.ANN with TFIDF Vectorizer(used 1 csv wth train_test_split) The different Ann epoches and models with different learning rate and different drop out value ,Training accuracy ranged btween 0.4752 to 0.6270 and the Validation accuracy ranged 0.2353 constantly On comparing the above 4 algorithms I came to a conclusiom with my understanding Sentiment analysis in tweets can be done efficiently in this order. CNN > LSTM > ANN > FFNN. SET 2-MACHINE LEARNING I did try with Linear Support vector Classifier --1 csv train_test_split method Training accuracy - 0.6666 Testing accuracy(f1score)-0.59471 And with Naive bayes classifier--1 csv train_test_split method Training accuracy - 0.64 Test accuracy -0.5486 SET 3- MODEL CLASSIFICATIONS: I compared my datasets efficiency with 4 models . The accuracies of the model classificatiom are: 1.Baseline Model - 62.86% 2.Reduces Model-65.71% 3.Regularized Model-66.86% 4.Dropout Model-67.43% Efficient modeling order for tweet data-set Dropout model > Regularized model > Reduced model > Baseline model .
hoseinlook / Bioinformatic Coursesimple virus DNA classification
aditya-saxena-7 / Detection Of COVID 19 From Chest X Ray Images Using CNNsThe COVID-19 (coronavirus) is an ongoing pandemic caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The virus was first identified in mid-December 2019 in the Hubei province of Wuhan, China and by now has spread throughout the planet with more than 75.5 million confirmed cases and more than 1.67 million deaths. With limited number of COVID-19 test kits available in medical facilities, it is important to develop and implement an automatic detection system as an alternative diagnosis option for COVID-19 detection that can used on a commercial scale. Chest X-ray is the first imaging technique that plays an important role in the diagnosis of COVID-19 disease. Computer vision and deep learning techniques can help in determining COVID-19 virus with Chest X-ray Images. Due to the high availability of large-scale annotated image datasets, great success has been achieved using convolutional neural network for image analysis and classification. In this research, we have proposed a deep convolutional neural network trained on five open access datasets with binary output: Normal and Covid. The performance of the model is compared with four pre-trained convolutional neural networkbased models (COVID-Net, ResNet18, ResNet and MobileNet-V2) and it has been seen that the proposed model provides better accuracy on the validation set as compared to the other four pre-trained models. This research work provides promising results which can be further improvise and implement on a commercial scale.
snayfach / UHGV ClassifierTaxonomic classification of human gut viruses
ZhijianZhou01 / MetavRapid detection and classification of viruses in metagenomics sequencing
omics-lab / VirusTaxoVirusTaxo: Taxonomic classification of viruses from the genome sequence using k-mer enrichment
Mayne941 / Gravity2GENOME RELATIONSHIPS APPLIED TO TAXONOMY version 2 is an expanded and optimised application based on the original GRAViTy framework. It does identification and classification viruses, based on analysis of entire genomes.
josephhughes / ViCTreeAn automated framework to aid taxonomic classification of viruses
zamirmehdi / Bioinformatics CourseComplete collection of 6 bioinformatics projects — covering sequence alignment, multiple alignment, profile HMMs, phylogenetic trees, and virus genome classification using neural networks.
BerniceYeow / AnApplicationForClassifyingDepressionAbstract Depression brings significant challenges to the overall global public health. Each day, millions of people suffered from depression and only a small fraction of them undergo proper treatments. In the past, doctors will diagnose a patient via a face to face session using the diagnostic criteria that determine depression such as the Depression DSM-5 Diagnostic Criteria. However, past research revealed that most patients would not seek help from doctors at the early stage of depression which results in a declination in their mental health condition. On the other hand, many people are using social media platforms to share their feelings on a daily basis. Since then, there have been many studies on using social media to predict mental and physical diseases such as studies about cardiac arrest (Bosley et al., 2013), Zika virus (Miller, Banerjee, Muppalla, Romine, & Sheth, 2017), prescription drug abuse (Coppersmith, Dredze, Harman, Hollingshead, & Mitchell, 2015) mental health (De Choudhury, Kiciman, Dredze, Coppersmith, & Kumar, 2016) and studies particularly about depressive behavior within an individual (Kiang, Anthony, Adrian, Sophie, & Siyue, 2015). This research particularly focuses on leveraging social media data for detecting depressive thoughts among social media users. In essence, this research incorporated text analysis that focuses on drawing insights from written communication in order to conclude whether a tweet is related to depressive thoughts. This research produced a web application that performs a real-time enhanced classification of tweets based on a domain-specific lexicon-based method, which utilizes an improved dictionary that consists of depressive and non-depressive words with their associated orientations to classify depressive tweets. Problem understanding or Business Understanding Depression is the main cause of disability worldwide (De Choudhury et al., 2013). Statistically, an estimation of nearly 300 million people around the world suffers from depression. Shen et al (2017) mentioned that approximately 70% of people with early stages of depression would not consult a clinical psychologist. Many people are utilizing social media sites like Facebook and Instagram to disclose their feelings. This research persists the hypothesis that there are similarities between the mental state of an individual and the sentiment of their tweets and investigated the potentiality of social media (like twitter) as a data source for classifying depression among individuals.