Search results for: neural pathways
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 2399

Search results for: neural pathways

1049 Underwater Image Enhancement and Reconstruction Using CNN and the MultiUNet Model

Authors: Snehal G. Teli, R. J. Shelke

Abstract:

CNN and MultiUNet models are the framework for the proposed method for enhancing and reconstructing underwater images. Multiscale merging of features and regeneration are both performed by the MultiUNet. CNN collects relevant features. Extensive tests on benchmark datasets show that the proposed strategy performs better than the latest methods. As a result of this work, underwater images can be represented and interpreted in a number of underwater applications with greater clarity. This strategy will advance underwater exploration and marine research by enhancing real-time underwater image processing systems, underwater robotic vision, and underwater surveillance.

Keywords: convolutional neural network, image enhancement, machine learning, multiunet, underwater images

Procedia PDF Downloads 70
1048 Accurate Mass Segmentation Using U-Net Deep Learning Architecture for Improved Cancer Detection

Authors: Ali Hamza

Abstract:

Accurate segmentation of breast ultrasound images is of paramount importance in enhancing the diagnostic capabilities of breast cancer detection. This study presents an approach utilizing the U-Net architecture for segmenting breast ultrasound images aimed at improving the accuracy and reliability of mass identification within the breast tissue. The proposed method encompasses a multi-stage process. Initially, preprocessing techniques are employed to refine image quality and diminish noise interference. Subsequently, the U-Net architecture, a deep learning convolutional neural network (CNN), is employed for pixel-wise segmentation of regions of interest corresponding to potential breast masses. The U-Net's distinctive architecture, characterized by a contracting and expansive pathway, enables accurate boundary delineation and detailed feature extraction. To evaluate the effectiveness of the proposed approach, an extensive dataset of breast ultrasound images is employed, encompassing diverse cases. Quantitative performance metrics such as the Dice coefficient, Jaccard index, sensitivity, specificity, and Hausdorff distance are employed to comprehensively assess the segmentation accuracy. Comparative analyses against traditional segmentation methods showcase the superiority of the U-Net architecture in capturing intricate details and accurately segmenting breast masses. The outcomes of this study emphasize the potential of the U-Net-based segmentation approach in bolstering breast ultrasound image analysis. The method's ability to reliably pinpoint mass boundaries holds promise for aiding radiologists in precise diagnosis and treatment planning. However, further validation and integration within clinical workflows are necessary to ascertain their practical clinical utility and facilitate seamless adoption by healthcare professionals. In conclusion, leveraging the U-Net architecture for breast ultrasound image segmentation showcases a robust framework that can significantly enhance diagnostic accuracy and advance the field of breast cancer detection. This approach represents a pivotal step towards empowering medical professionals with a more potent tool for early and accurate breast cancer diagnosis.

Keywords: mage segmentation, U-Net, deep learning, breast cancer detection, diagnostic accuracy, mass identification, convolutional neural network

Procedia PDF Downloads 77
1047 The Symbiotic Relation of Mythical Stories in Transforming Human Lives

Authors: Gayatri Kanwar

Abstract:

The purpose of this research paper is to explore the power of myth in changing human lives; it establishes patterns in the human psyche, affects the way of thinking, as myths unveil various subjects, ideas, and challenges. Through mythological stories one comes to understand the images behind the emotions and feelings, they influence him as it changes his thought patterns, their therapeutic sets the individual on the path of healing and transforms human lives. Every civilization in the olden times had a vast source of myths which they lived by. They were not ordinary stories of everyday life, but exemplary cases narrated through oral traditions in a sacred manner revealed the 'way to live life'. The mythical stories have a spiritual touch which brought him to the acceptance of suffering or finding a solution to his life problems. In modern times, the significance of the age old myth has lost their touch. Each one of us bears countless stories inside ourselves of our own lives and all its happenings. Therefore, each being is a natural narrator. Everybody tells stories about their lives; hence, one tends to know oneself as well as seeks understanding of others through them. When one remembers their stories they speak in narratives. As stated by Jung, these narratives grow into a personal mythology one lives by. Nonetheless, there are times when one becomes stuck in their own stories or myths. Hence, mythology can change one’s perception and can open pathways to other ways of discovering, feeling and experiencing one’s lives.

Keywords: Power of Myths, Significance of myths in modern times, Transforming human lives, Benefits to Society

Procedia PDF Downloads 399
1046 Cardioprotective Effects of Grape Seed Extract against Lipo-toxicity and Energy Metabolism Alterations in High-Fat-Diet-Induced Obese Rats

Authors: Thouraya Majoul

Abstract:

Obesity is now a real public health issue throughout the world, and it is well-established that obesity leads to cardiovascular diseases. The prevention and treatment of obesity using nutritional supplements has become a realistic and effective approach. This study was carried out to analyze the incidence of a high-fat diet on rat heart metabolism as well as on fatty acids composition, then to investigate the eventual protective effects of a grape seed extract (GSE). The experimental design consisted of three rat groups subjected to three different conditions; standard (SD), high-fat diet (HFD) and HFD+GSE (HG). We showed that GSE counteracted the effect of HFD on fatty acid composition, namely, docosapentaenoic acid, docosahexaenoic acid, arachidonic acid (ARA), palmitic acid (PA) and palmitoleic acid. Besides, GSE treatment restored HFD-altered metabolic pathways through the recovery of some cardiac enzyme activities such as lipase, glucose 6 phosphate dehydrogenase and pyruvate dehydrogenase. The cardiac lactate level and lactate dehydrogenase activity were also analyzed in relation to HFD and GSE administration. To our knowledge, this is the first study showing the anti-obesity and cardioprotective effects of GSE in relation to fatty acid composition and some cardiac enzymes, supporting its role as a therapeutic agent of obesity.

Keywords: Grape seed extract, phenolic, obesity, cardioprotective, lipotoxicity, energy metabolism

Procedia PDF Downloads 78
1045 Learning from Dendrites: Improving the Point Neuron Model

Authors: Alexander Vandesompele, Joni Dambre

Abstract:

The diversity in dendritic arborization, as first illustrated by Santiago Ramon y Cajal, has always suggested a role for dendrites in the functionality of neurons. In the past decades, thanks to new recording techniques and optical stimulation methods, it has become clear that dendrites are not merely passive electrical components. They are observed to integrate inputs in a non-linear fashion and actively participate in computations. Regardless, in simulations of neural networks dendritic structure and functionality are often overlooked. Especially in a machine learning context, when designing artificial neural networks, point neuron models such as the leaky-integrate-and-fire (LIF) model are dominant. These models mimic the integration of inputs at the neuron soma, and ignore the existence of dendrites. In this work, the LIF point neuron model is extended with a simple form of dendritic computation. This gives the LIF neuron increased capacity to discriminate spatiotemporal input sequences, a dendritic functionality as observed in another study. Simulations of the spiking neurons are performed using the Bindsnet framework. In the common LIF model, incoming synapses are independent. Here, we introduce a dependency between incoming synapses such that the post-synaptic impact of a spike is not only determined by the weight of the synapse, but also by the activity of other synapses. This is a form of short term plasticity where synapses are potentiated or depressed by the preceding activity of neighbouring synapses. This is a straightforward way to prevent inputs from simply summing linearly at the soma. To implement this, each pair of synapses on a neuron is assigned a variable,representing the synaptic relation. This variable determines the magnitude ofthe short term plasticity. These variables can be chosen randomly or, more interestingly, can be learned using a form of Hebbian learning. We use Spike-Time-Dependent-Plasticity (STDP), commonly used to learn synaptic strength magnitudes. If all neurons in a layer receive the same input, they tend to learn the same through STDP. Adding inhibitory connections between the neurons creates a winner-take-all (WTA) network. This causes the different neurons to learn different input sequences. To illustrate the impact of the proposed dendritic mechanism, even without learning, we attach five input neurons to two output neurons. One output neuron isa regular LIF neuron, the other output neuron is a LIF neuron with dendritic relationships. Then, the five input neurons are allowed to fire in a particular order. The membrane potentials are reset and subsequently the five input neurons are fired in the reversed order. As the regular LIF neuron linearly integrates its inputs at the soma, the membrane potential response to both sequences is similar in magnitude. In the other output neuron, due to the dendritic mechanism, the membrane potential response is different for both sequences. Hence, the dendritic mechanism improves the neuron’s capacity for discriminating spa-tiotemporal sequences. Dendritic computations improve LIF neurons even if the relationships between synapses are established randomly. Ideally however, a learning rule is used to improve the dendritic relationships based on input data. It is possible to learn synaptic strength with STDP, to make a neuron more sensitive to its input. Similarly, it is possible to learn dendritic relationships with STDP, to make the neuron more sensitive to spatiotemporal input sequences. Feeding structured data to a WTA network with dendritic computation leads to a significantly higher number of discriminated input patterns. Without the dendritic computation, output neurons are less specific and may, for instance, be activated by a sequence in reverse order.

Keywords: dendritic computation, spiking neural networks, point neuron model

Procedia PDF Downloads 124
1044 Insulin Secretory Actions of Spirulina platensis in Perfused Rat Pancreas, Isolated Mouse Islets, and Clonal Pancreatic Β-Cells

Authors: Jma Hannan, Prawej Ansari, Yasser H. A. Abdel-Wahab, Peter R. Flatt

Abstract:

Spirulina platensis (SP, Blue-green algae) have been accepted as a supplement for the treatment of pre and post-diabetes. The present study investigated the effects of butanol fraction from ethanol extract of S. platensis on insulin release from BRIN BD11 cells, isolated mouse islets, and perfused rat pancreas, as well as glucose homeostasis in type 2 diabetic rats and their molecular pathways. In a dose-dependent manner, S. platensis increased insulin release from mouse islets and pancreatic β-cells. The extract also elevated insulin release in perfused rat pancreas. Glucose, isobutylmethylxanthine, tolbutamide, and a depolarizing concentration of KCl significantly potentiated insulin release from BRIN BD11 cells. The effect of diazoxide and verapamil, as well as the absence of extracellular Ca2+ showed a reduction in insulin secretion. When administered orally together with glucose (2.5g/kg bw), S. platensis extract improved fasting and postprandial blood glucose in type 2 diabetes. These data suggest that the anti-diabetic activity of S. platensis is partly mediated by insulin secretion via the KATP channel-dependent pathway/the intracellular cAMP pathway.

Keywords: Insulin, glucose, S. platensis, type 2 diabetes, medicinal plants

Procedia PDF Downloads 101
1043 Sema4D/Plexin-B1 Signaling Regulates Osteo/Odontogenic Differentiation of Dental Pulp Stem Cells

Authors: Ting Zou, Chengfei Zhang

Abstract:

Objectives: The purpose of this study was to investigate the role of Semaphorin 4D (Sema4D)/Plexin-B1 signaling on osteo/odontogenic differentiation of human dental pulp stem cells (DPSCs) and uncover its molecular mechanism. Methods: DPSCs were cultured in osteo/odontogenic medium. After treatment with Sema4D (10μg/mL), osteo/odontogenic differentiation and mineralization was evaluated by measuring alkaline phosphatase (ALP) activity and alizarin red S staining respectively. The expression of osteo/odontogenic genes (ALP, Col1A1, BSP, and Runx2) was determined by real-time polymerase chain reaction. p-Plexin-B1, Plexin-B1, Col1A1, RhoA, and ErbB2 were analyzed by western. Results: ALP activity and mineralization formation of DPSCs were significantly decreased after treatment with Sema4D (P<0.05). Sema4D significantly down-regulated osteo/odontogenic-related genes expression (ALP, Col1A1, BSP, and Runx2). p-Plexin-B1, Plexin-B1 and RhoA protein expression levels increased after stimulated with Sema4D, while the expression of Col1A1 decreased. Pretreatment with Plexin-B1 antibody blocked Sema4D induced p-Plexin-B1 expression. Conclusion: Sema4D suppressed osteo/odontogenic differentiation of DPSCs via RhoA-mediated pathways.

Keywords: Sema4D/Plexin-B1, dental pulp stem cells, osteo/odontogenic differentiation, alkaline phosphatase (ALP)

Procedia PDF Downloads 249
1042 Segmented Pupil Phasing with Deep Learning

Authors: Dumont Maxime, Correia Carlos, Sauvage Jean-François, Schwartz Noah, Gray Morgan

Abstract:

Context: The concept of the segmented telescope is unavoidable to build extremely large telescopes (ELT) in the quest for spatial resolution, but it also allows one to fit a large telescope within a reduced volume of space (JWST) or into an even smaller volume (Standard Cubesat). Cubesats have tight constraints on the computational burden available and the small payload volume allowed. At the same time, they undergo thermal gradients leading to large and evolving optical aberrations. The pupil segmentation comes nevertheless with an obvious difficulty: to co-phase the different segments. The CubeSat constraints prevent the use of a dedicated wavefront sensor (WFS), making the focal-plane images acquired by the science detector the most practical alternative. Yet, one of the challenges for the wavefront sensing is the non-linearity between the image intensity and the phase aberrations. Plus, for Earth observation, the object is unknown and unrepeatable. Recently, several studies have suggested Neural Networks (NN) for wavefront sensing; especially convolutional NN, which are well known for being non-linear and image-friendly problem solvers. Aims: We study in this paper the prospect of using NN to measure the phasing aberrations of a segmented pupil from the focal-plane image directly without a dedicated wavefront sensing. Methods: In our application, we take the case of a deployable telescope fitting in a CubeSat for Earth observations which triples the aperture size (compared to the 10cm CubeSat standard) and therefore triples the angular resolution capacity. In order to reach the diffraction-limited regime in the visible wavelength, typically, a wavefront error below lambda/50 is required. The telescope focal-plane detector, used for imaging, will be used as a wavefront-sensor. In this work, we study a point source, i.e. the Point Spread Function [PSF] of the optical system as an input of a VGG-net neural network, an architecture designed for image regression/classification. Results: This approach shows some promising results (about 2nm RMS, which is sub lambda/50 of residual WFE with 40-100nm RMS of input WFE) using a relatively fast computational time less than 30 ms which translates a small computation burder. These results allow one further study for higher aberrations and noise.

Keywords: wavefront sensing, deep learning, deployable telescope, space telescope

Procedia PDF Downloads 95
1041 Gut-Microbiota-Brain-Axis, Leaky Gut, Leaky Brain: Pathophysiology of Second Brain Aging and Alzheimer’s Disease- A Neuroscientific Riddle

Authors: Bilal Ahmad

Abstract:

Alzheimer’s disease (AD) is one of the most common neurodegenerative illnesses. However, how Gut-microbiota plays a role in the pathogenesis of AD is not well elucidated. The purpose of this literature review is to summarize and understand the current findings that may elucidate the gut microbiota's role in the development of AD. Methods: A literature review of all the relevant papers known to the author was conducted. Relevant articles, abstracts and research papers were collected from well-accepted web sources like PubMed, PMC, and Google Scholar. Results: Recent studies have shown that Gut-microbiota has an important role in the progression of AD via Gut-Microbiota-Brain Axis. The onset of AD supports the ‘Hygiene Hypothesis’, which shows that AD might begin in the Gut, causing dysbiosis, which interferes with the intestinal barrier by releasing pro-inflammatory cytokines and making its way up to the brain via the blood-brain barrier (BBB). Molecular mechanisms lipopolysaccharides and serotonin kynurenine (tryptophan) pathways have a direct association with inflammation, the immune system, neurodegeneration, and AD. Conclusion: The studies helped to analyze the molecular basis of AD, other neurological conditions like depression, autism, and Parkinson's disease and how they are linked to Gut-microbiota. Further, studies to explore the therapeutic effects of probiotics in AD and cognitive enhancement should be warranted to provide significant clinical and practical value.

Keywords: gut-microbiota, Alzheimer’s disease, second brain aging, lipopolysaccharides, short-chain fatty acids

Procedia PDF Downloads 38
1040 Legal Regulation of Personal Information Data Transmission Risk Assessment: A Case Study of the EU’s DPIA

Authors: Cai Qianyi

Abstract:

In the midst of global digital revolution, the flow of data poses security threats that call China's existing legislative framework for protecting personal information into question. As a preliminary procedure for risk analysis and prevention, the risk assessment of personal data transmission lacks detailed guidelines for support. Existing provisions reveal unclear responsibilities for network operators and weakened rights for data subjects. Furthermore, the regulatory system's weak operability and a lack of industry self-regulation heighten data transmission hazards. This paper aims to compare the regulatory pathways for data information transmission risks between China and Europe from a legal framework and content perspective. It draws on the “Data Protection Impact Assessment Guidelines” to empower multiple stakeholders, including data processors, controllers, and subjects, while also defining obligations. In conclusion, this paper intends to solve China's digital security shortcomings by developing a more mature regulatory framework and industry self-regulation mechanisms, resulting in a win-win situation for personal data protection and the development of the digital economy.

Keywords: personal information data transmission, risk assessment, DPIA, internet service provider, personal information data transimission, risk assessment

Procedia PDF Downloads 52
1039 Artificial Intelligence Technologies Used in Healthcare: Its Implication on the Healthcare Workforce and Applications in the Diagnosis of Diseases

Authors: Rowanda Daoud Ahmed, Mansoor Abdulhak, Muhammad Azeem Afzal, Sezer Filiz, Usama Ahmad Mughal

Abstract:

This paper discusses important aspects of AI in the healthcare domain. The increase of data in healthcare both in size and complexity, opens more room for artificial intelligence applications. Our focus is to review the main AI methods within the scope of the health care domain. The results of the review show that recommendations for diagnosis and recommendations for treatment, patent engagement, and administrative tasks are the key applications of AI in healthcare. Understanding the potential of AI methods in the domain of healthcare would benefit healthcare practitioners and will improve patient outcomes.

Keywords: AI in healthcare, technologies of AI, neural network, future of AI in healthcare

Procedia PDF Downloads 106
1038 Pathways and Mechanisms of Lymphocytes Emigration from Newborn Thymus

Authors: Olena Grygorieva

Abstract:

Nowadays mechanisms of thymocytes emigration from the thymus to the periphery are investigated actively. We have proposed a hypothesis of thymocytes’ migration from the thymus through lymphatic vessels during periodical short-term local edema. By morphological, hystochemical methods we have examined quantity of lymphocytes, epitelioreticulocytes, mast cells, blood and lymphatic vessels in morpho-functional areas of rats’ thymuses during the first week after birth in 4 hours interval. In newborn and beginning from 8 hour after birth every 12 hours specific density of the thymus, absolute quantity of microcirculatory vessels, especially of lymphatic ones, lymphcyte-epithelial index, quantity of mast cells and their degranulative forms increase. Structure of extracellular matrix, intrathymical microenvironment and lymphocytes’ adhesive properties change. Absolute quantity of small lymphocytes in thymic cortex changes wavy. All these changes are straightly expressed from 0 till 2, from 12 till 16, from 108 till 120 hours of postnatal life. During this periods paravasal lymphatic vessels are stuffed with lymphocytes, i.e. discrete migration of lymphocytes from the thymus occurs. After rapid edema reduction, quantity of lymphatic vessels decrease, they become empty. Therefore, in the thymus of newborn periodical short-term local edema is observed, on its top discrete migration of lymphocytes from the thymus occurs.

Keywords: lymphocytes, lymphatic vessels, mast cells, thymus

Procedia PDF Downloads 219
1037 Remaining Useful Life (RUL) Assessment Using Progressive Bearing Degradation Data and ANN Model

Authors: Amit R. Bhende, G. K. Awari

Abstract:

Remaining useful life (RUL) prediction is one of key technologies to realize prognostics and health management that is being widely applied in many industrial systems to ensure high system availability over their life cycles. The present work proposes a data-driven method of RUL prediction based on multiple health state assessment for rolling element bearings. Bearing degradation data at three different conditions from run to failure is used. A RUL prediction model is separately built in each condition. Feed forward back propagation neural network models are developed for prediction modeling.

Keywords: bearing degradation data, remaining useful life (RUL), back propagation, prognosis

Procedia PDF Downloads 433
1036 Mechanism of Action of Troxerutin in Reducing Oxidative Stress

Authors: Nasrin Hosseinzad

Abstract:

Troxerutin, a trihydroxyethylated derived of rutin, is a flavonoid existing in tea, coffee, cereal grains, various fruits and vegetables have been conveyed to display radioprotective, antithrombotic, nephron-protective and hepato-protective possessions. Troxerutin, has been well-proved to utilize hepatoprotective assets. Troxerutin could upturn the resistance of hippocampal neurons alongside apoptosis by lessening the action of AChE and oxidative stress. Consequently, troxerutin may have advantageous properties in the administration of Alzheimer's disease and cancer. Troxerutin has been testified to have several welfares and medicinal stuffs. It could shelter the mouse kidney against d-gal-induced damage by refining renal utility, decreasing histopathologic changes, dropping ROS construction, reintroducing the activities of antioxidant enzymes and reducing DNA oxidative destruction. The DNA cleavage study clarifies that troxerutin showed DNA protection against hydroxyl radical persuaded DNA mutilation. Troxerutin uses anti-cancer effect in HuH-7 hepatocarcinoma cells conceivably through synchronized regulation of the molecular signalling pathways, Nrf2 and NF-κB. DNA binding at slight channel by troxerutin may have donated to feature breaks leading to improved radiation brought cell death. Furthermore, the mechanism principal the observed variance in the antioxidant activities of troxerutin and its esters was qualified to equally their free radical scavenging capabilities and dissemination on the cell membrane outward.

Keywords: troxerutin, DNA, oxidative stress, antioxidant, free radical

Procedia PDF Downloads 156
1035 An Exploration of the Pancreatic Cancer miRNome during the Progression of the Disease

Authors: Barsha Saha, Shouvik Chakravarty, Sukanta Ray, Kshaunish Das, Nidhan K. Biswas, Srikanta Goswami

Abstract:

Pancreatic Ductal Adenocarcinoma is a well-recognised cause of cancer death with a five-year survival rate of about 9%, and its incidence in India has been found to be increased manifold in recent years. Due to delayed detection, this highly metastatic disease has a poor prognosis. Several molecular alterations happen during the progression of the disease from pre-cancerous conditions, and many such alterations could be investigated for their biomarker potential. MicroRNAs have been shown to be prognostic for PDAC patients in a variety of studies. We hereby used NGS technologies to evaluate the role of small RNA changes during pancreatic cancer development from chronic pancreatitis. Plasma samples were collected from pancreatic cancer patients (n=16), chronic pancreatitis patients (n=8), and also from normal individuals (n=16). Pancreatic tumour tissue (n=5) and adjacent normal tissue samples (n=5) were also collected. Sequencing of small RNAs was carried out after small RNAs were isolated from plasma samples and tissue samples. We find that certain microRNAs are highly deregulated in pancreatic cancer patients in comparison to normal samples. A combinatorial analysis of plasma and tissue microRNAs and subsequent exploration of their targets and altered molecular pathways could not only identify potential biomarkers for disease diagnosis but also help to understand the underlying mechanism.

Keywords: small RNA sequencing, pancreatic cancer, biomarkers, tissue sample

Procedia PDF Downloads 86
1034 Caring for the Carers: A Qualitative Study to Evaluate the Perspective of Mental Health Carers on the Effectiveness of Community Services in the Illawarra Region (NSW)

Authors: Mona Nikidehaghani, Freda Hui

Abstract:

In Australia, one-third of mental health carers provide 40 hours or more of unpaid care per week. These hidden workers contribute significantly to the Australian mental health workforce by providing unpaid services both direct and indirect to people in their care. However, carers are often neglected in the healthcare system because Government services focus on those with a mental health condition rather than those supporting them. The aim of this study is to evaluate the perceptions of mental health carers on the effectiveness of community services designed for carers and how these services could be improved. We collaborated with One Door Mental Health, a community organisation that supports mental health carers. Through semi-structured interviews with 27 mental health carers residing in the Illawarra region (NSW), we documented their daily challenges and evaluated outcomes of the current programs for carers. Our findings demonstrate that services such as education programs enable capacity building and improve the social life and mental health of carers. Drawing on the perceptions of mental health carers, this study maps pathways for making meaningful changes in the lives of carers and proposes an outcome framework to evaluate the impact of a community organisation on the lives of their clients. The framework prepared by this project would be replicable, allowing other community organisations to measure the outcomes and improve their services.

Keywords: capacity building, community development, community service, mental health carers

Procedia PDF Downloads 150
1033 Peripheral Inflammation and Neurodegeneration; A Potential for Therapeutic Intervention in Alzheimer’s Disease, Parkinson’s Disease, and Amyotrophic Lateral Sclerosis

Authors: Lourdes Hanna, Edward Poluyi, Chibuikem Ikwuegbuenyi, Eghosa Morgan, Grace Imaguezegie

Abstract:

Background: Degeneration of the central nervous system (CNS), also known as neurodegeneration, describes an age-associated progressive loss of the structure and function of neuronal materials, leading to functional and mental impairments. Main body: Neuroinflammation contributes to the continuous worsening of neurodegenerative states which are characterised by functional and mental impairments due to the progressive loss of the structure and function of neu-ronal materials. Some of the most common neurodegenerative diseases include Alzheimer’s disease (AD), Parkinson’s disease (PD) and amyotrophic lateral sclerosis (ALS). Whilst neuroinflammation is a key contributor to the progression of such disease states, it is not the single cause as there are multiple factors which contribute. Theoretically, non-steroidal anti-inflammatory drugs (NSAIDs) have potential to target neuroinflammation to reduce the severity of disease states. Whilst some animal models investigating the effects of NSAIDs on the risk of neurodegenerative diseases have shown a beneficial effect, this is not the same finding. Conclusion: Further investigation using more advanced research methods is required to better understand neuroinflammatory pathways and understand if there is still a potential window for NSAID efficacy.

Keywords: intervention, central nervous system, neurodegeneration, neuroinflammation

Procedia PDF Downloads 72
1032 Exploring the Synergistic Effects of Aerobic Exercise and Cinnamon Extract on Metabolic Markers in Insulin-Resistant Rats through Advanced Machine Learning and Deep Learning Techniques

Authors: Masoomeh Alsadat Mirshafaei

Abstract:

The present study aims to explore the effect of an 8-week aerobic training regimen combined with cinnamon extract on serum irisin and leptin levels in insulin-resistant rats. Additionally, this research leverages various machine learning (ML) and deep learning (DL) algorithms to model the complex interdependencies between exercise, nutrition, and metabolic markers, offering a groundbreaking approach to obesity and diabetes research. Forty-eight Wistar rats were selected and randomly divided into four groups: control, training, cinnamon, and training cinnamon. The training protocol was conducted over 8 weeks, with sessions 5 days a week at 75-80% VO2 max. The cinnamon and training-cinnamon groups were injected with 200 ml/kg/day of cinnamon extract. Data analysis included serum data, dietary intake, exercise intensity, and metabolic response variables, with blood samples collected 72 hours after the final training session. The dataset was analyzed using one-way ANOVA (P<0.05) and fed into various ML and DL models, including Support Vector Machines (SVM), Random Forest (RF), and Convolutional Neural Networks (CNN). Traditional statistical methods indicated that aerobic training, with and without cinnamon extract, significantly increased serum irisin and decreased leptin levels. Among the algorithms, the CNN model provided superior performance in identifying specific interactions between cinnamon extract concentration and exercise intensity, optimizing the increase in irisin and the decrease in leptin. The CNN model achieved an accuracy of 92%, outperforming the SVM (85%) and RF (88%) models in predicting the optimal conditions for metabolic marker improvements. The study demonstrated that advanced ML and DL techniques could uncover nuanced relationships and potential cellular responses to exercise and dietary supplements, which is not evident through traditional methods. These findings advocate for the integration of advanced analytical techniques in nutritional science and exercise physiology, paving the way for personalized health interventions in managing obesity and diabetes.

Keywords: aerobic training, cinnamon extract, insulin resistance, irisin, leptin, convolutional neural networks, exercise physiology, support vector machines, random forest

Procedia PDF Downloads 22
1031 Assessing the Impact of Pharmacist-Led Medication Therapy Management on Treatment Adherence and Clinical Outcomes in Cancer Patients: A Prospective Intervention Study

Authors: Omer Ibrahim Abdallh Omer

Abstract:

Cancer patients often face complex medication regimens, leading to challenges in treatment adherence and clinical outcomes. Pharmacist-led medication therapy management (MTM) has emerged as a potential solution to optimize medication use and improve patient outcomes in oncology settings. In this prospective intervention study, we aimed to evaluate the impact of pharmacist-led MTM on treatment adherence and clinical outcomes among cancer patients. Participants were randomized to receive either pharmacist-led MTM or standard care, with assessments conducted at baseline and follow-up visits. Pharmacist interventions included medication reconciliation, adherence counseling, and personalized care plans. Our findings reveal that pharmacist-led MTM significantly improved medication adherence rates and clinical outcomes compared to standard care. Patients receiving pharmacist interventions reported higher satisfaction levels and perceived value in pharmacist involvement in their cancer care. These results underscore the critical role of pharmacists in optimizing medication therapy and enhancing patient-centered care in oncology settings. Integration of pharmacist-led MTM into routine cancer care pathways holds promise for improving treatment outcomes and quality of life for cancer patients.

Keywords: cancer, medications adherence, medication therapy management, pharmacist

Procedia PDF Downloads 52
1030 Integrating AI in Education: Enhancing Learning Processes and Personalization

Authors: Waleed Afandi

Abstract:

Artificial intelligence (AI) has rapidly transformed various sectors, including education. This paper explores the integration of AI in education, emphasizing its potential to revolutionize learning processes, enhance teaching methodologies, and personalize education. We examine the historical context of AI in education, current applications, and the potential challenges and ethical considerations associated with its implementation. By reviewing a wide range of literature, this study aims to provide a comprehensive understanding of how AI can be leveraged to improve educational outcomes and the future directions of AI-driven educational innovations. Additionally, the paper discusses the impact of AI on student engagement, teacher support, and administrative efficiency. Case studies highlighting successful AI applications in diverse educational settings are presented, showcasing the practical benefits and real-world implications. The analysis also addresses potential disparities in access to AI technologies and suggests strategies to ensure equitable implementation. Through a balanced examination of the promises and pitfalls of AI in education, this study seeks to inform educators, policymakers, and technologists about the optimal pathways for integrating AI to foster an inclusive, effective, and innovative educational environment.

Keywords: artificial intelligence, education, personalized learning, teaching methodologies, educational outcomes, AI applications, student engagement, teacher support, administrative efficiency, equity in education

Procedia PDF Downloads 18
1029 Cybernetic Modeling of Growth Dynamics of Debaryomyces nepalensis NCYC 3413 and Xylitol Production in Batch Reactor

Authors: J. Sharon Mano Pappu, Sathyanarayana N. Gummadi

Abstract:

Growth of Debaryomyces nepalensis on mixed substrates in batch culture follows diauxic pattern of completely utilizing glucose during the first exponential growth phase, followed by an intermediate lag phase and a second exponential growth phase consuming xylose. The present study deals with the development of cybernetic mathematical model for prediction of xylitol production and yield. Production of xylitol from xylose in batch fermentation is investigated in the presence of glucose as the co-substrate. Different ratios of glucose and xylose concentrations are assessed to study the impact of multi substrate on production of xylitol in batch reactors. The parameters in the model equations were estimated from experimental observations using integral method. The model equations were solved simultaneously by numerical technique using MATLAB. The developed cybernetic model of xylose fermentation in the presence of a co-substrate can provide answers about how the ratio of glucose to xylose influences the yield and rate of production of xylitol. This model is expected to accurately predict the growth of microorganism on mixed substrate, duration of intermediate lag phase, consumption of substrate, production of xylitol. The model developed based on cybernetic modelling framework can be helpful to simulate the dynamic competition between the metabolic pathways.

Keywords: co-substrate, cybernetic model, diauxic growth, xylose, xylitol

Procedia PDF Downloads 324
1028 Genetic Approach to Target Putative PKS Genes Involved in Ochratoxin a Biosynthesis within Aspergillus Section Nigri, As a Main Cause of Human Nephropathy

Authors: Sabah Ben Fredj Melki, Yves Brygoo, Ahmed Mliki

Abstract:

A 700 pb PCR-derived DNA fragment was isolated from Aspergillus carbonarius, Aspergillus niger, and Aspergillus tubingensis using degenerated primers (LC1-LC2c) and two newly designed primer pairs (KSLB-LC6) for Aspergillus niger and (AFl1F-LC2) for Aspergillus tubingensis developed for the acyl transferase (AT) and the KS domains of fungal PKSs. DNA from the most of black Aspergillus species currently recognized was tested. Herein, we report on the identification and characterisation of a part of the novel putative OTA-polyketide synthase gene in A. carbonarius “ACPks”, A. niger “ANPks” and A. tubingenis “ATPks”. The sequences were aligned and analyzed using phylogenetic methods. Primers used in this study showed general applicability and other Aspergillus species belonging to section Nigri were successfully amplified especially in A. niger and A. tubingenis. The predicted amino acid sequences “ACPks” displayed 66 to 81% similarities to different polyketide synthase genes while “ANPks” similarities varied from 68 to 71% and “ATPks” were from 81 to 97%. The AT and the KS domains appeared to be specific for a particular type of fungal PKSs and were related to PKSs involved in different mycotoxin biosynthesis pathways, including ochratoxin A. The sequences presented in this work have a high utility for the discovery of novel fungal PKS gene clusters.

Keywords: Pks genes, OTA Biosynthesis, Aspergillus Nigri, sequence analysis

Procedia PDF Downloads 62
1027 The Correlation between Air Pollution and Tourette Syndrome

Authors: Mengnan Sun

Abstract:

It is unclear about the association between air pollution and Tourette Syndrome (TS), although people have suspected that air pollution might trigger TS. TS is a type of neural system disease usually found among children. The number of TS patients has significantly increased in recent decades, suggesting an importance and urgency to examine the possible triggers or conditions that are associated with TS. In this study, the correlation between air pollution and three allergic diseases---asthma, allergic conjunctivitis (AC), and allergic rhinitis (AR)---is examined. Then, a correlation between these allergic diseases and TS is proved. In this way, this study establishes a positive correlation between air pollution and TS. Measures the public can take to help TS patients are also analyzed at the end of this article. The article hopes to raise people’s awareness to reduce air pollution for the good of TS patients or people with other disorders that are associated with air pollution.

Keywords: air pollution, allergic diseases, climate change, Tourette Syndrome

Procedia PDF Downloads 57
1026 Simultaneous Targeting of MYD88 and Nur77 as an Effective Approach for the Treatment of Inflammatory Diseases

Authors: Uzma Saqib, Mirza S. Baig

Abstract:

Myeloid differentiation primary response protein 88 (MYD88) has long been considered a central player in the inflammatory pathway. Recent studies clearly suggest that it is an important therapeutic target in inflammation. On the other hand, a recent study on the interaction between the orphan nuclear receptor (Nur77) and p38α, leading to increased lipopolysaccharide-induced hyperinflammatory response, suggests this binary complex as a therapeutic target. In this study, we have designed inhibitors that can inhibit both MYD88 and Nur77 at the same time. Since both MYD88 and Nur77 are an integral part of the pathways involving lipopolysaccharide-induced activation of NF-κB-mediated inflammation, we tried to target both proteins with the same library in order to retrieve compounds having dual inhibitory properties. To perform this, we developed a homodimeric model of MYD88 and, along with the crystal structure of Nur77, screened a virtual library of compounds from the traditional Chinese medicine database containing ~61,000 compounds. We analyzed the resulting hits for their efficacy for dual binding and probed them for developing a common pharmacophore model that could be used as a prototype to screen compound libraries as well as to guide combinatorial library design to search for ideal dual-target inhibitors. Thus, our study explores the identification of novel leads having dual inhibiting effects due to binding to both MYD88 and Nur77 targets.

Keywords: drug design, Nur77, MYD88, inflammation

Procedia PDF Downloads 300
1025 Optimized Deep Learning-Based Facial Emotion Recognition System

Authors: Erick C. Valverde, Wansu Lim

Abstract:

Facial emotion recognition (FER) system has been recently developed for more advanced computer vision applications. The ability to identify human emotions would enable smart healthcare facility to diagnose mental health illnesses (e.g., depression and stress) as well as better human social interactions with smart technologies. The FER system involves two steps: 1) face detection task and 2) facial emotion recognition task. It classifies the human expression in various categories such as angry, disgust, fear, happy, sad, surprise, and neutral. This system requires intensive research to address issues with human diversity, various unique human expressions, and variety of human facial features due to age differences. These issues generally affect the ability of the FER system to detect human emotions with high accuracy. Early stage of FER systems used simple supervised classification task algorithms like K-nearest neighbors (KNN) and artificial neural networks (ANN). These conventional FER systems have issues with low accuracy due to its inefficiency to extract significant features of several human emotions. To increase the accuracy of FER systems, deep learning (DL)-based methods, like convolutional neural networks (CNN), are proposed. These methods can find more complex features in the human face by means of the deeper connections within its architectures. However, the inference speed and computational costs of a DL-based FER system is often disregarded in exchange for higher accuracy results. To cope with this drawback, an optimized DL-based FER system is proposed in this study.An extreme version of Inception V3, known as Xception model, is leveraged by applying different network optimization methods. Specifically, network pruning and quantization are used to enable lower computational costs and reduce memory usage, respectively. To support low resource requirements, a 68-landmark face detector from Dlib is used in the early step of the FER system.Furthermore, a DL compiler is utilized to incorporate advanced optimization techniques to the Xception model to improve the inference speed of the FER system. In comparison to VGG-Net and ResNet50, the proposed optimized DL-based FER system experimentally demonstrates the objectives of the network optimization methods used. As a result, the proposed approach can be used to create an efficient and real-time FER system.

Keywords: deep learning, face detection, facial emotion recognition, network optimization methods

Procedia PDF Downloads 116
1024 The Extent of Virgin Olive-Oil Prices' Distribution Revealing the Behavior of Market Speculators

Authors: Fathi Abid, Bilel Kaffel

Abstract:

The olive tree, the olive harvest during winter season and the production of olive oil better known by professionals under the name of the crushing operation have interested institutional traders such as olive-oil offices and private companies such as food industry refining and extracting pomace olive oil as well as export-import public and private companies specializing in olive oil. The major problem facing producers of olive oil each winter campaign, contrary to what is expected, it is not whether the harvest will be good or not but whether the sale price will allow them to cover production costs and achieve a reasonable margin of profit or not. These questions are entirely legitimate if we judge by the importance of the issue and the heavy complexity of the uncertainty and competition made tougher by a high level of indebtedness and the experience and expertise of speculators and producers whose objectives are sometimes conflicting. The aim of this paper is to study the formation mechanism of olive oil prices in order to learn about speculators’ behavior and expectations in the market, how they contribute by their industry knowledge and their financial alliances and the size the financial challenge that may be involved for them to build private information hoses globally to take advantage. The methodology used in this paper is based on two stages, in the first stage we study econometrically the formation mechanisms of olive oil price in order to understand the market participant behavior by implementing ARMA, SARMA, GARCH and stochastic diffusion processes models, the second stage is devoted to prediction purposes, we use a combined wavelet- ANN approach. Our main findings indicate that olive oil market participants interact with each other in a way that they promote stylized facts formation. The unstable participant’s behaviors create the volatility clustering, non-linearity dependent and cyclicity phenomena. By imitating each other in some periods of the campaign, different participants contribute to the fat tails observed in the olive oil price distribution. The best prediction model for the olive oil price is based on a back propagation artificial neural network approach with input information based on wavelet decomposition and recent past history.

Keywords: olive oil price, stylized facts, ARMA model, SARMA model, GARCH model, combined wavelet-artificial neural network, continuous-time stochastic volatility mode

Procedia PDF Downloads 333
1023 On-Road Text Detection Platform for Driver Assistance Systems

Authors: Guezouli Larbi, Belkacem Soundes

Abstract:

The automation of the text detection process can help the human in his driving task. Its application can be very useful to help drivers to have more information about their environment by facilitating the reading of road signs such as directional signs, events, stores, etc. In this paper, a system consisting of two stages has been proposed. In the first one, we used pseudo-Zernike moments to pinpoint areas of the image that may contain text. The architecture of this part is based on three main steps, region of interest (ROI) detection, text localization, and non-text region filtering. Then, in the second step, we present a convolutional neural network architecture (On-Road Text Detection Network - ORTDN) which is considered a classification phase. The results show that the proposed framework achieved ≈ 35 fps and an mAP of ≈ 90%, thus a low computational time with competitive accuracy.

Keywords: text detection, CNN, PZM, deep learning

Procedia PDF Downloads 78
1022 The Regulation of the Pro-inflammatory Cytokine Interleukin 6 (IL6) by Epstein-Barr Virus (EBV)

Authors: Liu Xiaohan

Abstract:

Epstein–Barr virus (EBV) is a human herpesvirus and is closely related to many malignancies of lymphocyte and epithelial origins, such as gastric cancer, Burkitt’s lymphoma, and nasopharyngeal carcinoma (NPC). NPC is a malignant epithelial tumor which is 100% associated with EBV latent infection. Most of the NPC cases are densely populated in southern China, especially in Guangdong and Hong Kong. To our knowledge, overexpression of pro-inflammatory cytokines may result in a loss of balance of the immune system and cause damage to human bodies. Interleukin-6 (IL6) is a pro-inflammatory cytokine which plays an important role in tumor progression. In addition, gene expression is regulated by both transcriptional and post-transcriptional pathways, while post-transcriptional regulation is an important mechanism to modulate the mature mRNA level in mammalian cells. AU-rich element binding factor 1 (AUF1)/heterogeneous nuclear RNP D (hnRNP D) is known for its function in destabilizing mRNAs, including cytokines and cell cycle regulators. Previous studies have found that overexpression of hnRNP D would lead to tumorigenesis. In this project, our aim is to determine the role played by hnRNP D in EBV-infected cells and how our anti-EBV agents can affect the function of hnRNP D. The results of this study will provide a new insight into how the pro-inflammatory cytokine expression can be regulated by EBV.

Keywords: interleukin 6 (IL6), epstein-barr virus (EBV), nasopharyngeal carcinoma (NPC, epstein-barr nuclear antigen-1 (EBNA1)

Procedia PDF Downloads 57
1021 Application of Signature Verification Models for Document Recognition

Authors: Boris M. Fedorov, Liudmila P. Goncharenko, Sergey A. Sybachin, Natalia A. Mamedova, Ekaterina V. Makarenkova, Saule Rakhimova

Abstract:

In modern economic conditions, the question of the possibility of correct recognition of a signature on digital documents in order to verify the expression of will or confirm a certain operation is relevant. The additional complexity of processing lies in the dynamic variability of the signature for each individual, as well as in the way information is processed because the signature refers to biometric data. The article discusses the issues of using artificial intelligence models in order to improve the quality of signature confirmation in document recognition. The analysis of several possible options for using the model is carried out. The results of the study are given, in which it is possible to correctly determine the authenticity of the signature on small samples.

Keywords: signature recognition, biometric data, artificial intelligence, neural networks

Procedia PDF Downloads 141
1020 Genome-Wide Functional Analysis of Phosphatase in Cryptococcus neoformans

Authors: Jae-Hyung Jin, Kyung-Tae Lee, Yee-Seul So, Eunji Jeong, Yeonseon Lee, Dongpil Lee, Dong-Gi Lee, Yong-Sun Bahn

Abstract:

Cryptococcus neoformans causes cryptococcal meningoencephalitis mainly in immunocompromised patients as well as immunocompetent people. But therapeutic options are limited to treat cryptococcosis. Some signaling pathways including cyclic AMP pathway, MAPK pathway, and calcineurin pathway play a central role in the regulation of the growth, differentiation, and virulence of C. neoformans. To understand signaling networks regulating the virulence of C. neoformans, we selected the 114 putative phosphatase genes, one of the major components of signaling networks, in the genome of C. neoformans. We identified putative phosphatases based on annotation in C. neoformans var. grubii genome database provided by the Broad Institute and National Center for Biotechnology Information (NCBI) and performed a BLAST search of phosphatases of Saccharomyces cerevisiae, Aspergillus nidulans, Candida albicans and Fusarium graminearum to Cryptococcus neoformans. We classified putative phosphatases into 14 groups based on InterPro phosphatase domain annotation. Here, we constructed 170 signature-tagged gene-deletion strains through homologous recombination methods for 91 putative phosphatases. We examined their phenotypic traits under 30 different in vitro conditions, including growth, differentiation, stress response, antifungal resistance and virulence-factor production.

Keywords: human fungal pathogen, phosphatase, deletion library, functional genomics

Procedia PDF Downloads 356