Search results for: neural progentor cells
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4751

Search results for: neural progentor cells

4481 Traffic Sign Recognition System Using Convolutional Neural NetworkDevineni

Authors: Devineni Vijay Bhaskar, Yendluri Raja

Abstract:

We recommend a model for traffic sign detection stranded on Convolutional Neural Networks (CNN). We first renovate the unique image into the gray scale image through with support vector machines, then use convolutional neural networks with fixed and learnable layers for revealing and understanding. The permanent layer can reduction the amount of attention areas to notice and crop the limits very close to the boundaries of traffic signs. The learnable coverings can rise the accuracy of detection significantly. Besides, we use bootstrap procedures to progress the accuracy and avoid overfitting problem. In the German Traffic Sign Detection Benchmark, we obtained modest results, with an area under the precision-recall curve (AUC) of 99.49% in the group “Risk”, and an AUC of 96.62% in the group “Obligatory”.

Keywords: convolutional neural network, support vector machine, detection, traffic signs, bootstrap procedures, precision-recall curve

Procedia PDF Downloads 86
4480 Dissolved Gas Analysis Based Regression Rules from Trained ANN for Transformer Fault Diagnosis

Authors: Deepika Bhalla, Raj Kumar Bansal, Hari Om Gupta

Abstract:

Dissolved Gas Analysis (DGA) has been widely used for fault diagnosis in a transformer. Artificial neural networks (ANN) have high accuracy but are regarded as black boxes that are difficult to interpret. For many problems it is desired to extract knowledge from trained neural networks (NN) so that the user can gain a better understanding of the solution arrived by the NN. This paper applies a pedagogical approach for rule extraction from function approximating neural networks (REFANN) with application to incipient fault diagnosis using the concentrations of the dissolved gases within the transformer oil, as the input to the NN. The input space is split into subregions and for each subregion there is a linear equation that is used to predict the type of fault developing within a transformer. The experiments on real data indicate that the approach used can extract simple and useful rules and give fault predictions that match the actual fault and are at times also better than those predicted by the IEC method.

Keywords: artificial neural networks, dissolved gas analysis, rules extraction, transformer

Procedia PDF Downloads 495
4479 Effect of Leaks in Solid Oxide Electrolysis Cells Tested for Durability under Co-Electrolysis Conditions

Authors: Megha Rao, Søren H. Jensen, Xiufu Sun, Anke Hagen, Mogens B. Mogensen

Abstract:

Solid oxide electrolysis cells have an immense potential in converting CO2 and H2O into syngas during co-electrolysis operation. The produced syngas can be further converted into hydrocarbons. This kind of technology is called power-to-gas or power-to-liquid. To produce hydrocarbons via this route, durability of the cells is still a challenge, which needs to be further investigated in order to improve the cells. In this work, various nickel-yttria stabilized zirconia (Ni-YSZ) fuel electrode supported or YSZ electrolyte supported cells, cerium gadolinium oxide (CGO) barrier layer, and an oxygen electrode are investigated for durability under co-electrolysis conditions in both galvanostatic and potentiostatic conditions. While changing the gas on the oxygen electrode, keeping the fuel electrode gas composition constant, a change in the gas concentration arc was observed by impedance spectroscopy. Measurements of open circuit potential revealed the presence of leaks in the setup. It is speculated that the change in concentration impedance may be related to the leaks. Furthermore, the cells were also tested under pressurized conditions to find an inter-play between the leak rate and the pressure. A mathematical modeling together with electrochemical and microscopy analysis is presented.

Keywords: co-electrolysis, durability, leaks, gas concentration arc

Procedia PDF Downloads 119
4478 Screening Active Components in YPFS for Regulating Initiative Key Factors in Allergic Inflammation

Authors: Dandan Shen, Hui-zhu Wang, Xi Yu, LiLi Gui, Xiao Wei, Xiao-yan Jiang, Da-wei Wang, Min Hong

Abstract:

Yu-ping-feng-san (YPFS) is a clinical medicine for asthma and other allergic diseases, but the mechanism of YPFS on relapse of allergy is unclear. Currently, people come to realize the epithelial cells(EC) play a key role in stimulating and regulating local immune response. The study of thymic stromal lymphopoietin(TSLP derived from EC provides an important evidence that the EC can regulate immune response to stimulate allergic response. In this study, we observed the effect of YPFS on TSLP in vivo and in vitro. We established a method by using bronchial epithelial cells (16HBE) for screening potential bioactive components by HPLC-MS in YPFS and then analyzed the components in serum containing YPFS by UPLC-MS. The results showed that YPFS could decrease TSLP protein level in OVA-sensitized mice and 16HBE cells. Five components combing with the 16HBE cells were both detected in the serum.

Keywords: TSLP, bronchial epithelial cells, cell-binding, drug-containing serum

Procedia PDF Downloads 482
4477 Exploring the Applications of Neural Networks in the Adaptive Learning Environment

Authors: Baladitya Swaika, Rahul Khatry

Abstract:

Computer Adaptive Tests (CATs) is one of the most efficient ways for testing the cognitive abilities of students. CATs are based on Item Response Theory (IRT) which is based on item selection and ability estimation using statistical methods of maximum information selection/selection from posterior and maximum-likelihood (ML)/maximum a posteriori (MAP) estimators respectively. This study aims at combining both classical and Bayesian approaches to IRT to create a dataset which is then fed to a neural network which automates the process of ability estimation and then comparing it to traditional CAT models designed using IRT. This study uses python as the base coding language, pymc for statistical modelling of the IRT and scikit-learn for neural network implementations. On creation of the model and on comparison, it is found that the Neural Network based model performs 7-10% worse than the IRT model for score estimations. Although performing poorly, compared to the IRT model, the neural network model can be beneficially used in back-ends for reducing time complexity as the IRT model would have to re-calculate the ability every-time it gets a request whereas the prediction from a neural network could be done in a single step for an existing trained Regressor. This study also proposes a new kind of framework whereby the neural network model could be used to incorporate feature sets, other than the normal IRT feature set and use a neural network’s capacity of learning unknown functions to give rise to better CAT models. Categorical features like test type, etc. could be learnt and incorporated in IRT functions with the help of techniques like logistic regression and can be used to learn functions and expressed as models which may not be trivial to be expressed via equations. This kind of a framework, when implemented would be highly advantageous in psychometrics and cognitive assessments. This study gives a brief overview as to how neural networks can be used in adaptive testing, not only by reducing time-complexity but also by being able to incorporate newer and better datasets which would eventually lead to higher quality testing.

Keywords: computer adaptive tests, item response theory, machine learning, neural networks

Procedia PDF Downloads 153
4476 Robot Movement Using the Trust Region Policy Optimization

Authors: Romisaa Ali

Abstract:

The Policy Gradient approach is one of the deep reinforcement learning families that combines deep neural networks (DNN) with reinforcement learning RL to discover the optimum of the control problem through experience gained from the interaction between the robot and its surroundings. In contrast to earlier policy gradient algorithms, which were unable to handle these two types of error because of over-or under-estimation introduced by the deep neural network model, this article will discuss the state-of-the-art SOTA policy gradient technique, trust region policy optimization (TRPO), by applying this method in various environments compared to another policy gradient method, the Proximal Policy Optimization (PPO), to explain their robust optimization, using this SOTA to gather experience data during various training phases after observing the impact of hyper-parameters on neural network performance.

Keywords: deep neural networks, deep reinforcement learning, proximal policy optimization, state-of-the-art, trust region policy optimization

Procedia PDF Downloads 139
4475 Implementing a Neural Network on a Low-Power and Mobile Cluster to Aide Drivers with Predictive AI for Traffic Behavior

Authors: Christopher Lama, Alix Rieser, Aleksandra Molchanova, Charles Thangaraj

Abstract:

New technologies like Tesla’s Dojo have made high-performance embedded computing more available. Although automobile computing has developed and benefited enormously from these more recent technologies, the costs are still high, prohibitively high in some cases for broader adaptation, particularly for the after-market and enthusiast markets. This project aims to implement a Raspberry Pi-based low-power (under one hundred Watts) highly mobile computing cluster for a neural network. The computing cluster built from off-the-shelf components is more affordable and, therefore, makes wider adoption possible. The paper describes the design of the neural network, Raspberry Pi-based cluster, and applications the cluster will run. The neural network will use input data from sensors and cameras to project a live view of the road state as the user drives. The neural network will be trained to predict traffic behavior and generate warnings when potentially dangerous situations are predicted. The significant outcomes of this study will be two folds, firstly, to implement and test the low-cost cluster, and secondly, to ascertain the effectiveness of the predictive AI implemented on the cluster.

Keywords: CS pedagogy, student research, cluster computing, machine learning

Procedia PDF Downloads 57
4474 Formaldehyde Degradation from Indoor Air by Encapsulated Microbial Cells

Authors: C. C. Castro, T. Senechal, D. Lahem, A. L. Hantson

Abstract:

Formaldehyde is one of the most representative volatile organic compounds present in the indoor air of residential units and workplaces. Increased attention has been given to this toxic compound because of its carcinogenic effect in health. Biological or enzymatic transformation is being explored to degrade this pollutant. Pseudomonas putida is a bacteria able to synthesize formaldehyde dehydrogenase, an enzyme known to use formaldehyde as a substrate and transform it into less toxic compounds. The immobilization of bacterial cells in the surface of different supports through spraying or dip-coating is herein proposed. The determination of the enzymatic activity on the coated surfaces was performed as well as the study of its effect on formaldehyde degradation in an isolated chamber. Results show that the incorporation of microbial cells able to synthesize depolluting enzymes can be an innovative, low-cost, effective and environmentally friendly solution for indoor air depollution.

Keywords: cells encapsulation, formaldehyde, formaldehyde dehydrogenase, indoor air depollution

Procedia PDF Downloads 146
4473 Phenotypic Characterization of Dental Pulp Stem Cells Isolated from Irreversible Pulpitis with Dental Pulp Stem Cells from Impacted Teeth

Authors: Soumya S., Manju Nidagodu Jayakumar, Vellore Kannan Gopinath

Abstract:

Dental pulp inflammation resulting from dental caries often leads to a pathologic condition known as irreversible pulpitis and the currently managed by root canal treatment. Extirpation of the entire pulp tissue is done during this procedure, and the canal space is filled with synthetic materials. Recent studies in the stem cell biology state that some portion of the irreversibly inflamed pulp tissue could be viable with progenitor cells, having the properties similar to that of Mesenchymal stem cells. Hence, we aim to isolate Dental Pulp Stem Cells (DPSCs) from patients diagnosed with severe irreversible pulpitis and characterize the cells for the MSC specific markers. The pulp tissue was collected from the dental clinic and subjected to collagenase/dispase digestion. The isolated cells were expanded in culture, and the phenotypic characterization was done using flow cytometry. MSC specific markers such as CD-90, CD-73, and CD-105 were analysed along with negative markers such as CD-14 and CD-45. The isolated cells expressed positive expression for CD markers with CD90 and CD105 ( > 95%) and CD73 (19%). The cells did not express the negative markers CD-14 and CD-45. The commercially available DPSCs from vital extracted teeth, preferably molar/wisdom teeth with large pulp cavity or incomplete root growth in young patients (aged 15-30 years) showed more than 90% expression for all the CD markers such as CD-90, 73 and 105, whereas negative for CD-14 and CD-45. The DPSCs isolated from inflamed pulp tissue showed a less expression for CD-73 compared to the commercially available DPSCs whereas, as the other two markers were found to show similar percentage of positive expression. This could be attributed to the fact that the pulp population is very heterogeneous and we used the pooled tissue from different patients. Hence the phenotypic characterization and comparison with the commercially available DPSCs proved that the inflamed pulp tissue is a good source of MSC like cells which can be utilized further for regenerative application.

Keywords: collagenase/dispase, dental pulp stem cells, flow cytometry, irreversible pulpitis

Procedia PDF Downloads 223
4472 Breast Cancer Cellular Immunotherapies

Authors: Zahra Shokrolahi, Mohammad Reza Atashzar

Abstract:

The goals of treating patients with breast cancer are to cure the disease, prolong survival, and improve quality of life. Immune cells in the tumor microenvironment have an important role in regulating tumor progression. The term of cellular immunotherapy refers to the administration of living cells to a patient; this type of immunotherapy can be active, such as a dendritic cell (DC) vaccine, in that the cells can stimulate an anti-tumour response in the patient, or the therapy can be passive, whereby the cells have intrinsic anti-tumour activity; this is known as adoptive cell transfer (ACT) and includes the use of autologous or allogeneic lymphocytes that may, or may not, be modified. The most important breast cancer cellular immunotherapies involving the use of T cells and natural killer (NK) cells in adoptive cell transfer, as well as dendritic cells vaccines. T cell-based therapies including tumour-infiltrating lymphocytes (TILs), engineered TCR-T cells, chimeric antigen receptor (CAR T cell), Gamma-delta (γδ) T cells, natural killer T (NKT) cells. NK cell-based therapies including lymphokine-activated killers (LAK), cytokine-induced killer (CIK) cells, CAR-NK cells. Adoptive cell therapy has some advantages and disadvantages some. TILs cell strictly directed against tumor-specific antigens but are inactive against tumor changes due to immunoediting. CIK cell have MHC-independent cytotoxic effect and also need concurrent high dose IL-2 administration. CAR T cell are MHC-independent; overcome tumor MHC molecule downregulation; potent in recognizing any cell surface antigen (protein, carbohydrate or glycolipid); applicable to a broad range of patients and T cell populations; production of large numbers of tumor-specific cells in a moderately short period of time. Meanwhile CAR T cells capable of targeting only cell surface antigens; lethal toxicity due to cytokine storm reported. Here we present the most popular cancer cellular immunotherapy approaches and discuss their clinical relevance referring to data acquired from clinical trials .To date, clinical experience and efficacy suggest that combining more than one immunotherapy interventions, in conjunction with other treatment options like chemotherapy, radiotherapy and targeted or epigenetic therapy, should guide the way to cancer cure.

Keywords: breast cancer , cell therapy , CAR T cell , CIK cells

Procedia PDF Downloads 98
4471 New Approach for Load Modeling

Authors: Slim Chokri

Abstract:

Load forecasting is one of the central functions in power systems operations. Electricity cannot be stored, which means that for electric utility, the estimate of the future demand is necessary in managing the production and purchasing in an economically reasonable way. A majority of the recently reported approaches are based on neural network. The attraction of the methods lies in the assumption that neural networks are able to learn properties of the load. However, the development of the methods is not finished, and the lack of comparative results on different model variations is a problem. This paper presents a new approach in order to predict the Tunisia daily peak load. The proposed method employs a computational intelligence scheme based on the Fuzzy neural network (FNN) and support vector regression (SVR). Experimental results obtained indicate that our proposed FNN-SVR technique gives significantly good prediction accuracy compared to some classical techniques.

Keywords: neural network, load forecasting, fuzzy inference, machine learning, fuzzy modeling and rule extraction, support vector regression

Procedia PDF Downloads 404
4470 Prediction of the Lateral Bearing Capacity of Short Piles in Clayey Soils Using Imperialist Competitive Algorithm-Based Artificial Neural Networks

Authors: Reza Dinarvand, Mahdi Sadeghian, Somaye Sadeghian

Abstract:

Prediction of the ultimate bearing capacity of piles (Qu) is one of the basic issues in geotechnical engineering. So far, several methods have been used to estimate Qu, including the recently developed artificial intelligence methods. In recent years, optimization algorithms have been used to minimize artificial network errors, such as colony algorithms, genetic algorithms, imperialist competitive algorithms, and so on. In the present research, artificial neural networks based on colonial competition algorithm (ANN-ICA) were used, and their results were compared with other methods. The results of laboratory tests of short piles in clayey soils with parameters such as pile diameter, pile buried length, eccentricity of load and undrained shear resistance of soil were used for modeling and evaluation. The results showed that ICA-based artificial neural networks predicted lateral bearing capacity of short piles with a correlation coefficient of 0.9865 for training data and 0.975 for test data. Furthermore, the results of the model indicated the superiority of ICA-based artificial neural networks compared to back-propagation artificial neural networks as well as the Broms and Hansen methods.

Keywords: artificial neural network, clayey soil, imperialist competition algorithm, lateral bearing capacity, short pile

Procedia PDF Downloads 115
4469 Alleviation of Endoplasmic Reticulum Stress in Mosquito Cells to Survive Dengue 2 Virus Infection

Authors: Jiun-Nan Hou, Tien-Huang Chen, Wei-June Chen

Abstract:

Dengue viruses (DENVs) are naturally transmitted between humans by mosquito vectors. Mosquito cells usually survive DENV infection, allowing infected mosquitoes to retain an active status for virus transmission. In this study, we found that DENV2 virus infection in mosquito cells causes the unfolded protein response (UPR) that activates the protein kinase RNA-like endoplasmic reticulum kinase (PERK) signal pathway, leading to shutdown of global protein translation in infected cells which was apparently regulated by the PERK signal pathway. According to observation in this study, the PERK signal pathway in DENV2-infected C6/36 cells alleviates ER stress, and reduces initiator and effector caspases, as well as the apoptosis rate via shutdown of cellular proteins. In fact, phosphorylation of eukaryotic initiation factor 2ɑ (eIF2ɑ) by the PERK signal pathway may impair recruitment of ribosomes that bind to the mRNA 5’-cap structure, resulting in an inhibitory effect on canonical cap-dependent cellular protein translation. The resultant pro-survival “byproduct” of infected mosquito cells is undoubtedly advantageous for viral replication. This finding provides insights into elucidating the PERK-mediated modulating web that is actively involved in dynamic protein synthesis, cell survival, and viral replication in mosquito cells.

Keywords: cap-dependent protein translation, dengue virus, endoplasmic reticulum stress, mosquito cells, PERK signal pathway

Procedia PDF Downloads 232
4468 Non-linear Analysis of Spontaneous EEG After Spinal Cord Injury: An Experimental Study

Authors: Jiangbo Pu, Hanhui Xu, Yazhou Wang, Hongyan Cui, Yong Hu

Abstract:

Spinal cord injury (SCI) brings great negative influence to the patients and society. Neurological loss in human after SCI is a major challenge in clinical. Instead, neural regeneration could have been seen in animals after SCI, and such regeneration could be retarded by blocking neural plasticity pathways, showing the importance of neural plasticity in functional recovery. Here we used sample entropy as an indicator of nonlinear dynamical in the brain to quantify plasticity changes in spontaneous EEG recordings of rats before and after SCI. The results showed that the entropy values were increased after the injury during the recovery in one week. The increasing tendency of sample entropy values is consistent with that of behavioral evaluation scores. It is indicated the potential application of sample entropy analysis for the evaluation of neural plasticity in spinal cord injury rat model.

Keywords: spinal cord injury (SCI), sample entropy, nonlinear, complex system, firing pattern, EEG, spontaneous activity, Basso Beattie Bresnahan (BBB) score

Procedia PDF Downloads 436
4467 Study of Temperature Difference and Current Distribution in Parallel-Connected Cells at Low Temperature

Authors: Sara Kamalisiahroudi, Jun Huang, Zhe Li, Jianbo Zhang

Abstract:

Two types of commercial cylindrical lithium ion batteries (Panasonic 3.4 Ah NCR-18650B and Samsung 2.9 Ah INR-18650), were investigated experimentally. The capacities of these samples were individually measured using constant current-constant voltage (CC-CV) method at different ambient temperatures (-10 ℃, 0 ℃, 25 ℃). Their internal resistance was determined by electrochemical impedance spectroscopy (EIS) and pulse discharge methods. The cells with different configurations of parallel connection NCR-NCR, INR-INR and NCR-INR were charged/discharged at the aforementioned ambient temperatures. The results showed that the difference of internal resistance between cells much more evident at low temperatures. Furthermore, the parallel connection of NCR-NCR exhibits the most uniform temperature distribution in cells at -10 ℃, this feature is quite favorable for the safety of the battery pack.

Keywords: batteries in parallel connection, internal resistance, low temperature, temperature difference, current distribution

Procedia PDF Downloads 447
4466 Message Passing Neural Network (MPNN) Approach to Multiphase Diffusion in Reservoirs for Well Interconnection Assessments

Authors: Margarita Mayoral-Villa, J. Klapp, L. Di G. Sigalotti, J. E. V. Guzmán

Abstract:

Automated learning techniques are widely applied in the energy sector to address challenging problems from a practical point of view. To this end, we discuss the implementation of a Message Passing algorithm (MPNN)within a Graph Neural Network(GNN)to leverage the neighborhood of a set of nodes during the aggregation process. This approach enables the characterization of multiphase diffusion processes in the reservoir, such that the flow paths underlying the interconnections between multiple wells may be inferred from previously available data on flow rates and bottomhole pressures. The results thus obtained compare favorably with the predictions produced by the Reduced Order Capacitance-Resistance Models (CRM) and suggest the potential of MPNNs to enhance the robustness of the forecasts while improving the computational efficiency.

Keywords: multiphase diffusion, message passing neural network, well interconnection, interwell connectivity, graph neural network, capacitance-resistance models

Procedia PDF Downloads 115
4465 The Using of Hybrid Superparamagnetic Magnetite Nanoparticles (Fe₃O₄)- Graphene Oxide Functionalized Surface with Collagen, to Target the Cancer Stem Cell

Authors: Ahmed Khalaf Reyad Raslan

Abstract:

Cancer stem cells (CSCs) describe a class of pluripotent cancer cells that behave analogously to normal stem cells in their ability to differentiate into the spectrum of cell types observed in tumors. The de-differentiation processes, such as an epithelial-mesenchymal transition (EMT), are known to enhance cellular plasticity. Here, we demonstrate a new hypothesis to use hybrid superparamagnetic magnetite nanoparticles (Fe₃O₄)- graphene oxide functionalized surface with Collagen to target the cancer stem cell as an early detection tool for cancer. We think that with the use of magnetic resonance imaging (MRI) and the new hybrid system would be possible to track the cancer stem cells.

Keywords: hydrogel, alginate, reduced graphene oxide, collagen

Procedia PDF Downloads 112
4464 Detection of Keypoint in Press-Fit Curve Based on Convolutional Neural Network

Authors: Shoujia Fang, Guoqing Ding, Xin Chen

Abstract:

The quality of press-fit assembly is closely related to reliability and safety of product. The paper proposed a keypoint detection method based on convolutional neural network to improve the accuracy of keypoint detection in press-fit curve. It would provide an auxiliary basis for judging quality of press-fit assembly. The press-fit curve is a curve of press-fit force and displacement. Both force data and distance data are time-series data. Therefore, one-dimensional convolutional neural network is used to process the press-fit curve. After the obtained press-fit data is filtered, the multi-layer one-dimensional convolutional neural network is used to perform the automatic learning of press-fit curve features, and then sent to the multi-layer perceptron to finally output keypoint of the curve. We used the data of press-fit assembly equipment in the actual production process to train CNN model, and we used different data from the same equipment to evaluate the performance of detection. Compared with the existing research result, the performance of detection was significantly improved. This method can provide a reliable basis for the judgment of press-fit quality.

Keywords: keypoint detection, curve feature, convolutional neural network, press-fit assembly

Procedia PDF Downloads 184
4463 ROCK Signaling and Radio Resistance: The Association and the Effect

Authors: P. Annapurna, Cecil Ross, Sudhir Krishna, Sweta Srivastava

Abstract:

Irradiation plays a pivotal role in cervical cancer treatment, however some tumors exhibit resistance to therapy while some exhibit relapse, due to better repair and enhanced resistance mechanisms operational in their cells. The present study aims to understand the signaling mechanism operational in resistance phenotype and in the present study we report the role of Rho GTPase associated protein kinase (ROCK) signaling in cervical carcinoma radio-resistance. ROCK signaling has been implicated in several tumor progressions and is important for DNA repair. Irradiation of spheroid cultures of SiHa cervical carcinoma derived cell line at 6Gy resulted in generation of resistant cells in vitro which had better clonogenic abilities and formed larger and more colonies, in soft agar colony formation assay, as compared to the non-irradiated cells. These cells also exhibited an enhanced motility phenotype. Cell cycle profiling showed the cells to be blocked in G2M phase with enhanced pCDC2 levels indicating onset of possible DNA repair mechanism. Notably, 3 days post-irradiation, irradiated cells showed increased ROCK2 translocation to the nucleus with enhanced protein expression as compared to the non-irradiated cells. Radio-sensitization of the resistant cells was enhanced using Y27632, an inhibitor to ROCK signaling. The treatment of resistant cells with Y27632 resulted in increased cell death upon further irradiation. This observation has been confirmed using inhibitory antibodies to ROCK1/2. Result show that both ROCK1/2 have a functional contribution in radiation resistance of cervical cancer cells derived from cell lines. Interestingly enrichment of stem like cells (Hoechst negative cells) was also observed upon irradiation and these cells were markedly sensitive to Y27632 treatment. Our results thus suggest the role of ROCK signaling in radio-resistance in cervical carcinoma. Further studies with human biopsies, mice models and mechanistic of ROCK signaling in the context of radio-resistance will clarify the role of this molecule further and allow for therapeutics development.

Keywords: cervical carcinoma, radio-resistance, ROCK signaling, cancer treatment

Procedia PDF Downloads 291
4462 Platform Development for Vero Cell Culture on Microcarriers Using Dissociation-Reassociation Method

Authors: Thanunthon Bowornsakulwong, Charukorn Charukarn, Franck Courtes, Panit Kitsubun, Lalintip Horcharoen

Abstract:

Vero cell is a continuous cell line that is widely used for the production of viral vaccines. However, due to its adherent characteristic, scaling up strategy in large-scale production remains complicated and thus limited. Consequently, suspension-like Vero cell culture processes based on microcarriers have been introduced and employed while also providing increased surface area per volume unit. However, harvesting Vero cells from microcarriers is a huge challenge due to difficulties in cells detaching, lower recovery yield, time-consuming and dissociation agent carry-over. To overcome these problems, we developed a dissociation-association platform technology for detaching and re-attaching cells during subculturing from microcarriers to microcarriers, which will be conveniently applied to seed trains strategies in large scale bioreactors. Herein, Hillex-2 was used to culture Vero cells in serum-containing media using spinner flasks as a scale-down model. The overall confluency of cells on microcarriers was observed using inverted microscope, and the sample cells were daily detached in order to obtain the kinetics data. The metabolites consumption and by-products formation were determined by Nova Biomedical BioprofileFlex.

Keywords: dissociation-reassociation, microcarrier, scale up, Vero cell

Procedia PDF Downloads 109
4461 Linking Metabolism, Pluripotency and Epigenetic Changes during Early Differentiation of Embryonic Stem Cells

Authors: Arieh Moussaieff, Bénédicte Elena-Herrmann, Yaakov Nahmias, Daniel Aberdam

Abstract:

Differentiation of pluripotent stem cells is a slow process, marked by the gradual loss of pluripotency factors over days in culture. While the first few days of differentiation show minor changes in the cellular transcriptome, intracellular signaling pathways remain largely unknown. Recently, several groups demonstrated that the metabolism of pluripotent mouse and human cells is different from that of somatic cells, showing a marked increase in glycolysis previously identified in cancer as the Warburg effect. Here, we sought to identify the earliest metabolic changes induced at the first hours of differentiation. High-resolution NMR analysis identified 35 metabolites and a distinct, gradual transition in metabolism during early differentiation. Metabolic and transcriptional analyses showed the induction of glycolysis toward acetate and acetyl-coA in pluripotent cells, and an increase in cholesterol biosynthesis during early differentiation. Importantly, this metabolic pathway regulated differentiation of human and mouse embryonic stem cells. Acetate delayed differentiation preventing differentiation-induced histone de-acetylation in a dose-dependent manner. Glycolytic inhibitors upstream of acetate caused differentiation of pluripotent cells, while those downstream delayed differentiation. Our data suggests that a rapid loss of glycolysis in early differentiation down-regulates acetate and acetyl-coA production, causing a loss of histone acetylation and concomitant loss of pluripotency. It demonstrate that pluripotent stem cells utilize a novel metabolism pathway to maintain pluripotency through acetate/acetyl-coA and highlights the important role metabolism plays in pluripotency and early differentiation of stem cells.

Keywords: pluripotency, metabolomics, epigenetics, acetyl-coA

Procedia PDF Downloads 440
4460 Taxonomic Classification for Living Organisms Using Convolutional Neural Networks

Authors: Saed Khawaldeh, Mohamed Elsharnouby, Alaa Eddin Alchalabi, Usama Pervaiz, Tajwar Aleef, Vu Hoang Minh

Abstract:

Taxonomic classification has a wide-range of applications such as finding out more about the evolutionary history of organisms that can be done by making a comparison between species living now and species that lived in the past. This comparison can be made using different kinds of extracted species’ data which include DNA sequences. Compared to the estimated number of the organisms that nature harbours, humanity does not have a thorough comprehension of which specific species they all belong to, in spite of the significant development of science and scientific knowledge over many years. One of the methods that can be applied to extract information out of the study of organisms in this regard is to use the DNA sequence of a living organism as a marker, thus making it available to classify it into a taxonomy. The classification of living organisms can be done in many machine learning techniques including Neural Networks (NNs). In this study, DNA sequences classification is performed using Convolutional Neural Networks (CNNs) which is a special type of NNs.

Keywords: deep networks, convolutional neural networks, taxonomic classification, DNA sequences classification

Procedia PDF Downloads 404
4459 Automatic Detection of Proliferative Cells in Immunohistochemically Images of Meningioma Using Fuzzy C-Means Clustering and HSV Color Space

Authors: Vahid Anari, Mina Bakhshi

Abstract:

Visual search and identification of immunohistochemically stained tissue of meningioma was performed manually in pathologic laboratories to detect and diagnose the cancers type of meningioma. This task is very tedious and time-consuming. Moreover, because of cell's complex nature, it still remains a challenging task to segment cells from its background and analyze them automatically. In this paper, we develop and test a computerized scheme that can automatically identify cells in microscopic images of meningioma and classify them into positive (proliferative) and negative (normal) cells. Dataset including 150 images are used to test the scheme. The scheme uses Fuzzy C-means algorithm as a color clustering method based on perceptually uniform hue, saturation, value (HSV) color space. Since the cells are distinguishable by the human eye, the accuracy and stability of the algorithm are quantitatively compared through application to a wide variety of real images.

Keywords: positive cell, color segmentation, HSV color space, immunohistochemistry, meningioma, thresholding, fuzzy c-means

Procedia PDF Downloads 178
4458 Age Related Changes in the Neural Substrates of Emotion Regulation: Mechanisms, Consequences, and Interventions

Authors: Yasaman Mohammadi

Abstract:

Emotion regulation is a complex process that allows individuals to manage and modulate their emotional responses in order to adaptively respond to environmental demands. As individuals age, emotion regulation abilities may decline, leading to an increased vulnerability to mood disorders and other negative health outcomes. Advances in neuroimaging techniques have greatly enhanced our understanding of the neural substrates underlying emotion regulation and age-related changes in these neural systems. Additionally, genetic research has identified several candidate genes that may influence age-related changes in emotion regulation. In this paper, we review recent findings from neuroimaging and genetic research on age-related changes in the neural substrates of emotion regulation, highlighting the mechanisms and consequences of these changes. We also discuss potential interventions, including cognitive and behavioral approaches, that may be effective in mitigating age-related declines in emotion regulation. We propose that a better understanding of the mechanisms underlying age-related changes in emotion regulation may lead to the development of more targeted interventions aimed at promoting healthy emotional functioning in older adults. Overall, this paper highlights the importance of studying age-related changes in emotion regulation and provides a roadmap for future research in this field.

Keywords: emotion regulation, aging, neural substrates, neuroimaging, emotional functioning, healthy aging

Procedia PDF Downloads 75
4457 Sirt1 Promotes C2C12 Myoblast Cell Proliferation by Myostatin Signaling Pathway

Authors: Cuili Yang, Chengcao Sun, Ruilin Xue, Yongyong Xi, Liang Wang, Dejia Li

Abstract:

Backgrounds: Previous studies showed that Sirt1 plays an important role in C2C12 myoblast cell proliferation, but the mechanism(s) involved in this process remains unclear. This work was undertaken to determine if Myostatin participates in the regulation of C2C12 proliferation by Sirt1. Methods: We administrated the Sirt1 activator resveratrol, inhibitor Nicotinamide (NAM) and Myostatin inhibitor SB431542 on C2C12 myoblast cells. Cell viability was evaluated by CCK8 assay. The expression of Sirt1 and MyoD were detected by qRT-PCR. Utilizing western blot to determinate the expression of myostatin, P107 and p-P107. Results: Our results showed that resveratrol promoted the proliferation of C2C12 myoblast cells, while NAM suppressed the proliferation of C2C12 myoblast cells; SB431542 promoted the proliferation of C2C12 myoblast cells and attenuated the inhibition effect of NAM on C2C12 myoblast cells proliferation; Resveratrol can significantly increase the expression of Sirt1 and MyoD, decrease the expression of Myostatin, while NAM can significantly down-regulate the expression of Sirt1, MyoD and the phosphorylation of P107(p-P107), but up-regulate the expression of Myostatin and the protein P107; SB431542 can significantly mitigate the effect of NAM on the expression of MyoD, P107, and p-P107. Conclusions: Taken together, these results indicate that Sirt1 promotes the proliferation of C2C12 myoblast cells via Myostatin signaling pathway.

Keywords: Sirt1, C2C12 cells, proliferation, myostatin signaling pathway

Procedia PDF Downloads 425
4456 Intelligent Prediction System for Diagnosis of Heart Attack

Authors: Oluwaponmile David Alao

Abstract:

Due to an increase in the death rate as a result of heart attack. There is need to develop a system that can be useful in the diagnosis of the disease at the medical centre. This system will help in preventing misdiagnosis that may occur from the medical practitioner or the physicians. In this research work, heart disease dataset obtained from UCI repository has been used to develop an intelligent prediction diagnosis system. The system is modeled on a feedforwad neural network and trained with back propagation neural network. A recognition rate of 86% is obtained from the testing of the network.

Keywords: heart disease, artificial neural network, diagnosis, prediction system

Procedia PDF Downloads 421
4455 A Three-Dimensional TLM Simulation Method for Thermal Effect in PV-Solar Cells

Authors: R. Hocine, A. Boudjemai, A. Amrani, K. Belkacemi

Abstract:

Temperature rising is a negative factor in almost all systems. It could cause by self heating or ambient temperature. In solar photovoltaic cells this temperature rising affects on the behavior of cells. The ability of a PV module to withstand the effects of periodic hot-spot heating that occurs when cells are operated under reverse biased conditions is closely related to the properties of the cell semi-conductor material. In addition, the thermal effect also influences the estimation of the maximum power point (MPP) and electrical parameters for the PV modules, such as maximum output power, maximum conversion efficiency, internal efficiency, reliability, and lifetime. The cells junction temperature is a critical parameter that significantly affects the electrical characteristics of PV modules. For practical applications of PV modules, it is very important to accurately estimate the junction temperature of PV modules and analyze the thermal characteristics of the PV modules. Once the temperature variation is taken into account, we can then acquire a more accurate MPP for the PV modules, and the maximum utilization efficiency of the PV modules can also be further achieved. In this paper, the three-Dimensional Transmission Line Matrix (3D-TLM) method was used to map the surface temperature distribution of solar cells while in the reverse bias mode. It was observed that some cells exhibited an inhomogeneity of the surface temperature resulting in localized heating (hot-spot). This hot-spot heating causes irreversible destruction of the solar cell structure. Hot spots can have a deleterious impact on the total solar modules if individual solar cells are heated. So, the results show clearly that the solar cells are capable of self-generating considerable amounts of heat that should be dissipated very quickly to increase PV module's lifetime.

Keywords: thermal effect, conduction, heat dissipation, thermal conductivity, solar cell, PV module, nodes, 3D-TLM

Procedia PDF Downloads 355
4454 Astaxanthin Induces Cytotoxicity through Down-Regulating Rad51 Expression in Human Lung Cancer Cells

Authors: Jyh-Cheng Chen, Tai-Jing Wang, Yun-Wei Lin

Abstract:

Astaxanthin has been demonstrated to exhibit a wide range of beneficial effects including anti-inflammatory and anti-cancer properties. However, the molecular mechanism of astaxanthin-induced cytotoxicity in non-small cell lung cancer (NSCLC) cells has not been identified. Rad51 plays a central role in homologous recombination and high levels of Rad51 expression are observed in chemo- or radioresistant carcinomas. In this study, astaxanthin treatment inhibited cell viability and proliferation of two NSCLC cells, A549 and H1703. Treatment with astaxanthin decreased Rad51 expression and phospho-AKT protein level in a time and dose-dependent manner. Furthermore, expression of constitutively active AKT (AKT-CA) vector significantly rescued the decreased Rad51 protein and mRNA levels in astaxanthin-treated NSCLC cells. Combined treatment with PI3K inhibitors (LY294002 or wortmannin) and astaxanthin further decreased the Rad51 expression in NSCLC cells. Knockdown of Rad51 enhanced astaxanthin-induced cytotoxicity and growth inhibition in NSCLC cells. These findings may have implications for the rational design of future drug regimens incorporating astaxanthin for the treatment of NSCLC.

Keywords: astaxanthin, cytotoxicity, AKT, non-small cell lung cancer, PI3K

Procedia PDF Downloads 272
4453 Comparative Stem Cells Therapy for Regeneration of Liver Fibrosis

Authors: H. M. Imam, H. M. Rezk, A. F. Tohamy

Abstract:

Background: Human umbilical cord blood (HUCB) is considered as a unique source for stem cells. HUCB contain different types of progenitor cells which could differentiate into hepatocytes. Aims: To investigate the potential of rat's liver damage repair using human umbilical cord mesenchymal stem cells (hUCMSCs). We investigated the feasibility for hUCMSCs in recovery from liver damage. Moreover, investigating fibrotic liver repair and using the CCl4-induced model for liver damage in the rat. Methods: Rats were injected with 0.5 ml/kg CCl4 to induce liver damage and progressive liver fibrosis. hUCMSCs were injected into the rats through the tail vein; Stem cells were transplanted at a dose of 1×106 cells/rat after 72 hours of CCl4 injection without receiving any immunosuppressant. After (6 and 8 weeks) of transplantation, blood samples were collected to assess liver functions (ALT, AST, GGT and ALB) and level of Procollagen III as a liver fibrosis marker. In addition, hepatic tissue regeneration was assessed histopathologically and immunohistochemically using antihuman monoclonal antibodies against CD34, CK19 and albumin. Results: Biochemical and histopathological analysis showed significantly increased recovery from liver damage in the transplanted group. In addition, HUCB stem cells transdifferentiated into functional hepatocytes in rats with hepatic injury which results in improving liver structure and function. Conclusion: Our findings suggest that transplantation of hUCMSCs may be a novel therapeutic approach for treating liver fibrosis. Therefore, hUCMSCs are a potential option for treatment of liver cirrhosis.

Keywords: carbon tetra chloride, liver fibrosis, mesenchymal stem cells, rat

Procedia PDF Downloads 312
4452 Synthesis of Novel Organic Dyes Based on Indigo for Dye-Sensitized Solar Cells

Authors: M. Hosseinnejad, K. Gharanjig, S. Moradian

Abstract:

A novel metal free organic dyes based on indigo was prepared and used as sensitizers in dye-sensitized solar cells. The synthesized dye together with its corresponding intermediates were purified and characterized by analytical techniques. Such techniques confirmed the corresponding structures of dye and its intermediate and the yield of all the stages of dye preparation were calculated to be above 85%. Fluorometric analyses show fluorescence in the green region of the visible spectrum for dye. Oxidation potential measurements for dye ensured an energetically permissible and thermodynamically favourable charge transfer throughout the continuous cycle of photo-electric conversion. Finally, dye sensitized solar cells were fabricated in order to determine the photovoltaic behaviour and conversion efficiencies of dye. Such evaluations demonstrate rather medium conversion efficiencies of 2.33% for such simple structured synthesized dye. Such conversion efficiencies demonstrate the potentiality of future use of such dye structures in dye-sensitized solar cells with respect to low material costs, ease of molecular tailoring, high yields of reactions, high performance and ease of recyclability.

Keywords: conversion efficiency, Dye-sensitized solar cells, indigo, photonic material

Procedia PDF Downloads 345