Browse Articles

Optimizing surface contact area and electrolyte type to develop a more effective rechargeable battery

Rajapakse et al. | Oct 27, 2024

Optimizing surface contact area and electrolyte type to develop a more effective rechargeable battery
Image credit: Rajapakse and Rajapakse 2024.

Rechargeable batteries are playing an increasingly prominent role in our lives due to the ongoing transition from fossil energy sources to green energy. The purpose of this study was to investigate variables that impact the effectiveness of rechargeable batteries. Alkaline (non-rechargeable) and rechargeable batteries share common features that are critical for the operation of a battery. The positive and negative electrodes, also known as the cathode and anode, are where the energy of the battery is stored. The electrolyte is what facilitates the transfer of cations and anions in a battery to generate electricity. Due to the importance of these components, we felt that a systematic investigation examining the surface area of the cathode and anode as well the impact of electrolytes with different properties on battery performance was justified. Utilizing a copper cathode and aluminum anode coupled with a water in salt electrolyte, a model rechargeable battery system was developed to test two hypotheses: a) increasing the contact area between the electrodes and electrolyte would improve battery capacity, and b) more soluble salt-based electrolytes would improve battery capacity. After soaking in an electrolyte solution, the battery was charged and the capacity, starting voltage, and ending voltage of each battery were measured. The results of this study supported our hypothesis that larger anode/cathodes surface areas and more ionic electrolytes such as sodium chloride, potassium chloride and potassium sulfate resulted in superior battery capacity. Incorporating these findings can help maximize the efficiency of commercial rechargeable batteries.

Read More...

Tree-Based Learning Algorithms to Classify ECG with Arrhythmias

Sun et al. | Apr 23, 2025

Tree-Based Learning Algorithms to Classify ECG with Arrhythmias

Arrhythmias vary in type and treatment, and ECGs are used to detect them, though human interpretation can be inconsistent. The researchers tested four tree-based algorithms (gradient boosting, random forest, decision tree, and extra trees) on ECG data from over 10,000 patients.

Read More...

Transfer learning and data augmentation in osteosarcoma cancer detection

Chu et al. | Jun 03, 2023

Transfer learning and data augmentation in osteosarcoma cancer detection
Image credit: Chu and Khan 2023

Osteosarcoma is a type of bone cancer that affects young adults and children. Early diagnosis of osteosarcoma is crucial to successful treatment. The current methods of diagnosis, which include imaging tests and biopsy, are time consuming and prone to human error. Hence, we used deep learning to extract patterns and detect osteosarcoma from histological images. We hypothesized that the combination of two different technologies (transfer learning and data augmentation) would improve the efficacy of osteosarcoma detection in histological images. The dataset used for the study consisted of histological images for osteosarcoma and was quite imbalanced as it contained very few images with tumors. Since transfer learning uses existing knowledge for the purpose of classification and detection, we hypothesized it would be proficient on such an imbalanced dataset. To further improve our learning, we used data augmentation to include variations in the dataset. We further evaluated the efficacy of different convolutional neural network models on this task. We obtained an accuracy of 91.18% using the transfer learning model MobileNetV2 as the base model with various geometric transformations, outperforming the state-of-the-art convolutional neural network based approach.

Read More...