
This article describes how data is relevant and if it can be organized, linked with other data and grouped into a cluster. Clustering is the process of organizing a given set of objects into a set of disjoint groups called clusters. There are a number of clustering algorithms like k-means, k-medoids, normalized k-means, etc. So, the focus remains on efficiency and accuracy of algorithms. The focus is also on the time it takes for clustering and reducing overlapping between clusters. K-means is one of the simplest unsupervised learning algorithms that solves the well-known clustering problem. The k-means algorithm partitions data into K clusters and the centroids are randomly chosen resulting numeric values prohibits it from being used to cluster real world data containing categorical values. Poor selection of initial centroids can result in poor clustering. This article deals with a proposed algorithm which is a variant of k-means with some modifications resulting in better clustering, reduced overlapping and lesser time required for clustering by selecting initial centres in k-means and normalizing the data.
While many studies have explored the use of social media and behavioral changes of individuals, few examined the utility of using social media for suicide detection and prevention. The study by Jashinsky et al. identified specific language patterns associated with a set of twelve suicide risk factors. The authors extended these methods to assess the significance of the language used on Twitter for suicide detection. This article quantifies the use of Twitter to express suicide related language, and its potential to detect users at high risk of suicide. The authors searched Twitter for tweets indicative of 12 suicide risk factors. This paper divided Twitter users into two groups: “high risk” and “at risk” based on two of the risk factors (“self-harm” and “prior suicide attempts”) and examined language patterns by computing co-occurrences of terms in tweets which helped identify relationships between suicide risk factors in both groups.
Health-care systems that rely on hospitalization for early patient treatment pose a financial concern for governments. In this article, the author suggests a hospitalization prevention program in which the decision of whether to intervene on a patient depends on a simple decision model and the prediction of the patient risk of an annual length-of-stay using machine learning techniques. These results show that the prevention program achieves significant cost savings relative to several base scenarios for program efficacies greater than or equal to 40% and intervention costs per patient of 100,000 to 700,000 Colombian pesos i.e., approximately 14% to 100% of the average cost per patient in Colombia statuary health care system. This article also shows how tree-based methods outperform linear regressions when predicting an annual length-of-stay and the final model achieves a lower out-of-sample error compared to those of the Heritage Health Prize.
Teaching files are widely used by radiologists in the diagnostic process and for student education. Most hospitals maintain an active collection of teaching files for internal purposes, but many teaching files are also publicly available online, some linked to secondary sources. However, public sources offer very limited (and ad-hoc) search capabilities. Based on the previous work on data integration and text-based search, the authors extended their Integrated Radiology Image Search (IRIS 1.1) engine with a new medical ontology, SNOMED CT, and the ICD10 dictionary. IRIS 1.1 integrates public data sources and applies query expansion with exact and partial matches to find relevant teaching files. Using a set of 28 representative queries from multiple sources, the search engine finds more relevant teaching cases versus other publicly available search engines.
This article describes how the last decade has been characterized by the production of huge amounts of different types of biological data. Following that, a flood of bioinformatics tools have been published. However, many of these tools are commercial, or require computational skills. In addition, not all tools provide intuitive and highly accessible visualization of the results. The authors have developed GEView (Gene Expression View), which is a free, user-friendly tool harboring several existing algorithms and statistical methods for the analysis of high-throughput gene, microRNA or protein expression data. It can be used to perform basic analysis such as quality control, outlier detection, batch correction and differential expression analysis, through a single intuitive graphical user interface. GEView is unique in its simplicity and highly accessible visualization it provides. Together with its basic and intuitive functionality it allows Bio-Medical scientists with no computational skills to independently analyze and visualize high-throughput data produced in their own labs.
In this article, the authors proposed the method of medical diagnosis in gestational diabetes mellitus GDM in the initial stages of pregnancy to facilitate diagnoses and prevent the affection. Nowadays, in industrial modern world with changing lifestyle alimental manner the incidence of complex disease has been increasingly grown. GDM is a chronic disease and one of the major health problems that is often diagnosed in middle or late period of pregnancy, when it is too late for prediction. If it is not treated, it will make serious complications and various side effects for mother and child. This article is designed for answering to the question of: "What is the best approach in timely and accurate prediction of GDM?" Thus, the artificial neural network and decision tree are proposed to reduce the amount of error and the level of accuracy in anticipating and improving the precision of prediction. The results illustrate that intelligent diagnosis systems can improve the quality of healthcare, timely prediction, prevention, and knowledge discovery in bioinformatics.
This article describes how for the last few decades, data mining research has had significant progress in a wide spectrum of applications. Research in prediction of multi-domain data sets is a challenging task due to the imbalanced, voluminous, conflicting, and complex nature of data sets. A learning algorithm is the most important technique for solving these problems. The learning algorithms are widely used for classification purposes. But choosing the learners that perform best for data sets of particular domains is a challenging task in data mining. This article provides a comparative performance assessment of various state-of-the-art learning algorithms over multi-domain data sets to search the effective classifiers for a particular domain, e.g., artificial, natural, semi-natural, etc. In the present article, a total of 14 real world data sets are selected from University of California, Irvine UCI machine learning repository for conducting experiments using three competent individual learners and their hybrid combinations.
This article describes how the term fractal dimension (FD) plays a vital role in fractal geometry. It is a degree that distinguishes the complexity and the irregularity of fractals, denoting the amount of space filled up. There are many procedures to evaluate the dimension for fractal surfaces, like box count, differential box count, and the improved differential box count method. These methods are basically used for grey scale images. The authors' objective in this article is to estimate the fractal dimension of color images using different color models. The authors have proposed a novel method for the estimation in CMY and HSV color spaces. In order to achieve the result, they performed test operation by taking number of color images in RGB color space. The authors have presented their experimental results and discussed the issues that characterize the approach. At the end, the authors have concluded the article with the analysis of calculated FDs for images with different color space.
This article describes how social media has emerged as a main vehicle of information diffusion among people. They often share their experience, feelings and knowledge through these channels. Some pieces of information quickly reach a large number of people, while others not. The authors analyzed this variation by collecting tweets on 2016 U.S. presidential election. This article gives a comprehensive understanding of how sentiment encoded in the textual contents can affects the information diffusion, along with the effect of content features, i.e., URLs, hashtags, and contextual features, i.e., number of followers, followees, tweets generated by the user so far, account age, tweet age. In order to explore the relationship between sentiment content and information diffusion, the authors first checked the features' significance as an indicator of diffusibility by using random forests. Finally, support vectors and k-Neighbors regression models are used to capture the complete dynamics of information diffusion. Experiments and results clearly reveal that sentiment prominently helps in making a better prediction of information diffusion.
This article describes how spam detection in the social media text is becoming increasing important because of the exponential increase in the spam volume over the network. It is challenging, especially in case of text within the limited number of characters. Effective spam detection requires more number of efficient features to be learned. In the current article, the use of a deep learning technology known as a convolutional neural network (CNN) is proposed for spam detection with an added semantic layer on the top of it. The resultant model is known as a semantic convolutional neural network (SCNN). A semantic layer is composed of training the random word vectors with the help of Word2vec to get the semantically enriched word embedding. WordNet and ConceptNet are used to find the word similar to a given word, in case it is missing in the word2vec. The architecture is evaluated on two corpora: SMS Spam dataset (UCI repository) and Twitter dataset (Tweets scrapped from public live tweets). The authors' approach outperforms the-state-of-the-art results with 98.65% accuracy on SMS spam dataset and 94.40% accuracy on Twitter dataset.
The ability to recover the control logic after a failure is detected in specific time window is called resiliency. The Software Defined Network SDN is an emerged and powerful architecture which allow to separate the control plane from forwarding. This decoupling architecture brings new difficulties to the network resiliency because link failure between switch and controller could defunct the forwarding plane. It has been identified that the resiliency of the network can be improved by choosing the correct place for the controller and by choosing proper routing tree once the controller location is known. In this work, we have analysed the performance of various Routing Tree algorithms on different network topology generated by Bernoulli Random Graph model and found that Greedy Routing Tree GRT provides the maximum resiliency. The Closeness Centrality Theorem has proposed to find the best controller position and later analysed the performance of various single controller placement algorithms on GRT for finding the overall improvement of the resiliency of the network.
Sequencing DNA will provide valuable insights into several aspects of human life. The major requirement of this domain is for a faster and more accurate sequencing mechanism. The process becomes difficult due to the huge size of DNA. This paper presents an effective genome assembly technique in Hadoop architecture using MapReduce. The fragment assembly is based on initially matching the subsequences and then depending on the matching levels, the final complete matching subsequences are filtered. The consensus alignment and recalibration are performed using Greedy approximate matching techniques. The experimental results show that our approach is more accurate and exhibits better coverage; however, the processing time is found to be high. In future, our contributions will be based on reducing the processing time. Discussions about these techniques are also presented in this paper.
Thiazolidinedione (TZD) drugs (Takeda Pharmaceuticals and Metabolic Solutions Development Company) targeting inhibition of the mitochondrial pyruvate carrier (MPC) are currently being tested in clinical trials to prevent progression into mild cognitive impairment of Alzheimer's disease (AD) or in the pipeline to prevent neurodegeneration in Parkinson's disease (PD). These have Ki values in the µM range. This study was focused on identifying candidate drug precursors of the natural cinnamic acid products that might have good bioavailability in the nM ranges forming covalent thiol bonds with targets. In silico protein homology modeling and ligand docking has demonstrated that binding cysteine residues within the transport channel is a key part of the inhibitory mechanism. These are covalent thiohemiacetal bonds with the alpha-carbon, carboxylate group, off a phenol ring. Like the classic MPC inhibitors, these natural derivatives of hydroxycinnamic acid have a conjugated pi-system used to form thiol bonds with the cysteine residue via Michael addition.
The plant and human mitochondrial pyruvate carrier (MPC) had been studied in the 1970s-1990s providing many predictions on functional protein structure and mechanisms of substrate binding. Genes for human and plant MPC have been identified, but no crystal structure has yet been registered or deposited in a protein data bank. This report describes results for comparisons of structure for human and plant MPC1/2 heterodimer homology models. Key cysteine residues are identified for pyruvate and blocker binding and formation of thiohemiacetal or Michael addition bonds. Evidence is provided for an alternating access model in human, mouse ear-cress, castor and common beans, and corn.
Cloud computing provides access to various services such as servers, storage and applications to the customers' as and when required. The services on the cloud can be accessed with minimum efforts through any handheld devices that are connected to the Internet. In IaaS cloud, the services to the customers are provided in the form of two leases, AR and BE. Here, a running BE lease can be preempted upon arrival of an AR lease as BE has lower priority. However, frequent preemption of the BE lease causes an overhead to the system and leads to customer dissatisfaction. In this paper, we propose a fairness algorithm called TATA to provide fairness among the leases. We evaluate the proposed algorithm on various synthetic datasets and compare the results with an existing fairness algorithm. The results of simulation show that TATA produces better response time for both the leases than the existing algorithm.
The mitochondrial pyruvate carrier (MPC) is a novel target for therapeutic drugs to treat Alzheimer's and Parkinson's disease, diabetes mellitus, and non-alcoholic steatohepatitis (NASH). Metabolic Solutions Development Company (MSDC) has two thiazolidinediones, MSDC-0160 and MSDC-0602, in the pipeline. This report describes results for a MPC1/2 heterodimer homology model. The FASTA sequences for MPC1 and MPC2 were accessed from UniProt and submitted to RaptorX, resulting in best candidate monomeric “protein data base” files for each. One mutant form of MPC1, L36I, was also processed. These were submitted to PyDock to generate best candidate MPC1/2 heterodimer models that were used for ligand docking analyses with AutoDock Vina and “Rosetta Online Server that Includes Everyone” (ROSIE). Multiple binding sites for pyruvate and both drugs were found on both MPC1 and MPC2 subunits with drugs having nearly double the affinity in each case except the intermediate and open-in states for the L36I mutant transporter.
Amino acid repeats play significant roles in the evolution of structure and function of many large proteins. Analysis of internal repeats of protein with known structure helps to understand the importance of repeats of the protein. A database IR-PDB for repeats in sequence of the proteins in the PDB has been developed for the analysis of impact of repeats in proteins. Using the state of the art repeat detection method RADAR, internal repeats in 148202 sequences out of 285714 sequences belonging to 115031 PDB structures were detected. The identified sequence repeats were annotated with secondary structural information with a view to analyze the structural consequence and conservation of the repeats. The tertiary structure of the repeats and their functional involvements can be found out through web links to PDB, PDBsum and Pfam. IR-PDB is systematically annotated for the proteins in the PDB with sequence repeats and their structure with the possibility to access the dataset interactively through web services.
Sentiment Analysis intends to get the basic perspective of the content, which may be anything that holds a subjective supposition, for example, an online audit, Comments on Blog posts, film rating and so forth. These surveys and websites might be characterized into various extremity gatherings, for example, negative, positive, and unbiased keeping in mind the end goal to concentrate data from the info dataset. Supervised machine learning strategies group these reviews. In this paper, three distinctive machine learning calculations, for example, Support Vector Machine SVM, Maximum Entropy ME and Naive Bayes NB, have been considered for the arrangement of human conclusions. The exactness of various strategies is basically inspected keeping in mind the end goal to get to their execution on the premise of parameters, e.g. accuracy, review, f-measure, and precision.
Being a good software testing engineer, one should have the responsibility towards environment sustainability. By using green principles and regulations, we can perform Green Software Testing. In this paper, we present a new approach to enhance Branch Coverage and Modified Condition/Decision Coverage uses concolic testing. We have proposed a novel transformation technique to improve these code coverage metrics. We have named this new transformation method Double Refined Code Transformer DRCT. Then, using JoulMeter, we compute the power consumption and energy consumption in this testing process. We have developed a tool named Green-DRCT to measure energy consumption while performing the testing process.