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

Search results for: neural progentor cells

3726 A Customize Battery Management Approach for Satellite

Authors: Muhammad Affan, Muhammad Ilyas Raza, Muhammad Harris Hashmi

Abstract:

This work is attributed to the battery management unit design of student Satellites under Pakistan National Student Satellite Program (PNSSP). The aim has been to design a customized, low-cost, efficient, reliable and less-complex battery management scheme for the Satellite. Nowadays, Lithium Ion (Li-ion) batteries have become the de-facto standard for remote applications, especially for satellites. Li-ion cells are selected for secondary storage. The design also addresses Li-ion safety requirements by monitoring, balancing and protecting cells for safe and prolonged operation. Accurate voltage measurement of individual cells was the main challenge because all the actions triggered were based on the digital voltage measurement. For this purpose, a resistive-divider network is used to maintain simplicity and cost-effectiveness. To cater the problem of insufficient i/o pins on microcontroller, fast multiplexers and de-multiplexers were used. The discrepancy inherited in the given design is the dissipation of heat due to the dissipative resistors. However, it is still considered to be the optimum adoption, considering the simple and cost-effective nature of the passive balancing technique. Furthermore, it is a completely unique solution, customized to meet specific requirements. However, there is still an option for a more advanced and expensive design.

Keywords: satellite, battery module, passive balancing, dissipative

Procedia PDF Downloads 139
3725 Enhanced Retrieval-Augmented Generation (RAG) Method with Knowledge Graph and Graph Neural Network (GNN) for Automated QA Systems

Authors: Zhihao Zheng, Zhilin Wang, Linxin Liu

Abstract:

In the research of automated knowledge question-answering systems, accuracy and efficiency are critical challenges. This paper proposes a knowledge graph-enhanced Retrieval-Augmented Generation (RAG) method, combined with a Graph Neural Network (GNN) structure, to automatically determine the correctness of knowledge competition questions. First, a domain-specific knowledge graph was constructed from a large corpus of academic journal literature, with key entities and relationships extracted using Natural Language Processing (NLP) techniques. Then, the RAG method's retrieval module was expanded to simultaneously query both text databases and the knowledge graph, leveraging the GNN to further extract structured information from the knowledge graph. During answer generation, contextual information provided by the knowledge graph and GNN is incorporated to improve the accuracy and consistency of the answers. Experimental results demonstrate that the knowledge graph and GNN-enhanced RAG method perform excellently in determining the correctness of questions, achieving an accuracy rate of 95%. Particularly in cases involving ambiguity or requiring contextual information, the structured knowledge provided by the knowledge graph and GNN significantly enhances the RAG method's performance. This approach not only demonstrates significant advantages in improving the accuracy and efficiency of automated knowledge question-answering systems but also offers new directions and ideas for future research and practical applications.

Keywords: knowledge graph, graph neural network, retrieval-augmented generation, NLP

Procedia PDF Downloads 39
3724 Optimizing Perennial Plants Image Classification by Fine-Tuning Deep Neural Networks

Authors: Khairani Binti Supyan, Fatimah Khalid, Mas Rina Mustaffa, Azreen Bin Azman, Amirul Azuani Romle

Abstract:

Perennial plant classification plays a significant role in various agricultural and environmental applications, assisting in plant identification, disease detection, and biodiversity monitoring. Nevertheless, attaining high accuracy in perennial plant image classification remains challenging due to the complex variations in plant appearance, the diverse range of environmental conditions under which images are captured, and the inherent variability in image quality stemming from various factors such as lighting conditions, camera settings, and focus. This paper proposes an adaptation approach to optimize perennial plant image classification by fine-tuning the pre-trained DNNs model. This paper explores the efficacy of fine-tuning prevalent architectures, namely VGG16, ResNet50, and InceptionV3, leveraging transfer learning to tailor the models to the specific characteristics of perennial plant datasets. A subset of the MYLPHerbs dataset consisted of 6 perennial plant species of 13481 images under various environmental conditions that were used in the experiments. Different strategies for fine-tuning, including adjusting learning rates, training set sizes, data augmentation, and architectural modifications, were investigated. The experimental outcomes underscore the effectiveness of fine-tuning deep neural networks for perennial plant image classification, with ResNet50 showcasing the highest accuracy of 99.78%. Despite ResNet50's superior performance, both VGG16 and InceptionV3 achieved commendable accuracy of 99.67% and 99.37%, respectively. The overall outcomes reaffirm the robustness of the fine-tuning approach across different deep neural network architectures, offering insights into strategies for optimizing model performance in the domain of perennial plant image classification.

Keywords: perennial plants, image classification, deep neural networks, fine-tuning, transfer learning, VGG16, ResNet50, InceptionV3

Procedia PDF Downloads 66
3723 DSC2 Promotes the Proliferation, Metastasis and Drug Resistance of Lung Cancer by Activating the PI3K/AKT Pathway

Authors: Qi LI, Xu Lin, Nengming Lin

Abstract:

Objective: The aim of this study was to investigate the role of desmocollin 2 (DSC2) protein in the proliferation, migration and drug resistance of lung cancer cells. Method: CCK-8 assays and colony formation assays were used to evaluate the effect of dsc2 regulation on cancer cell viability and colony formation. Transwell assays and wound healing assays were also performed. Cell flow double staining was used to detect the apoptosis rate of cells with DSC2, which was added cisplatin. Western blot assay was used to detect cell cycle, PI3k/Akt and apoptosis-related proteins. Results: Our data showed that dsc2 is upregulated in clinical lung cancer tissues compared with pericarcinomatous tissues, and it is differentially expressed in lung cancer cell lines. The down-regulation of dsc2 in A549 and H358 lung cancer cells significantly suppressed the cell proliferation, metastasis, and motility. In contrast, the opposite effects were observed in overexpression of dsc2 both in H23 and PC9 cell lines. In addition to lung adenocarcinoma cell lines, we also examined its expression in lung squamous cell lines, such as H226. Western blotting showed that dsc2 could reduce the level of phosphorylated Akt (Ser 473) and p-mTOR. Thus, it is speculated that dsc2 up-regulation promotes proliferation and invasiveness through activation of the PI3K/AKT pathway. Also, knockdown of dsc2 in A549 and H226 could significantly decreased in the levels of cyclinB and wee1 protein. Additionally, flow cytometry showed that dsc2 knockdown combined with cisplatin could significantly enhance cell apoptosis rate. Conclusion: These data suggest that dsc2 promotes the proliferation and migration of lung cancer cells in vitro. Also, the results suggested that dsc2 could affect the cell cycle and apoptosis of lung cells. Furthermore, knockdown of dsc2 could sensitize cisplatin in both lung adenocarcinoma and lung squamous cell lines. Thus we suggested that dsc2 can be used as a therapeutic target for lung cancer.

Keywords: desmocollin 2, cisplatin, lung cancer, PI3K/AKT, lung squamous cell

Procedia PDF Downloads 76
3722 Using Historical Data for Stock Prediction

Authors: Sofia Stoica

Abstract:

In this paper, we use historical data to predict the stock price of a tech company. To this end, we use a dataset consisting of the stock prices in the past five years of ten major tech companies – Adobe, Amazon, Apple, Facebook, Google, Microsoft, Netflix, Oracle, Salesforce, and Tesla. We experimented with a variety of models– a linear regressor model, K nearest Neighbors (KNN), a sequential neural network – and algorithms - Multiplicative Weight Update, and AdaBoost. We found that the sequential neural network performed the best, with a testing error of 0.18%. Interestingly, the linear model performed the second best with a testing error of 0.73%. These results show that using historical data is enough to obtain high accuracies, and a simple algorithm like linear regression has a performance similar to more sophisticated models while taking less time and resources to implement.

Keywords: finance, machine learning, opening price, stock market

Procedia PDF Downloads 189
3721 Nano-Texturing of Single Crystalline Silicon via Cu-Catalyzed Chemical Etching

Authors: A. A. Abaker Omer, H. B. Mohamed Balh, W. Liu, A. Abas, J. Yu, S. Li, W. Ma, W. El Kolaly, Y. Y. Ahmed Abuker

Abstract:

We have discovered an important technical solution that could make new approaches in the processing of wet silicon etching, especially in the production of photovoltaic cells. During its inferior light-trapping and structural properties, the inverted pyramid structure outperforms the conventional pyramid textures and black silicone. The traditional pyramid textures and black silicon can only be accomplished with more advanced lithography, laser processing, etc. Importantly, our data demonstrate the feasibility of an inverted pyramidal structure of silicon via one-step Cu-catalyzed chemical etching (CCCE) in Cu (NO3)2/HF/H2O2/H2O solutions. The effects of etching time and reaction temperature on surface geometry and light trapping were systematically investigated. The conclusion shows that the inverted pyramid structure has ultra-low reflectivity of ~4.2% in the wavelength of 300~1000 nm; introduce of Cu particles can significantly accelerate the dissolution of the silicon wafer. The etching and the inverted pyramid structure formation mechanism are discussed. Inverted pyramid structure with outstanding anti-reflectivity includes useful applications throughout the manufacture of semi-conductive industry-compatible solar cells, and can have significant impacts on industry colleagues and populations.

Keywords: Cu-catalyzed chemical etching, inverted pyramid nanostructured, reflection, solar cells

Procedia PDF Downloads 154
3720 A Palmprint Identification System Based Multi-Layer Perceptron

Authors: David P. Tantua, Abdulkader Helwan

Abstract:

Biometrics has been recently used for the human identification systems using the biological traits such as the fingerprints and iris scanning. Identification systems based biometrics show great efficiency and accuracy in such human identification applications. However, these types of systems are so far based on some image processing techniques only, which may decrease the efficiency of such applications. Thus, this paper aims to develop a human palmprint identification system using multi-layer perceptron neural network which has the capability to learn using a backpropagation learning algorithms. The developed system uses images obtained from a public database available on the internet (CASIA). The processing system is as follows: image filtering using median filter, image adjustment, image skeletonizing, edge detection using canny operator to extract features, clear unwanted components of the image. The second phase is to feed those processed images into a neural network classifier which will adaptively learn and create a class for each different image. 100 different images are used for training the system. Since this is an identification system, it should be tested with the same images. Therefore, the same 100 images are used for testing it, and any image out of the training set should be unrecognized. The experimental results shows that this developed system has a great accuracy 100% and it can be implemented in real life applications.

Keywords: biometrics, biological traits, multi-layer perceptron neural network, image skeletonizing, edge detection using canny operator

Procedia PDF Downloads 371
3719 Hysteresis Effect in Organometallic Perovskite Solar Cells with Mesoscopic NiO as a Hole Transport Layer

Authors: D. C. Asebiah, D. Saranin, S. Karazhanov, A. R. Tameev, M. Kah

Abstract:

In this paper, the mesoscopic NiO was used as a hole transport layer in the inverted planar organometallic hybrid perovskite solar cell to study the effect of hysteresis. The devices we fabricated have the structures Fluorine Tin Oxide (FTO)/mesoscopic NiO/perovskite/[6,6]-phenyl C₆₁-butyric acid methyl ester (PC₆₁BM) photovoltaic device. The perovskite solar cell was done by toluene air (TLA) method and horn sonication for the dispersion of the NiO nanoparticles in deionized water. The power conversion efficiency was 12.07% under 1.5 AM illumination. We report hysteresis in the in current-voltage dependence of the solar cells with mesoscopic NiO as a hole transport layer.

Keywords: perovskite, mesoscopic, hysteresis, toluene air

Procedia PDF Downloads 170
3718 Rooibos Extract Antioxidants: In vitro Models to Assess Their Bioavailability

Authors: Ntokozo Dambuza, Maryna Van De Venter, Trevor Koekemoer

Abstract:

Oxidative stress contributes to the pathogenesis of many diseases and consequently antioxidant therapy has attracted much attention as a potential therapeutic strategy. Regardless of the quantities ingested, antioxidants need to reach the diseased tissues at concentrations sufficient to combat oxidative stress. Bioavailability is thus a defining criterion for the therapeutic efficacy of antioxidants. In addition, therapeutic antioxidants must possess biologically relevant characteristics which can target the specific molecular mechanisms responsible for disease related oxidative stress. While many chemical antioxidant assays are available to quantify antioxidant capacity, they relate poorly to the biological environment and provide no information as to the bioavailability. The present comparative study thus aims to characterise green and fermented rooibos extracts, well recognized for their exceptional antioxidant capacity, in terms of antioxidant bioavailability and efficacy in a disease relevant cellular setting. Chinese green tea antioxidant activity was also evaluated. Chemical antioxidant assays (FRAP, DPPH and ORAC) confirmed the potent antioxidant capacity of both green and fermented rooibos, with green rooibos possessing antioxidant activity superior to that of fermented rooibos and Chinese green tea. Bioavailability was assessed using the PAMPA assay and the results indicate that green and fermented rooibos have a permeation coefficient of 5.7 x 10-6 and 6.9 x 10-6 cm/s, respectively. Chinese green tea permeability coefficient was 8.5 x 10-6 cm/s. These values were comparable to those of rifampicin, which is known to have a high permeability across intestinal epithelium with a permeability coefficient of 5 x 10 -6 cm/s. To assess the antioxidant efficacy in a cellular context, U937 and red blood cells were pre-treated with rooibos and Chinese green tea extracts in the presence of a dye DCFH-DA and then exposed to oxidative stress. Green rooibos exhibited highest activity with an IC50 value of 29 μg/ml and 70 μg/ml, when U937 and red blood cells were exposed oxidative stress, respectively. Fermented rooibos and Chinese green tea had IC50 values of 61 μg/ml and 57 μg/ml for U937, respectively, and 221 μg/ml and 405 μg/ml for red blood cells, respectively. These results indicate that fermented and green rooibos extracts were able to permeate the U937 cells and red blood cell membrane and inhibited oxidation of DCFH-DA to a fluorescent DCF within the cells.

Keywords: rooibos, antioxidants, permeability, bioavailability

Procedia PDF Downloads 317
3717 Mechanical Properties and Microstructure of Ultra-High Performance Concrete Containing Fly Ash and Silica Fume

Authors: Jisong Zhang, Yinghua Zhao

Abstract:

The present study investigated the mechanical properties and microstructure of Ultra-High Performance Concrete (UHPC) containing supplementary cementitious materials (SCMs), such as fly ash (FA) and silica fume (SF), and to verify the synergistic effect in the ternary system. On the basis of 30% fly ash replacement, the incorporation of either 10% SF or 20% SF show a better performance compared to the reference sample. The efficiency factor (k-value) was calculated as a synergistic effect to predict the compressive strength of UHPC with these SCMs. The SEM of micrographs and pore volume from BJH method indicate a high correlation with compressive strength. Further, an artificial neural networks model was constructed for prediction of the compressive strength of UHPC containing these SCMs.

Keywords: artificial neural network, fly ash, mechanical properties, ultra-high performance concrete

Procedia PDF Downloads 414
3716 UniFi: Universal Filter Model for Image Enhancement

Authors: Aleksei Samarin, Artyom Nazarenko, Valentin Malykh

Abstract:

Image enhancement is becoming more and more popular, especially on mobile devices. Nowadays, it is a common approach to enhance an image using a convolutional neural network (CNN). Such a network should be of significant size; otherwise, a possibility for the artifacts to occur is overgrowing. The existing large CNNs are computationally expensive, which could be crucial for mobile devices. Another important flaw of such models is they are poorly interpretable. There is another approach to image enhancement, namely, the usage of predefined filters in combination with the prediction of their applicability. We present an approach following this paradigm, which outperforms both existing CNN-based and filter-based approaches in the image enhancement task. It is easily adaptable for mobile devices since it has only 47 thousand parameters. It shows the best SSIM 0.919 on RANDOM250 (MIT Adobe FiveK) among small models and is thrice faster than previous models.

Keywords: universal filter, image enhancement, neural networks, computer vision

Procedia PDF Downloads 101
3715 New Quinazoline Derivative Exhibit Cytotoxic Effect agaisnt MCF-7 Human Breast Cancer Cell

Authors: Maryam Zahedifard, Fadhil Lafta Faraj, Nazia Abdul Majid, Hapipah Mohd Ali, Mahmood Ameen Abdulla

Abstract:

The new quinazoline Schiff bases have been synthesized through condensation reaction of 2-aminobenzhydrazide with 5-bromosalicylaldehyde and 3-methoxy-5-bromosalicylaldehyde. The compound was investigated for anticancer activity against MCF-7 human breast cancer cell line. It demonstrated a remarkable antiproliferative effect, with an IC50 value of 3.41±0.34, after 72 hours of treatment. Most apoptosis morphological features in treated MCF-7 cells were observed by AO/PI staining. The results of cell cycle analysis indicate that compounds did not induce S and M phase arrest in cell after 24 hours of treatment. Furthermore, MCF-7 cells treated with compound subjected to apoptosis death, as exhibited by perturbation of mitochondrial membrane potential and cytochrome C release as well as increase in ROS generation. We also found activation of caspases 3/7 and -9. Moreover, acute toxicity results demonstrated the nontoxic nature of the compounds in mice. Our results showed the selected compound significantly induce apoptosis in MCF-7 cells via intrinsic pathway, which might be considered as a potential candidate for further in vivo and clinical breast cancer studies.

Keywords: quinazoline Schiff base, apoptosis, MCF-7, caspase, cell cycle, acute toxicity

Procedia PDF Downloads 442
3714 A Concept for Flexible Battery Cell Manufacturing from Low to Medium Volumes

Authors: Tim Giesen, Raphael Adamietz, Pablo Mayer, Philipp Stiefel, Patrick Alle, Dirk Schlenker

Abstract:

The competitiveness and success of new electrical energy storages such as battery cells are significantly dependent on a short time-to-market. Producers who decide to supply new battery cells to the market need to be easily adaptable in manufacturing with respect to the early customers’ needs in terms of cell size, materials, delivery time and quantity. In the initial state, the required output rates do not yet allow the producers to have a fully automated manufacturing line nor to supply handmade battery cells. Yet there was no solution for manufacturing battery cells in low to medium volumes in a reproducible way. Thus, in terms of cell format and output quantity, a concept for the flexible assembly of battery cells was developed by the Fraunhofer-Institute for Manufacturing Engineering and Automation. Based on clustered processes, the modular system platform can be modified, enlarged or retrofitted in a short time frame according to the ordered product. The paper shows the analysis of the production steps from a conventional battery cell assembly line. Process solutions were found by using I/O-analysis, functional structures, and morphological boxes. The identified elementary functions were subsequently clustered by functional coherences for automation solutions and thus the single process cluster was generated. The result presented in this paper enables to manufacture different cell products on the same production system using seven process clusters. The paper shows the solution for a batch-wise flexible battery cell production using advanced process control. Further, the performed tests and benefits by using the process clusters as cyber-physical systems for an integrated production and value chain are discussed. The solution lowers the hurdles for SMEs to launch innovative cell products on the global market.

Keywords: automation, battery production, carrier, advanced process control, cyber-physical system

Procedia PDF Downloads 337
3713 Using Machine-Learning Methods for Allergen Amino Acid Sequence's Permutations

Authors: Kuei-Ling Sun, Emily Chia-Yu Su

Abstract:

Allergy is a hypersensitive overreaction of the immune system to environmental stimuli, and a major health problem. These overreactions include rashes, sneezing, fever, food allergies, anaphylaxis, asthmatic, shock, or other abnormal conditions. Allergies can be caused by food, insect stings, pollen, animal wool, and other allergens. Their development of allergies is due to both genetic and environmental factors. Allergies involve immunoglobulin E antibodies, a part of the body’s immune system. Immunoglobulin E antibodies will bind to an allergen and then transfer to a receptor on mast cells or basophils triggering the release of inflammatory chemicals such as histamine. Based on the increasingly serious problem of environmental change, changes in lifestyle, air pollution problem, and other factors, in this study, we both collect allergens and non-allergens from several databases and use several machine learning methods for classification, including logistic regression (LR), stepwise regression, decision tree (DT) and neural networks (NN) to do the model comparison and determine the permutations of allergen amino acid’s sequence.

Keywords: allergy, classification, decision tree, logistic regression, machine learning

Procedia PDF Downloads 303
3712 Role of Pro-Inflammatory and Regulatory Cytokines in Pathogenesis of Graves’ Disease in Association with Autoantibody Thyroid and Regulatory FoxP3 T-Cells

Authors: Dwitya Elvira, Eryati Darwin

Abstract:

Background: Graves’ disease (GD) is an autoimmune thyroid disease. Imbalance of Th1/Th2 cells and T-regulatory (Treg)/Th17 cells was thought to play pivotal role in the pathogenesis of GD. Treg FoxP3 produced TGF-β to maintain regulatory function, and Th17 cells produced IL-17 as cytokines that were thought in mediating several autoimmune diseases. The aim of this study is to assess the role of IL-17 and TGF-β in the pathogenesis of GD and to investigate its correlation with Thyroid Stimulating Hormone Receptor Antibody (TRAb) and Treg FoxP3 expression. Method: 30 GD patients and 27 age and sex-matched controls were enrolled in this study. Diagnosis of GD was based on clinical and biochemical of GD. Serum IL-17, TGF-β, TRAb, and FoxP3 were measured by enzyme-linked immunosorbent assay (ELISA). Data were analyzed by using SPSS 21.0 (SPSS Inc.). Spearman rank correlation test was used for assessment of correlation. The statistical significance was accepted as P<0.05. Result: There was no significant correlation between IL-17 and TGF-β serum with expression of FoxP3 level in GD, but there was significant correlation between TGF-β and TRAb serum level (P<0.05). Serum levels of IL-17 and TGF-β were found to be elevated in patient group compared to control, where mean values of IL-17 were 14.43±2.15 pg/mL and TGF-β were 10.44±3.19 pg/mL in patients group; and in control group, level of IL-17 were 7.1±1.45 pg/mL and TGF-β were 4.95±1.35 pg/mL. Conclusion: Serum Il-17 and TGF-β were elevated in GD patients that reflect the role of inflammatory and regulatory cytokines activation in pathogenesis of GD. There was significant correlation between TGF-β and TRAb, revealing that Treg cytokines may play a role in pathogenesis of GD.

Keywords: IL-17, TGF-B, FoxP3, TRAb, Graves’ disease

Procedia PDF Downloads 286
3711 Classification of Barley Varieties by Artificial Neural Networks

Authors: Alper Taner, Yesim Benal Oztekin, Huseyin Duran

Abstract:

In this study, an Artificial Neural Network (ANN) was developed in order to classify barley varieties. For this purpose, physical properties of barley varieties were determined and ANN techniques were used. The physical properties of 8 barley varieties grown in Turkey, namely thousand kernel weight, geometric mean diameter, sphericity, kernel volume, surface area, bulk density, true density, porosity and colour parameters of grain, were determined and it was found that these properties were statistically significant with respect to varieties. As ANN model, three models, N-l, N-2 and N-3 were constructed. The performances of these models were compared. It was determined that the best-fit model was N-1. In the N-1 model, the structure of the model was designed to be 11 input layers, 2 hidden layers and 1 output layer. Thousand kernel weight, geometric mean diameter, sphericity, kernel volume, surface area, bulk density, true density, porosity and colour parameters of grain were used as input parameter; and varieties as output parameter. R2, Root Mean Square Error and Mean Error for the N-l model were found as 99.99%, 0.00074 and 0.009%, respectively. All results obtained by the N-l model were observed to have been quite consistent with real data. By this model, it would be possible to construct automation systems for classification and cleaning in flourmills.

Keywords: physical properties, artificial neural networks, barley, classification

Procedia PDF Downloads 178
3710 Cryogenic Separation of CO2 from Molten Carbonate Fuel Cell Anode Outlet—Experimental Guidelines

Authors: Jarosław Milewski, Rafał Bernat

Abstract:

This paper presents an analysis of using cryogenic separation unit for recovering fuel from anode off gas of molten carbonate fuel cells (MCFCs) in order to upgrade the efficiently of the unit. In the proposed solution, the CSU is used for condensing water and carbon dioxide from anode off gas, and re-cycling the rest of the stream to the anode, saving certain amount of fuel (at least 30%). The resulting system efficiency is increased considerably. CSU, virtually consumes power, thus this solution has energy penalty as well, on the other hand, MCFC generates large amount of heat at elevated temperature, thus part of the CSU can be based on absorption chiller. In all cases, a high amount of fuel is obtained after condensation of water and carbon dioxide and re-cycled to the anode inlet. Based on mathematical modeling done previously, the concept and guidelines for forthcoming experimental investigations are presented in this paper. During planned experiments, an existing single cell laboratory stand will be equipped with re-cycle device (a fan, a peristaltic pump, etc.). Parallel, a mixture of anode off gas will be cooled down for determining the proper temperature for the separation of water and carbon dioxide.

Keywords: cryogenic separation, experiments, fuel cells, molten carbonate fuel cells

Procedia PDF Downloads 247
3709 Furnishing The Envelope; 3D Printed Construction Unit as Furniture

Authors: Maryam Kalkatechi

Abstract:

The paper presents the construction unit that was proposed as a result of researching and finding solutions for challenges of the traditional masonry unit. The concept of ‘unit as arrangements of cells’ was investigated in four categories of structure, handling and assembly, thermal characteristics and weather ability which resulted in construction unit as an independent system which shapes a part of the envelope. Comparing to the traditional wall systems in which the system is in layers, the part system is a monolithic piece by itself. Even though the overall wythe-10 inches- is less than the combined layers-14 inches- in a traditional wall system, it is still seen as a spatial component. The component as a furnishing of envelope is discussed from material application point of view. The algorithm definition of the arrangement cells crafts the relationship between cells and functionality with material. This craft is realized as the envelope furnishing. Three alternative materials in relation to furnishing the envelope are discussed for printing the construction unit; transparent plastic, opaque plastic and glass. The qualities vary in the four categories, however this paper focuses on the visual qualities of materials applied. In a diagram the qualities of the materials are compared in relation to each other.

Keywords: furnishing envelope, 3D printed construction unit, opaque plastic, transparent plastic, glass

Procedia PDF Downloads 181
3708 Artificial Neural Network to Predict the Optimum Performance of Air Conditioners under Environmental Conditions in Saudi Arabia

Authors: Amr Sadek, Abdelrahaman Al-Qahtany, Turkey Salem Al-Qahtany

Abstract:

In this study, a backpropagation artificial neural network (ANN) model has been used to predict the cooling and heating capacities of air conditioners (AC) under different conditions. Sufficiently large measurement results were obtained from the national energy-efficiency laboratories in Saudi Arabia and were used for the learning process of the ANN model. The parameters affecting the performance of the AC, including temperature, humidity level, specific heat enthalpy indoors and outdoors, and the air volume flow rate of indoor units, have been considered. These parameters were used as inputs for the ANN model, while the cooling and heating capacity values were set as the targets. A backpropagation ANN model with two hidden layers and one output layer could successfully correlate the input parameters with the targets. The characteristics of the ANN model including the input-processing, transfer, neurons-distance, topology, and training functions have been discussed. The performance of the ANN model was monitored over the training epochs and assessed using the mean squared error function. The model was then used to predict the performance of the AC under conditions that were not included in the measurement results. The optimum performance of the AC was also predicted under the different environmental conditions in Saudi Arabia. The uncertainty of the ANN model predictions has been evaluated taking into account the randomness of the data and lack of learning.

Keywords: artificial neural network, uncertainty of model predictions, efficiency of air conditioners, cooling and heating capacities

Procedia PDF Downloads 74
3707 In vitro Culture of Stem Node Segments of Maerua crassifolia

Authors: Abobaker Abrahem M. Saad, Asma Abudasalam

Abstract:

The stem node segments were cultured on Murashige and Skoog (MS) medium. In the case of using MS+ Zeatin (1 mg/l), small shoot buds were formed directly in 70% of explants after 15 days, their length range between 0.1 to 0.3 cm after two weeks and reached 0.3 cm in length and three shoots in numbers after 4 weeks. When those small shoots were sub cultured on the same medium, they increased in length, number and reached 0.4 cm with 4 shoots, 0.4 cm with 5 shoots after six, eight and ten weeks respectively. In the case of using MS free hormones, MS+IAA (0.2mg/l) +BA (0.5mg/l), MS + kin(0.5mg/l), MS + kin (3mg/l) and MS +NAA (3mg/l) +BA (1mg/l), no sign of responses were noticed and only change in color in some cases. Different types of parenchyma cells and many layers of thick wall sclerenchyma cells were observed on MS+BA (1mg/l).

Keywords: Maerua, stem node, shoots, buds, In vitro

Procedia PDF Downloads 312
3706 Undifferentiated Embryonal Sarcoma of Liver: A Rare Case Report

Authors: Thieu-Thi Tra My

Abstract:

Undifferentiated embryonal sarcoma of the liver (UESL), a rare malignant mesenchymal tumor, is commonly seen in children. The symptoms and imaging were not specific, so it could be mimicked with other tumors or liver abscesses. The tumor often appears as a large heterogeneous echoic solid mass with small cystic areas while showing a cyst-like appearance on CT and MRI. The histopathological manifestation of the UESL consisted of stellate-shaped and spindle cells scattered on a myxoid background with high mitotic count. Cells with multiple or bizarre nuclear were also observed. Here, we aimed to describe a 9-year-old male diagnosed with UESL focused on imaging and histopathological characteristics.

Keywords: undifferentiated embryonal sarcoma of liver, UESL, liver sarcoma, liver tumor, children

Procedia PDF Downloads 74
3705 Modeling Stream Flow with Prediction Uncertainty by Using SWAT Hydrologic and RBNN Neural Network Models for Agricultural Watershed in India

Authors: Ajai Singh

Abstract:

Simulation of hydrological processes at the watershed outlet through modelling approach is essential for proper planning and implementation of appropriate soil conservation measures in Damodar Barakar catchment, Hazaribagh, India where soil erosion is a dominant problem. This study quantifies the parametric uncertainty involved in simulation of stream flow using Soil and Water Assessment Tool (SWAT), a watershed scale model and Radial Basis Neural Network (RBNN), an artificial neural network model. Both the models were calibrated and validated based on measured stream flow and quantification of the uncertainty in SWAT model output was assessed using ‘‘Sequential Uncertainty Fitting Algorithm’’ (SUFI-2). Though both the model predicted satisfactorily, but RBNN model performed better than SWAT with R2 and NSE values of 0.92 and 0.92 during training, and 0.71 and 0.70 during validation period, respectively. Comparison of the results of the two models also indicates a wider prediction interval for the results of the SWAT model. The values of P-factor related to each model shows that the percentage of observed stream flow values bracketed by the 95PPU in the RBNN model as 91% is higher than the P-factor in SWAT as 87%. In other words the RBNN model estimates the stream flow values more accurately and with less uncertainty. It could be stated that RBNN model based on simple input could be used for estimation of monthly stream flow, missing data, and testing the accuracy and performance of other models.

Keywords: SWAT, RBNN, SUFI 2, bootstrap technique, stream flow, simulation

Procedia PDF Downloads 370
3704 Optimization of Topology-Aware Job Allocation on a High-Performance Computing Cluster by Neural Simulated Annealing

Authors: Zekang Lan, Yan Xu, Yingkun Huang, Dian Huang, Shengzhong Feng

Abstract:

Jobs on high-performance computing (HPC) clusters can suffer significant performance degradation due to inter-job network interference. Topology-aware job allocation problem (TJAP) is such a problem that decides how to dedicate nodes to specific applications to mitigate inter-job network interference. In this paper, we study the window-based TJAP on a fat-tree network aiming at minimizing the cost of communication hop, a defined inter-job interference metric. The window-based approach for scheduling repeats periodically, taking the jobs in the queue and solving an assignment problem that maps jobs to the available nodes. Two special allocation strategies are considered, i.e., static continuity assignment strategy (SCAS) and dynamic continuity assignment strategy (DCAS). For the SCAS, a 0-1 integer programming is developed. For the DCAS, an approach called neural simulated algorithm (NSA), which is an extension to simulated algorithm (SA) that learns a repair operator and employs them in a guided heuristic search, is proposed. The efficacy of NSA is demonstrated with a computational study against SA and SCIP. The results of numerical experiments indicate that both the model and algorithm proposed in this paper are effective.

Keywords: high-performance computing, job allocation, neural simulated annealing, topology-aware

Procedia PDF Downloads 118
3703 A Novel Approach of NPSO on Flexible Logistic (S-Shaped) Model for Software Reliability Prediction

Authors: Pooja Rani, G. S. Mahapatra, S. K. Pandey

Abstract:

In this paper, we propose a novel approach of Neural Network and Particle Swarm Optimization methods for software reliability prediction. We first explain how to apply compound function in neural network so that we can derive a Flexible Logistic (S-shaped) Growth Curve (FLGC) model. This model mathematically represents software failure as a random process and can be used to evaluate software development status during testing. To avoid trapping in local minima, we have applied Particle Swarm Optimization method to train proposed model using failure test data sets. We drive our proposed model using computational based intelligence modeling. Thus, proposed model becomes Neuro-Particle Swarm Optimization (NPSO) model. We do test result with different inertia weight to update particle and update velocity. We obtain result based on best inertia weight compare along with Personal based oriented PSO (pPSO) help to choose local best in network neighborhood. The applicability of proposed model is demonstrated through real time test data failure set. The results obtained from experiments show that the proposed model has a fairly accurate prediction capability in software reliability.

Keywords: software reliability, flexible logistic growth curve model, software cumulative failure prediction, neural network, particle swarm optimization

Procedia PDF Downloads 344
3702 Comparison of Sediment Rating Curve and Artificial Neural Network in Simulation of Suspended Sediment Load

Authors: Ahmad Saadiq, Neeraj Sahu

Abstract:

Sediment, which comprises of solid particles of mineral and organic material are transported by water. In river systems, the amount of sediment transported is controlled by both the transport capacity of the flow and the supply of sediment. The transport of sediment in rivers is important with respect to pollution, channel navigability, reservoir ageing, hydroelectric equipment longevity, fish habitat, river aesthetics and scientific interests. The sediment load transported in a river is a very complex hydrological phenomenon. Hence, sediment transport has attracted the attention of engineers from various aspects, and different methods have been used for its estimation. So, several experimental equations have been submitted by experts. Though the results of these methods have considerable differences with each other and with experimental observations, because the sediment measures have some limits, these equations can be used in estimating sediment load. In this present study, two black box models namely, an SRC (Sediment Rating Curve) and ANN (Artificial Neural Network) are used in the simulation of the suspended sediment load. The study is carried out for Seonath subbasin. Seonath is the biggest tributary of Mahanadi river, and it carries a vast amount of sediment. The data is collected for Jondhra hydrological observation station from India-WRIS (Water Resources Information System) and IMD (Indian Meteorological Department). These data include the discharge, sediment concentration and rainfall for 10 years. In this study, sediment load is estimated from the input parameters (discharge, rainfall, and past sediment) in various combination of simulations. A sediment rating curve used the water discharge to estimate the sediment concentration. This estimated sediment concentration is converted to sediment load. Likewise, for the application of these data in ANN, they are normalised first and then fed in various combinations to yield the sediment load. RMSE (root mean square error) and R² (coefficient of determination) between the observed load and the estimated load are used as evaluating criteria. For an ideal model, RMSE is zero and R² is 1. However, as the models used in this study are black box models, they don’t carry the exact representation of the factors which causes sedimentation. Hence, a model which gives the lowest RMSE and highest R² is the best model in this study. The lowest values of RMSE (based on normalised data) for sediment rating curve, feed forward back propagation, cascade forward back propagation and neural network fitting are 0.043425, 0.00679781, 0.0050089 and 0.0043727 respectively. The corresponding values of R² are 0.8258, 0.9941, 0.9968 and 0.9976. This implies that a neural network fitting model is superior to the other models used in this study. However, a drawback of neural network fitting is that it produces few negative estimates, which is not at all tolerable in the field of estimation of sediment load, and hence this model can’t be crowned as the best model among others, based on this study. A cascade forward back propagation produces results much closer to a neural network model and hence this model is the best model based on the present study.

Keywords: artificial neural network, Root mean squared error, sediment, sediment rating curve

Procedia PDF Downloads 325
3701 Review of Full Body Imaging and High-Resolution Automatic 3D Mapping Systems for Medical Application

Authors: Jurijs Salijevs, Katrina Bolocko

Abstract:

The integration of artificial intelligence and neural networks has significantly changed full-body imaging and high-resolution 3D mapping systems, and this paper reviews research in these areas. With an emphasis on their use in the early identification of melanoma and other disorders, the goal is to give a wide perspective on the current status and potential future of these medical imaging technologies. Authors also examine methodologies such as machine learning and deep learning, seeking to identify efficient procedures that enhance diagnostic capabilities through the analysis of 3D body scans. This work aims to encourage further research and technological development to harness the full potential of AI in disease diagnosis.

Keywords: artificial intelligence, neural networks, 3D scan, body scan, 3D mapping system, healthcare

Procedia PDF Downloads 103
3700 The Molecular Rationale for Steroid Based Therapy of Leukemia: Diagnostic and Therapeutic Implications

Authors: Eitan Yefenof

Abstract:

Glucocorticoid (GC) hormones, e.g. Dexamethasone and Prednisone, are widely used in the therapy of leukemia and lymphoma owing to their apoptogenic effect on lymphoid cells. However, the emergence of GC resistant cells during therapy is a major cause for treatment failure, urging the need for novel strategies that maintain leukemia sensitivity to the pro-apoptotic activity of GCs. GCs act by binding to the GC receptor (GR), which, in its inactive state, is sequestered in the cytosol by a multi-subunit complex of heat shock proteins. Upon ligand binding, the complex dissociates, allowing GR activation and translocation to the nucleus, where it regulates transcription of multiple genes. We demonstrated that in addition to gene expression, GR also regulates microRNA (miR) expression. Deep-sequencing analysis revealed 14 miRs that are regulated in GC-sensitive but resistant leukemias upon treatment with GC. GC up-regulates miR-103, miR-15~16 and miR-30e/d, while down-regulates miR-17, mir-18a, miR-19a, miR-19b, miR-20a and miR-92a (members of the miR-17∼92a multi-cistron). Upon transfection, miR-103 confers GC apoptotic sensitivity to otherwise GC-resistant cell. Furthermore, knocking down miR-103 expression reduces the GC apoptotic response of sensitive cells. miR-103 abrogates c-Myc expression, an oncogenic transcription factor which is deregulated in many cancers. In addition, miR-103 up-regulates Bim, a pro-apoptotic protein crucial for GC-induced death. Activated glycogen synthase kinase 3 (GSK3) is also crucial for GC-induced apoptosis. GSK3 is active in GC-sensitive but not in GC-resistant cells. We found that GSK3 associates with the GR multi-subunit complex. Upon GC exposure, it dissociates from the GR and interacts with Bim to enable activation of the mitochondrial apoptosis pathway. miR-103 mediated c-Myc ablation is followed by down-regulation of the multi-cistron miR-17~92a, in particular miR-18a and miR-20a. miR-18a targets GR for degradation whereas miR-20a targets Bim degradation. Hence, miR-103 acts, in concert with Bim and GR, as a "tumor suppressor" that leads to reduced proliferation, cell-cycle arrest and cell death. We suggest that miR-103 can provide a diagnostic tool that predicts the sensitivity of leukemia to GC based therapy. Furthermore, exosomal delivery of miR-103 or up-regulation of the endogenous miR-103 could confer apoptotic sensitivity to resistant cells at the outset, thus becoming a useful therapeutic tool combined with GCs.

Keywords: apoptosis, leukemia, micro-RNA, steroids

Procedia PDF Downloads 246
3699 Effect of He-Ne Laser Therapy on the Testis and Serum Testosterone Level in Adult Rats

Authors: Nadeem H. Meikha , Nazad H. Qader, Basheer M. Hasafa

Abstract:

The trial was conducted to examine the effect of He-Ne laser therapy on the testis and serum testosterone level in adult rats. Thirty five albino Western adult male rats aged 3-4 months and weighing approximately 250-300 g were used and divided into three treatments. Testicular tissue of rats in the first and second treatments were exposed once daily for three successively days to a dose of irradiation 1.02 j/cm2 (40 second), and to 2.03 j/cm2 (80 second) respectively, while the third group left without any treatments (control). The results showed that the process of irradiation adversely affected on the level of serum testosterone concentration of the irradiated rats in the first and second treatment comparing to the normal level in the control group. While the histological examination showed that decrease in number of germ cells with 40 second of irradiation at day three, with 80 second of irradiation the decreased started at day two and three. The spermatids number decreased in rate low, medium, high respectively for three days of 40 second of irradiation, while the spermatids number were adversely affected by dropping in a rate of medium, large and very large for three days of 80 second of irradiation, respectively. In conclusion our study revealed that any reduction in sertoli cells causes adverse affect on both spermatids and germinal cells which increase with the increasing of duration and repetition of irradiation.

Keywords: He-Ne laser, rats, testosterone, spermatids

Procedia PDF Downloads 274
3698 Proposing an Architecture for Drug Response Prediction by Integrating Multiomics Data and Utilizing Graph Transformers

Authors: Nishank Raisinghani

Abstract:

Efficiently predicting drug response remains a challenge in the realm of drug discovery. To address this issue, we propose four model architectures that combine graphical representation with varying positions of multiheaded self-attention mechanisms. By leveraging two types of multi-omics data, transcriptomics and genomics, we create a comprehensive representation of target cells and enable drug response prediction in precision medicine. A majority of our architectures utilize multiple transformer models, one with a graph attention mechanism and the other with a multiheaded self-attention mechanism, to generate latent representations of both drug and omics data, respectively. Our model architectures apply an attention mechanism to both drug and multiomics data, with the goal of procuring more comprehensive latent representations. The latent representations are then concatenated and input into a fully connected network to predict the IC-50 score, a measure of cell drug response. We experiment with all four of these architectures and extract results from all of them. Our study greatly contributes to the future of drug discovery and precision medicine by looking to optimize the time and accuracy of drug response prediction.

Keywords: drug discovery, transformers, graph neural networks, multiomics

Procedia PDF Downloads 153
3697 Growth and Differentiation of Mesenchymal Stem Cells on Titanium Alloy Ti6Al4V and Novel Beta Titanium Alloy Ti36Nb6Ta

Authors: Eva Filová, Jana Daňková, Věra Sovková, Matej Daniel

Abstract:

Titanium alloys are biocompatible metals that are widely used in clinical practice as load bearing implants. The chemical modification may influence cell adhesion, proliferation, and differentiation as well as stiffness of the material. The aim of the study was to evaluate the adhesion, growth and differentiation of pig mesenchymal stem cells on the novel beta titanium alloy Ti36Nb6Ta compared to standard medical titanium alloy Ti6Al4V. Discs of Ti36Nb6Ta and Ti6Al4V alloy were sterilized by ethanol, put in 48-well plates, and seeded by pig mesenchymal stem cells at the density of 60×103/cm2 and cultured in Minimum essential medium (Sigma) supplemented with 10% fetal bovine serum and penicillin/streptomycin. Cell viability was evaluated using MTS assay (CellTiter 96® AQueous One Solution Cell Proliferation Assay;Promega), cell proliferation using Quant-iT™ ds DNA Assay Kit (Life Technologies). Cells were stained immunohistochemically using monoclonal antibody beta-actin, and secondary antibody conjugated with AlexaFluor®488 and subsequently the spread area of cells was measured. Cell differentiation was evaluated by alkaline phosphatase assay using p-nitrophenyl phosphate (pNPP) as a substrate; the reaction was stopped by NaOH, and the absorbance was measured at 405 nm. Osteocalcin, specific bone marker was stained immunohistochemically and subsequently visualized using confocal microscopy; the fluorescence intensity was analyzed and quantified. Moreover, gene expression of osteogenic markers osteocalcin and type I collagen was evaluated by real-time reverse transcription-PCR (qRT-PCR). For statistical evaluation, One-way ANOVA followed by Student-Newman-Keuls Method was used. For qRT-PCR, the nonparametric Kruskal-Wallis Test and Dunn's Multiple Comparison Test were used. The absorbance in MTS assay was significantly higher on titanium alloy Ti6Al4V compared to beta titanium alloy Ti36Nb6Ta on days 7 and 14. Mesenchymal stem cells were well spread on both alloys, but no difference in spread area was found. No differences in alkaline phosphatase assay, fluorescence intensity of osteocalcin as well as the expression of type I collagen, and osteocalcin genes were observed. Higher expression of type I collagen compared to osteocalcin was observed for cells on both alloys. Both beta titanium alloy Ti36Nb6Ta and titanium alloy Ti6Al4V Ti36Nb6Ta supported mesenchymal stem cellsˈ adhesion, proliferation and osteogenic differentiation. Novel beta titanium alloys Ti36Nb6Ta is a promising material for bone implantation. The project was supported by the Czech Science Foundation: grant No. 16-14758S, the Grant Agency of the Charles University, grant No. 1246314 and by the Ministry of Education, Youth and Sports NPU I: LO1309.

Keywords: beta titanium, cell growth, mesenchymal stem cells, titanium alloy, implant

Procedia PDF Downloads 316