Browse Articles

Open Source RNN designed for text generation is capable of composing music similar to Baroque composers

Goel et al. | May 05, 2021

Open Source RNN designed for text generation is capable of composing music similar to Baroque composers

Recurrent neural networks (RNNs) are useful for text generation since they can generate outputs in the context of previous ones. Baroque music and language are similar, as every word or note exists in context with others, and they both follow strict rules. The authors hypothesized that if we represent music in a text format, an RNN designed to generate language could train on it and create music structurally similar to Bach’s. They found that the music generated by our RNN shared a similar structure with Bach’s music in the input dataset, while Bachbot’s outputs are significantly different from this experiment’s outputs and thus are less similar to Bach’s repertoire compared to our algorithm.

Read More...

Population Forecasting by Population Growth Models based on MATLAB Simulation

Li et al. | Aug 31, 2020

Population Forecasting by Population Growth Models based on MATLAB Simulation

In this work, the authors investigate the accuracy with which two different population growth models can predict population growth over time. They apply the Malthusian law or Logistic law to US population from 1951 until 2019. To assess how closely the growth model fits actual population data, a least-squared curve fit was applied and revealed that the Logistic law of population growth resulted in smaller sum of squared residuals. These findings are important for ensuring optimal population growth models are implemented to data as population forecasting affects a country's economic and social structure.

Read More...

Cathodal Galvanotaxis: The Effect of Voltage on the distribution of Tetrahymena pyriformis

Zheng et al. | Jun 10, 2019

Cathodal Galvanotaxis: The Effect of Voltage on the distribution of <em>Tetrahymena pyriformis</em>

The surface of the unicellular eukaryote, Tetrahymena pyriformis, is covered with thousands of hair-like cilia. These cilia are very similar to cilia of the human olfactory and respiratory tracts making them model organisms for studying cilia function and pathology. The authors of this study investigated the effect of voltage on T. pyriformis galvanotaxis, the movement towards an electrical stimulus. They observed galvanotaxis towards the cathode at voltages over 4V which plateau, indicating opening of voltage gated-ion channels to trigger movement.

Read More...

Comparing Virulence of Three T4 Bacteriophage Strains on Ampicillin-Resistant and Sensitive E. coli Bacteria

Hudanich et al. | Dec 09, 2020

Comparing Virulence of Three T4 Bacteriophage Strains on Ampicillin-Resistant and Sensitive <em>E. coli</em> Bacteria

In this study, the authors investigate an alternative way to kill bacteria other than the use of antibiotics, which is useful when considering antibiotic-resistance bacteria. They use bacteriophages, which are are viruses that can infect bacteria, and measure cell lysis. They make some important findings that these bacteriophage can lyse both antibiotic-resistant and non-resistant bacteria.

Read More...

Innovative fake health news detection: Integrating emotional features into graph neural networks

Wang et al. | Jul 03, 2026

Innovative fake health news detection: Integrating emotional features into graph neural networks
Image credit: Wang and Wang

This manuscript tackles a major social issue in the health news sector, with social media being one of the primary sources of information and a prime spot to propagate fake news. The author proposes X-HND , which is a unique architecture that combines emotional and contextual analysis in a Graph Neural Network to accurately detect fake news. This was a multi-step process which involved the creation of a custom health news dataset (HNDataset), and an emotional variant that uses RoBERTa to extract emotion. These dataset were then used to prove the hypothesis that accuracy increases when the custom dataset is used to train the model and that with the integration of emotion capture, the detection accuracy increases further.

Read More...