Search results for: phytochemical absorption prediction model
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 19237

Search results for: phytochemical absorption prediction model

18217 Profiling Risky Code Using Machine Learning

Authors: Zunaira Zaman, David Bohannon

Abstract:

This study explores the application of machine learning (ML) for detecting security vulnerabilities in source code. The research aims to assist organizations with large application portfolios and limited security testing capabilities in prioritizing security activities. ML-based approaches offer benefits such as increased confidence scores, false positives and negatives tuning, and automated feedback. The initial approach using natural language processing techniques to extract features achieved 86% accuracy during the training phase but suffered from overfitting and performed poorly on unseen datasets during testing. To address these issues, the study proposes using the abstract syntax tree (AST) for Java and C++ codebases to capture code semantics and structure and generate path-context representations for each function. The Code2Vec model architecture is used to learn distributed representations of source code snippets for training a machine-learning classifier for vulnerability prediction. The study evaluates the performance of the proposed methodology using two datasets and compares the results with existing approaches. The Devign dataset yielded 60% accuracy in predicting vulnerable code snippets and helped resist overfitting, while the Juliet Test Suite predicted specific vulnerabilities such as OS-Command Injection, Cryptographic, and Cross-Site Scripting vulnerabilities. The Code2Vec model achieved 75% accuracy and a 98% recall rate in predicting OS-Command Injection vulnerabilities. The study concludes that even partial AST representations of source code can be useful for vulnerability prediction. The approach has the potential for automated intelligent analysis of source code, including vulnerability prediction on unseen source code. State-of-the-art models using natural language processing techniques and CNN models with ensemble modelling techniques did not generalize well on unseen data and faced overfitting issues. However, predicting vulnerabilities in source code using machine learning poses challenges such as high dimensionality and complexity of source code, imbalanced datasets, and identifying specific types of vulnerabilities. Future work will address these challenges and expand the scope of the research.

Keywords: code embeddings, neural networks, natural language processing, OS command injection, software security, code properties

Procedia PDF Downloads 103
18216 Chatter Prediction of Curved Thin-walled Parts Considering Variation of Dynamic Characteristics Based on Acoustic Signals Acquisition

Authors: Damous Mohamed, Zeroudi Nasredine

Abstract:

High-speed milling of thin-walled parts with complex curvilinear profiles often encounters machining instability, commonly referred to as chatter. This phenomenon arises due to the dynamic interaction between the cutting tool and the part, exacerbated by the part's low rigidity and varying dynamic characteristics along the tool path. This research presents a dynamic model specifically developed to predict machining stability for such curved thin-walled components. The model employs the semi-discretization method, segmenting the tool trajectory into small, straight elements to locally approximate the behavior of an inclined plane. Dynamic characteristics for each segment are extracted through experimental modal analysis and incorporated into the simulation model to generate global stability lobe diagrams. Validation of the model is conducted through cutting tests where acoustic intensity is measured to detect instabilities. The experimental data align closely with the predicted stability limits, confirming the model's accuracy and effectiveness. This work provides a comprehensive approach to enhancing machining stability predictions, thereby improving the efficiency and quality of high-speed milling operations for thin-walled parts.

Keywords: chatter, curved thin-walled part, semi-discretization method, stability lobe diagrams

Procedia PDF Downloads 15
18215 The Characteristics of Settlement Owing to the Construction of Several Parallel Tunnels with Short Distances

Authors: Lojain Suliman, Xinrong Liu, Xiaohan Zhou

Abstract:

Since most tunnels are built in crowded metropolitan settings, the excavation process must take place in highly condensed locations, including high-density cities. In this way, the tunnels are typically located close together, which leads to more interaction between the parallel existing tunnels, and this, in turn, leads to more settlement. This research presents an examination of the impact of a large-scale tunnel excavation on two forms of settlement: surface settlement and settlement surrounding the tunnel. Additionally, research has been done on the properties of interactions between two and three parallel tunnels. The settlement has been evaluated using three primary techniques: theoretical modeling, numerical simulation, and data monitoring. Additionally, a parametric investigation on how distance affects the settlement characteristic for parallel tunnels with short distances has been completed. Additionally, it has been observed that the sequence of excavation has an impact on the behavior of settlements. Nevertheless, a comparison of the model test and numerical simulation yields significant agreement in terms of settlement trend and value. Additionally, when compared to the FEM study, the suggested analytical solution exhibits reduced sensitivity in the settlement prediction. For example, the settlement of the small tunnel diameter does not appear clearly on the settlement curve, while it is notable in the FEM analysis. It is advised, however, that additional studies be conducted in the future employing analytical solutions for settlement prediction for parallel tunnels.

Keywords: settlement, FEM, analytical solution, parallel tunnels

Procedia PDF Downloads 29
18214 Prediction of Malawi Rainfall from Global Sea Surface Temperature Using a Simple Multiple Regression Model

Authors: Chisomo Patrick Kumbuyo, Katsuyuki Shimizu, Hiroshi Yasuda, Yoshinobu Kitamura

Abstract:

This study deals with a way of predicting Malawi rainfall from global sea surface temperature (SST) using a simple multiple regression model. Monthly rainfall data from nine stations in Malawi grouped into two zones on the basis of inter-station rainfall correlations were used in the study. Zone 1 consisted of Karonga and Nkhatabay stations, located in northern Malawi; and Zone 2 consisted of Bolero, located in northern Malawi; Kasungu, Dedza, Salima, located in central Malawi; Mangochi, Makoka and Ngabu stations located in southern Malawi. Links between Malawi rainfall and SST based on statistical correlations were evaluated and significant results selected as predictors for the regression models. The predictors for Zone 1 model were identified from the Atlantic, Indian and Pacific oceans while those for Zone 2 were identified from the Pacific Ocean. The correlation between the fit of predicted and observed rainfall values of the models were satisfactory with r=0.81 and 0.54 for Zone 1 and 2 respectively (significant at less than 99.99%). The results of the models are in agreement with other findings that suggest that SST anomalies in the Atlantic, Indian and Pacific oceans have an influence on the rainfall patterns of Southern Africa.

Keywords: Malawi rainfall, forecast model, predictors, SST

Procedia PDF Downloads 385
18213 Predictive Maintenance: Machine Condition Real-Time Monitoring and Failure Prediction

Authors: Yan Zhang

Abstract:

Predictive maintenance is a technique to predict when an in-service machine will fail so that maintenance can be planned in advance. Analytics-driven predictive maintenance is gaining increasing attention in many industries such as manufacturing, utilities, aerospace, etc., along with the emerging demand of Internet of Things (IoT) applications and the maturity of technologies that support Big Data storage and processing. This study aims to build an end-to-end analytics solution that includes both real-time machine condition monitoring and machine learning based predictive analytics capabilities. The goal is to showcase a general predictive maintenance solution architecture, which suggests how the data generated from field machines can be collected, transmitted, stored, and analyzed. We use a publicly available aircraft engine run-to-failure dataset to illustrate the streaming analytics component and the batch failure prediction component. We outline the contributions of this study from four aspects. First, we compare the predictive maintenance problems from the view of the traditional reliability centered maintenance field, and from the view of the IoT applications. When evolving to the IoT era, predictive maintenance has shifted its focus from ensuring reliable machine operations to improve production/maintenance efficiency via any maintenance related tasks. It covers a variety of topics, including but not limited to: failure prediction, fault forecasting, failure detection and diagnosis, and recommendation of maintenance actions after failure. Second, we review the state-of-art technologies that enable a machine/device to transmit data all the way through the Cloud for storage and advanced analytics. These technologies vary drastically mainly based on the power source and functionality of the devices. For example, a consumer machine such as an elevator uses completely different data transmission protocols comparing to the sensor units in an environmental sensor network. The former may transfer data into the Cloud via WiFi directly. The latter usually uses radio communication inherent the network, and the data is stored in a staging data node before it can be transmitted into the Cloud when necessary. Third, we illustrate show to formulate a machine learning problem to predict machine fault/failures. By showing a step-by-step process of data labeling, feature engineering, model construction and evaluation, we share following experiences: (1) what are the specific data quality issues that have crucial impact on predictive maintenance use cases; (2) how to train and evaluate a model when training data contains inter-dependent records. Four, we review the tools available to build such a data pipeline that digests the data and produce insights. We show the tools we use including data injection, streaming data processing, machine learning model training, and the tool that coordinates/schedules different jobs. In addition, we show the visualization tool that creates rich data visualizations for both real-time insights and prediction results. To conclude, there are two key takeaways from this study. (1) It summarizes the landscape and challenges of predictive maintenance applications. (2) It takes an example in aerospace with publicly available data to illustrate each component in the proposed data pipeline and showcases how the solution can be deployed as a live demo.

Keywords: Internet of Things, machine learning, predictive maintenance, streaming data

Procedia PDF Downloads 382
18212 Capability Prediction of Machining Processes Based on Uncertainty Analysis

Authors: Hamed Afrasiab, Saeed Khodaygan

Abstract:

Prediction of machining process capability in the design stage plays a key role to reach the precision design and manufacturing of mechanical products. Inaccuracies in machining process lead to errors in position and orientation of machined features on the part, and strongly affect the process capability in the final quality of the product. In this paper, an efficient systematic approach is given to investigate the machining errors to predict the manufacturing errors of the parts and capability prediction of corresponding machining processes. A mathematical formulation of fixture locators modeling is presented to establish the relationship between the part errors and the related sources. Based on this method, the final machining errors of the part can be accurately estimated by relating them to the combined dimensional and geometric tolerances of the workpiece – fixture system. This method is developed for uncertainty analysis based on the Worst Case and statistical approaches. The application of the presented method is illustrated through presenting an example and the computational results are compared with the Monte Carlo simulation results.

Keywords: process capability, machining error, dimensional and geometrical tolerances, uncertainty analysis

Procedia PDF Downloads 302
18211 Effects of Titanium Dioxide Coatings on Building Composites for Sustainable Construction Applications

Authors: Ifeyinwa Ijeoma Obianyo, Luqman Adedeji Taiwo, Olugbenga O. Amu, Azikiwe Peter Onwualu

Abstract:

Improving the durability of building materials saves maintenance costs, construction time, and energy. In this study, titanium dioxide coated conventional and non-conventional composites were produced, and the effects of titanium dioxide coatings were investigated. Conventional composites were produced using river sand and Portland cement, whereas non-conventional composites were produced by partially replacing river sand and Portland cement with quarry dust and rice husk ash. Water absorption and thickness swelling tests were conducted on the produced coated and non-coated block samples. A reduction in water absorption was observed in the coated composite samples when compared to the non-coated composite samples, and this is an indication of the improved durability of the samples coated with titanium dioxide. However, there was an increase in the thickness swelling of coatings on the coated block samples, but this increase has a slight influence on the compressive strength of the coated samples. The outcome of this study indicates that coating composite building blocks with titanium dioxide will improve theirdurability. Also, the site exposure experiments revealed the self-cleansing properties of TiO2-coated composite block samples, while the Rhodamine B discolouration test confirmed the photocatalytic features of TiO2-coated composite block samples.

Keywords: titanium dioxide, water absorption, durability, mechanical properties, building composite

Procedia PDF Downloads 107
18210 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 182
18209 Prospectivity Mapping of Orogenic Lode Gold Deposits Using Fuzzy Models: A Case Study of Saqqez Area, Northwestern Iran

Authors: Fanous Mohammadi, Majid H. Tangestani, Mohammad H. Tayebi

Abstract:

This research aims to evaluate and compare Geographical Information Systems (GIS)-based fuzzy models for producing orogenic gold prospectivity maps in the Saqqez area, NW of Iran. Gold occurrences are hosted in sericite schist and mafic to felsic meta-volcanic rocks in this area and are associated with hydrothermal alterations that extend over ductile to brittle shear zones. The predictor maps, which represent the Pre-(Source/Trigger/Pathway), syn-(deposition/physical/chemical traps) and post-mineralization (preservation/distribution of indicator minerals) subsystems for gold mineralization, were generated using empirical understandings of the specifications of known orogenic gold deposits and gold mineral systems and were then pre-processed and integrated to produce mineral prospectivity maps. Five fuzzy logic operators, including AND, OR, Fuzzy Algebraic Product (FAP), Fuzzy Algebraic Sum (FAS), and GAMMA, were applied to the predictor maps in order to find the most efficient prediction model. Prediction-Area (P-A) plots and field observations were used to assess and evaluate the accuracy of prediction models. Mineral prospectivity maps generated by AND, OR, FAP, and FAS operators were inaccurate and, therefore, unable to pinpoint the exact location of discovered gold occurrences. The GAMMA operator, on the other hand, produced acceptable results and identified potentially economic target sites. The P-A plot revealed that 68 percent of known orogenic gold deposits are found in high and very high potential regions. The GAMMA operator was shown to be useful in predicting and defining cost-effective target sites for orogenic gold deposits, as well as optimizing mineral deposit exploitation.

Keywords: mineral prospectivity mapping, fuzzy logic, GIS, orogenic gold deposit, Saqqez, Iran

Procedia PDF Downloads 118
18208 Simulation of Reflectometry in Alborz Tokamak

Authors: S. Kohestani, R. Amrollahi, P. Daryabor

Abstract:

Microwave diagnostics such as reflectometry are receiving growing attention in magnetic confinement fusionresearch. In order to obtain the better understanding of plasma confinement physics, more detailed measurements on density profile and its fluctuations might be required. A 2D full-wave simulation of ordinary mode propagation has been written in an effort to model effects seen in reflectometry experiment. The code uses the finite-difference-time-domain method with a perfectly-matched-layer absorption boundary to solve Maxwell’s equations.The code has been used to simulate the reflectometer measurement in Alborz Tokamak.

Keywords: reflectometry, simulation, ordinary mode, tokamak

Procedia PDF Downloads 417
18207 Antioxydant Properties and Gastroprotective Effect of Rosa canina Aqueous Extract against Alcohol-Induced Ulceration and Oxidative Stress in Rat Model

Authors: H. Sebai, M. A. Jabria, D. Wannes, H. Tounsi, L. Marzouki

Abstract:

We aimed in the present study to investigate the protective effects of Tunisian Rosa canina aqueous extract (RCAE) against ethanol-induced gastric ulceration and oxidative stress in a rat model. In this respect, adult male Wistar rats were used and divided into six groups of ten each: control, EtOH, EtOH plus various doses of RCAE, EtOH plus famotidine and EtOH + gallic acid. Phytochemical and biochemical analysis were performed using colorimetric methods. We found that RCAE is rich in total polyphenols, total flavonoids, and condensed tannins, and exhibited an importance in vitro antioxidant activity on 2,2-diphenyl-1-picrylhydrazyl (DPPH) radical. In vivo, the results showed that oral administration of EtOH caused macroscopic and histological changes in gastric mucosa. These injuries are accompanied by an oxidative stress status as assessed by an increase of lipid peroxidation as well as a decrease of antioxidant enzyme activities such as superoxide dismutase (SOD), catalase (CAT) and glutathione peroxidase (GPx). Alcohol intoxication also induced intracellular mediators deregulation as assessed by an increase of hydrogen peroxide (H2O2), calcium and free iron levels in gastric mucosa. More, importantly, RCAE pretreatment reversed all macroscopic, histological and biochemical changes induced by EtOH administration. In conclusion, we suggest that RCAE has potent protective effects on acute ethanol-induced gastric ulceration related in part in part its antioxidant properties and its opposite effect on intracellular mediators. Indeed, Rosa canina can be offered as a food additive to protect against alcohol consumption-induced gastric and oxidative damage.

Keywords: alcohol, antioxidant properties, food additive, gastric ulceration, rat model, Rosa canina

Procedia PDF Downloads 193
18206 Developing an Accurate AI Algorithm for Histopathologic Cancer Detection

Authors: Leah Ning

Abstract:

This paper discusses the development of a machine learning algorithm that accurately detects metastatic breast cancer (cancer has spread elsewhere from its origin part) in selected images that come from pathology scans of lymph node sections. Being able to develop an accurate artificial intelligence (AI) algorithm would help significantly in breast cancer diagnosis since manual examination of lymph node scans is both tedious and oftentimes highly subjective. The usage of AI in the diagnosis process provides a much more straightforward, reliable, and efficient method for medical professionals and would enable faster diagnosis and, therefore, more immediate treatment. The overall approach used was to train a convolution neural network (CNN) based on a set of pathology scan data and use the trained model to binarily classify if a new scan were benign or malignant, outputting a 0 or a 1, respectively. The final model’s prediction accuracy is very high, with 100% for the train set and over 70% for the test set. Being able to have such high accuracy using an AI model is monumental in regard to medical pathology and cancer detection. Having AI as a new tool capable of quick detection will significantly help medical professionals and patients suffering from cancer.

Keywords: breast cancer detection, AI, machine learning, algorithm

Procedia PDF Downloads 87
18205 ANN Modeling for Cadmium Biosorption from Potable Water Using a Packed-Bed Column Process

Authors: Dariush Jafari, Seyed Ali Jafari

Abstract:

The recommended limit for cadmium concentration in potable water is less than 0.005 mg/L. A continuous biosorption process using indigenous red seaweed, Gracilaria corticata, was performed to remove cadmium from the potable water. The process was conducted under fixed conditions and the breakthrough curves were achieved for three consecutive sorption-desorption cycles. A modeling based on Artificial Neural Network (ANN) was employed to fit the experimental breakthrough data. In addition, a simplified semi empirical model, Thomas, was employed for this purpose. It was found that ANN well described the experimental data (R2>0.99) while the Thomas prediction were a bit less successful with R2>0.97. The adjusted design parameters using the nonlinear form of Thomas model was in a good agreement with the experimentally obtained ones. The results approve the capability of ANN to predict the cadmium concentration in potable water.

Keywords: ANN, biosorption, cadmium, packed-bed, potable water

Procedia PDF Downloads 424
18204 Investigation of Water Absorption and Compressive Strength of Resin Coated Mortar

Authors: Yasir Ali, Zain Ul Abdin, Muhammad Wisal Khattak

Abstract:

Nowadays various advanced techniques are used to enhance the performance of materials in the field of construction engineering. Structures exposed to an aggressive, humid and hostile environment are experiencing severe negative impacts which lead to premature failure. Polyester resin is one of the advanced material used for improving performance of structural materials especially for repair/ refurbish purpose of structures and protection from contaminated environmental effect/ hazards. This study investigated the aptness of the polyester resin as coating agent on the mortar and assessed its performance in an ambient environment of Pakistan. Cubical specimens of mortar were fabricated. These specimens were tested for water absorption and compressive strength after one day and sixty days. These tests were performed under different exposure conditions (ambient environment and submerged in water). The specimens were coated with one, two and three layers and results were compared to control (no/ zero resin layer) specimens. Test results indicated that there is a significant decrease in water absorption of mortar coated with resin when compared to controlled specimens. The compressive strength test results revealed that resin coated specimen had higher strength when compared to controlled specimens. The results suggested that resin is a promising material and can be used effectively in structures which are exposed to high temperatures. The study would be helpful in improving performance of the structural material in a hazardous environment.

Keywords: ambient environment, coating, mortar, polyester resin

Procedia PDF Downloads 353
18203 Synchrotron X-Ray Based Investigation of As and Fe Bonding Environment in Collard Green Tissue Samples at Different Growth Stages

Authors: Sunil Dehipawala, Aregama Sirisumana, stephan Smith, P. Schneider, G. Tremberger Jr, D. Lieberman, Todd Holden, T. Cheung

Abstract:

The arsenic and iron environments in different growth stages have been studied with EXAFS and XANES using Brookhaven Synchrotron Light Source. Collard Greens plants were grown and tissue samples were harvested. The project studied the EXAFS and XANES of tissue samples using As and Fe K-edges. The Fe absorption and the Fourier transform bond length information were used as a control comparison. The Fourier transform of the XAFS data revealed the coexistence of As (III) and As (V) in the As bonding environment inside the studied plant tissue samples, although the soil only had As (III). The data suggests that Collard Greens has a novel pathway to handle arsenic absorption in soil.

Keywords: EXAFS, fourier transform, metalloproteins, XANES

Procedia PDF Downloads 321
18202 CFD Simulation for Flow Behavior in Boiling Water Reactor Vessel and Upper Pool under Decommissioning Condition

Authors: Y. T. Ku, S. W. Chen, J. R. Wang, C. Shih, Y. F. Chang

Abstract:

In order to respond the policy decision of non-nuclear homes, Tai Power Company (TPC) will provide the decommissioning project of Kuosheng Nuclear power plant (KSNPP) to meet the regulatory requirement in near future. In this study, the computational fluid dynamics (CFD) methodology has been employed to develop a flow prediction model for boiling water reactor (BWR) with upper pool under decommissioning stage. The model can be utilized to investigate the flow behavior as the vessel combined with upper pool and continuity cooling system. At normal operating condition, different parameters are obtained for the full fluid area, including velocity, mass flow, and mixing phenomenon in the reactor pressure vessel (RPV) and upper pool. Through the efforts of the study, an integrated simulation model will be developed for flow field analysis of decommissioning KSNPP under normal operating condition. It can be expected that a basis result for future analysis application of TPC can be provide from this study.

Keywords: CFD, BWR, decommissioning, upper pool

Procedia PDF Downloads 258
18201 Thermophysical Properties and Kinetic Study of Dioscorea bulbifera

Authors: Emmanuel Chinagorom Nwadike, Joseph Tagbo Nwabanne, Matthew Ndubuisi Abonyi, Onyemazu Andrew Azaka

Abstract:

This research focused on the modeling of the convective drying of aerial yam using finite element methods. The thermo-gravimetric analyzer was used to determine the thermal stability of the sample. An aerial yam sample of size 30 x 20 x 4 mm was cut with a mold designed for the purpose and dried in a convective dryer set at 4m/s fan speed and temperatures of 68.58 and 60.56°C. The volume shrinkage of the resultant dried sample was determined by immersing the sample in a toluene solution. The finite element analysis was done with PDE tools in Matlab 2015. Seven kinetic models were employed to model the drying process. The result obtained revealed three regions in the thermogravimetric analysis (TGA) profile of aerial yam. The maximum thermal degradation rates of the sample occurred at 432.7°C. The effective thermal diffusivity of the sample increased as the temperature increased from 60.56°C to 68.58°C. The finite element prediction of moisture content of aerial yam at an air temperature of 68.58°C and 60.56°C shows R² of 0.9663 and 0.9155, respectively. There was a good agreement between the finite element predicted moisture content and the measured moisture content, which is indicative of a highly reliable finite element model developed. The result also shows that the best kinetic model for the aerial yam under the given drying conditions was the Logarithmic model with a correlation coefficient of 0.9991.

Keywords: aerial yam, finite element, convective, effective, diffusivity

Procedia PDF Downloads 149
18200 Reliability Modeling on Drivers’ Decision during Yellow Phase

Authors: Sabyasachi Biswas, Indrajit Ghosh

Abstract:

The random and heterogeneous behavior of vehicles in India puts up a greater challenge for researchers. Stop-and-go modeling at signalized intersections under heterogeneous traffic conditions has remained one of the most sought-after fields. Vehicles are often caught up in the dilemma zone and are unable to take quick decisions whether to stop or cross the intersection. This hampers the traffic movement and may lead to accidents. The purpose of this work is to develop a stop and go prediction model that depicts the drivers’ decision during the yellow time at signalised intersections. To accomplish this, certain traffic parameters were taken into account to develop surrogate model. This research investigated the Stop and Go behavior of the drivers by collecting data from 4-signalized intersections located in two major Indian cities. Model was developed to predict the drivers’ decision making during the yellow phase of the traffic signal. The parameters used for modeling included distance to stop line, time to stop line, speed, and length of the vehicle. A Kriging base surrogate model has been developed to investigate the drivers’ decision-making behavior in amber phase. It is observed that the proposed approach yields a highly accurate result (97.4 percent) by Gaussian function. It was observed that the accuracy for the crossing probability was 95.45, 90.9 and 86.36.11 percent respectively as predicted by the Kriging models with Gaussian, Exponential and Linear functions.

Keywords: decision-making decision, dilemma zone, surrogate model, Kriging

Procedia PDF Downloads 305
18199 Photoluminescence and Energy Transfer Studies of Dy3+ Ions Doped Lithium Lead Alumino Borate Glasses for W-LED and Laser Applications

Authors: Nisha Deopa, A. S. Rao

Abstract:

Lithium Lead Alumino Borate (LiPbAlB) glasses doped with different Dy3+ ions concentration were synthesized to investigate their viability in solid state lighting (SSL) technology by melt quenching techniques. From the absorption spectra, bonding parameters (ð) were investigated to study the nature of bonding between Dy3+ ions and its surrounding ligands. Judd-Ofelt (J-O) intensity parameters (Ω = 2, 4, 6), estimated from the experimental oscillator strengths (fex) of the absorption spectral features were used to evaluate the radiative parameters of different transition levels. From the decay curves, experimental lifetime (τex) were measured and coupled with the radiative lifetime to evaluate the quantum efficiency of the as-prepared glasses. As Dy3+ ions concentration increases, decay profile changes from exponential to non-exponential through energy transfer mechanism (ETM) in turn decreasing experimental lifetime. In order to investigate the nature of ETM, non-exponential decay curves were fitted to Inkuti–Hirayama (I-H) model which further confirms dipole-dipole interaction. Among all the emission transition, 4F9/2  6H15/2 transition (483 nm) is best suitable for lasing potentialities. By exciting titled glasses in n-UV to blue regions, CIE chromaticity coordinates and Correlated Color Temperature (CCT) were calculated to understand their capability in cool white light generation. From the evaluated radiative parameters, CIE co-ordinates, quantum efficiency and confocal images it was observed that glass B (0.5 mol%) is a potential candidate for developing w-LEDs and lasers.

Keywords: energy transfer, glasses, J-O parameters, photoluminescence

Procedia PDF Downloads 209
18198 Obtaining the Hydraulic Concrete Resistant to the Aggressive Environment by Using Admixtures

Authors: N. Tabatadze

Abstract:

The research aim is to study the physical and mechanical characteristics of hydraulic concrete in the surface active environment. The specific goal is to obtain high strength and low deformable concrete based on nano additives, resistant to the aggressive environment. As result of research, the alkali-silica reaction was improved (relative elongation 0,122 % of admixture instead of 0,126 % of basic concrete after 14 days). The aggressive environment impact on the strength of heavy concrete, fabricated on the basis of the hydraulic admixture with the penetrating waterproof additives also was improved (strength on compression R28=47,5 mPa of admixture instead of R28=35,8 mPa). Moreover, water absorption (W=0,59 % of admixture instead of W=1,41 %), water tightness (R14=37,9 mPa instead R14=28,7 mPa) and water-resistance (B=18 instead B=12). The basic parameters of concrete with admixture was improved in comparison with basic concrete.

Keywords: hydraulic concrete, alkali-silica reaction, water absorption, water-resistance

Procedia PDF Downloads 342
18197 Physicochemical and Functional significance of Two Lychee (Litchi chinensis Sonn.) Cultivars Gola and Surakhi from Pakistan

Authors: Naila Safdar, Faria Riasat, Azra Yasmin

Abstract:

Lychee is an emerging fruit crop in Pakistan. Two famous cultivars of lychee, Gola and Surakhi, were collected from Khanpur Orchard, Pakistan and their whole fruit (including peel, pulp and seed) was investigated for pomological features and therapeutic activities. Both cultivars differ in shape and size with Gola having large size (3.27cm length, 2.36cm width) and more flesh to seed ratio (8.65g). FTIR spectroscopy and phytochemical tests confirmed presence of different bioactive compounds like phenol, flavonoids, quinones, anthraquinones, tannins, glycosides, and alkaloids, in both lychee fruits. Atomic absorption spectroscopy indicated an increased amount of potassium, magnesium, sodium, iron, and calcium in Gola and Surakhi fruits. Small amount of trace metals, zinc and copper, were also detected in lychee fruit, while heavy metals lead, mercury, and nickel were absent. These two lychee cultivars were also screened for antitumor activity by Potato disc assay with maximum antitumor activity shown by aqueous extract of Surakhi seed (77%) followed by aqueous extract of Gola pulp (74%). Antimicrobial activity of fruit parts was checked by agar well diffusion method against six bacterial strains Enterococcus faecium, Enterococcus faecalis, Staphylococcus aureus, Bacillus subtilis, Bacillus sp. MB083, and Bacillus sp. MB141. Highest antimicrobial activity was shown by methanolic extract of Gola pulp (27mm ± 0.70) and seed (19.5mm ± 0.712) against Enterococcus faecalis. DPPH scavenging assay revealed highest antioxidant activity by aqueous extract of Gola peel (98.10%) followed by n-hexane extract of Surakhi peel (97.73%). Results obtained by reducing power assay also corroborated with the results of DPPH scavenging activity.

Keywords: antimicrobial evaluation, antitumor assay, gola, phytoconstituents, reactive oxygen species, Surakhi

Procedia PDF Downloads 400
18196 Evaluation of Coastal Erosion in the Jurisdiction of the Municipalities of Puerto Colombia and Tubará, Atlántico – Colombia in Google Earth Engine with Landsat and Sentinel 2 Images

Authors: Francisco Reyes, Hector Ramirez

Abstract:

In the coastal zones are home to mangrove swamps, coral reefs, and seagrass ecosystems, which are the most biodiverse and fragile on the planet. These areas support a great diversity of marine life; they are also extraordinarily important for humans in the provision of food, water, wood, and other associated goods and services; they also contribute to climate regulation. The lack of an automated model that generates information on the dynamics of changes in coastlines and coastal erosion is identified as a central problem. Coastlines were determined from 1984 to 2020 on the Google Earth platform Engine from Landsat and Sentinel images, using the Normalized Differential Water Index (MNDWI) and Digital Shoreline Analysis System (DSAS) v5.0. Starting from the 2020 coastline, the 10-year prediction (Year 2031) was determined with the erosion of 238.32 hectares and an accretion of 181.96 hectares, while the 20-year prediction (Year 2041) will be presented an erosion of 544.04 hectares and an accretion of 133.94 hectares. The erosion and accretion of Playa Muelle in the municipality of Puerto Colombia were established, which will register the highest value of erosion. The coverage that presented the greatest change was that of artificialized Territories.

Keywords: coastline, coastal erosion, MNDWI, Google Earth Engine, Colombia

Procedia PDF Downloads 114
18195 Crack Growth Life Prediction of a Fighter Aircraft Wing Splice Joint Under Spectrum Loading Using Random Forest Regression and Artificial Neural Networks with Hyperparameter Optimization

Authors: Zafer Yüce, Paşa Yayla, Alev Taşkın

Abstract:

There are heaps of analytical methods to estimate the crack growth life of a component. Soft computing methods have an increasing trend in predicting fatigue life. Their ability to build complex relationships and capability to handle huge amounts of data are motivating researchers and industry professionals to employ them for challenging problems. This study focuses on soft computing methods, especially random forest regressors and artificial neural networks with hyperparameter optimization algorithms such as grid search and random grid search, to estimate the crack growth life of an aircraft wing splice joint under variable amplitude loading. TensorFlow and Scikit-learn libraries of Python are used to build the machine learning models for this study. The material considered in this work is 7050-T7451 aluminum, which is commonly preferred as a structural element in the aerospace industry, and regarding the crack type; corner crack is used. A finite element model is built for the joint to calculate fastener loads and stresses on the structure. Since finite element model results are validated with analytical calculations, findings of the finite element model are fed to AFGROW software to calculate analytical crack growth lives. Based on Fighter Aircraft Loading Standard for Fatigue (FALSTAFF), 90 unique fatigue loading spectra are developed for various load levels, and then, these spectrums are utilized as inputs to the artificial neural network and random forest regression models for predicting crack growth life. Finally, the crack growth life predictions of the machine learning models are compared with analytical calculations. According to the findings, a good correlation is observed between analytical and predicted crack growth lives.

Keywords: aircraft, fatigue, joint, life, optimization, prediction.

Procedia PDF Downloads 170
18194 A Composite Beam Element Based on Global-Local Superposition Theory for Prediction of Delamination in Composite Laminates

Authors: Charles Mota Possatti Júnior, André Schwanz de Lima, Maurício Vicente Donadon, Alfredo Rocha de Faria

Abstract:

An interlaminar damage model is combined with a beam element formulation based on global-local superposition to assess delamination in composite laminates. The variations in the mechanical properties in the laminate, generated by the presence of delamination, are calculated as a function of the displacements in the interface layers. The global-local superposition of displacement fields ensures the zig-zag behaviour of stresses and displacement, and the number of degrees of freedom (DOFs) is independent of the number of layers. The displacements and stresses are calculated as a function of DOFs commonly used in traditional beam elements. Finally, the finite element(FE) formulation is extended to handle cases of different thicknesses, and then the FE model predictions are compared with results obtained from analytical solutions and commercial finite element codes.

Keywords: delamination, global-local superposition theory, single beam element, zig-zag, interlaminar damage model

Procedia PDF Downloads 114
18193 Application of a Model-Free Artificial Neural Networks Approach for Structural Health Monitoring of the Old Lidingö Bridge

Authors: Ana Neves, John Leander, Ignacio Gonzalez, Raid Karoumi

Abstract:

Systematic monitoring and inspection are needed to assess the present state of a structure and predict its future condition. If an irregularity is noticed, repair actions may take place and the adequate intervention will most probably reduce the future costs with maintenance, minimize downtime and increase safety by avoiding the failure of the structure as a whole or of one of its structural parts. For this to be possible decisions must be made at the right time, which implies using systems that can detect abnormalities in their early stage. In this sense, Structural Health Monitoring (SHM) is seen as an effective tool for improving the safety and reliability of infrastructures. This paper explores the decision-making problem in SHM regarding the maintenance of civil engineering structures. The aim is to assess the present condition of a bridge based exclusively on measurements using the suggested method in this paper, such that action is taken coherently with the information made available by the monitoring system. Artificial Neural Networks are trained and their ability to predict structural behavior is evaluated in the light of a case study where acceleration measurements are acquired from a bridge located in Stockholm, Sweden. This relatively old bridge is presently still in operation despite experiencing obvious problems already reported in previous inspections. The prediction errors provide a measure of the accuracy of the algorithm and are subjected to further investigation, which comprises concepts like clustering analysis and statistical hypothesis testing. These enable to interpret the obtained prediction errors, draw conclusions about the state of the structure and thus support decision making regarding its maintenance.

Keywords: artificial neural networks, clustering analysis, model-free damage detection, statistical hypothesis testing, structural health monitoring

Procedia PDF Downloads 203
18192 Presenting a Model for Predicting the State of Being Accident-Prone of Passages According to Neural Network and Spatial Data Analysis

Authors: Hamd Rezaeifar, Hamid Reza Sahriari

Abstract:

Accidents are considered to be one of the challenges of modern life. Due to the fact that the victims of this problem and also internal transportations are getting increased day by day in Iran, studying effective factors of accidents and identifying suitable models and parameters about this issue are absolutely essential. The main purpose of this research has been studying the factors and spatial data affecting accidents of Mashhad during 2007- 2008. In this paper it has been attempted to – through matching spatial layers on each other and finally by elaborating them with the place of accident – at the first step by adding landmarks of the accident and through adding especial fields regarding the existence or non-existence of effective phenomenon on accident, existing information banks of the accidents be completed and in the next step by means of data mining tools and analyzing by neural network, the relationship between these data be evaluated and a logical model be designed for predicting accident-prone spots with minimum error. The model of this article has a very accurate prediction in low-accident spots; yet it has more errors in accident-prone regions due to lack of primary data.

Keywords: accident, data mining, neural network, GIS

Procedia PDF Downloads 44
18191 Peculiarities of Absorption near the Edge of the Fundamental Band of Irradiated InAs-InP Solid Solutions

Authors: Nodar Kekelidze, David Kekelidze, Elza Khutsishvili, Bela Kvirkvelia

Abstract:

The semiconductor devices are irreplaceable elements for investigations in Space (artificial Earth satellite, interplanetary space craft, probes, rockets) and for investigation of elementary particles on accelerators, for atomic power stations, nuclear reactors, robots operating on heavily radiation contaminated territories (Chernobyl, Fukushima). Unfortunately, the most important parameters of semiconductors dramatically worsen under irradiation. So creation of radiation-resistant semiconductor materials for opto and microelectronic devices is actual problem, as well as investigation of complicated processes developed in irradiated solid states. Homogeneous single crystals of InP-InAs solid solutions were grown with zone melting method. There has been studied the dependence of the optical absorption coefficient vs photon energy near fundamental absorption edge. This dependence changes dramatically with irradiation. The experiments were performed on InP, InAs and InP-InAs solid solutions before and after irradiation with electrons and fast neutrons. The investigations of optical properties were carried out on infrared spectrophotometer in temperature range of 10K-300K and 1mkm-50mkm spectral area. Radiation fluencies of fast neutrons was equal to 2·1018neutron/cm2 and electrons with 3MeV, 50MeV up to fluxes of 6·1017electron/cm2. Under irradiation, there has been revealed the exponential type of the dependence of the optical absorption coefficient vs photon energy with energy deficiency. The indicated phenomenon takes place at high and low temperatures as well at impurity different concentration and practically in all cases of irradiation by various energy electrons and fast neutrons. We have developed the common mechanism of this phenomenon for unirradiated materials and implemented the quantitative calculations of distinctive parameter; this is in a satisfactory agreement with experimental data. For the irradiated crystals picture get complicated. In the work, the corresponding analysis is carried out. It has been shown, that in the case of InP, irradiated with electrons (Ф=1·1017el/cm2), the curve of optical absorption is shifted to lower energies. This is caused by appearance of the tails of density of states in forbidden band due to local fluctuations of ionized impurity (defect) concentration. Situation is more complicated in the case of InAs and for solid solutions with composition near to InAs when besides noticeable phenomenon there takes place Burstein effect caused by increase of electrons concentration as a result of irradiation. We have shown, that in certain conditions it is possible the prevalence of Burstein effect. This causes the opposite effect: the shift of the optical absorption edge to higher energies. So in given solid solutions there take place two different opposite directed processes. By selection of solid solutions composition and doping impurity we obtained such InP-InAs, solid solution in which under radiation mutual compensation of optical absorption curves displacement occurs. Obtained result let create on the base of InP-InAs, solid solution radiation-resistant optical materials. Conclusion: It was established the nature of optical absorption near fundamental edge in semiconductor materials and it was created radiation-resistant optical material.

Keywords: InAs-InP, electrons concentration, irradiation, solid solutions

Procedia PDF Downloads 194
18190 Spectroscopic and 1.08mm Laser Properties of Nd3+ Doped Oxy-Fluoro Borate Glasses

Authors: Swapna Koneru, Srinivasa Rao Allam, Vijaya Prakash Gaddem

Abstract:

The different concentrations of neodymium-doped (Nd-doped) oxy fluoroborate (OFB) glasses were prepared by melt quenching method and characterized through optical absorption, emission and decay curve measurements to understand the lasing potentialities of these glasses. Optical absorption spectra were recorded and have been analyzed using Judd–Ofelt theory. The dipole strengths are parameterized in terms of three phenomenological Judd–Ofelt intensity parameters Ωλ (λ=2, 4 and 6) to elucidate the glassy matrix around Nd3+ ion as well as to determine the 4F3/2 metastable state radiative properties such as the transition probability (AR), radiative lifetime (τR), branching ratios (βR) and integrated absorption cross-section (σa) have been measured for most of the fluorescent levels of Nd3+. The emission spectra recorded for these glasses exhibit two peaks at 1085 and 1328 nm corresponding to 4F3/2 to 4I11/2 and 4I13/2 transitions have been obtained for all the glasses upon 808 nm diode laser excitation in the near infrared region. The emission intensity of the 4F3/2 to 4I11/2 transition increases with increase of Nd3+ concentration up to 1 mol% and then concentration quenching is observed for 2.0 mol% of Nd3+ concentration. The lifetimes for the 4F3/2 level are found to decrease with increase in Nd2O3 concentration in the glasses due to the concentration quenching. The decay curves of all these glasses show single exponential behavior. The spectroscopy of Nd3+ in these glasses is well understood and laser properties can be accurately determined from measured spectroscopic properties. The results obtained are compared with reports on similar glasses. The results indicate that the present glasses could be useful for 1.08 µm laser applications.

Keywords: glasses, luminescence, optical properties, photoluminescence spectroscopy

Procedia PDF Downloads 285
18189 Equivalent Circuit Representation of Lossless and Lossy Power Transmission Systems Including Discrete Sampler

Authors: Yuichi Kida, Takuro Kida

Abstract:

In a new smart society supported by the recent development of 5G and 6G Communication systems, the im- portance of wireless power transmission is increasing. These systems contain discrete sampling systems in the middle of the transmission path and equivalent circuit representation of lossless or lossy power transmission through these systems is an important issue in circuit theory. In this paper, for the given weight function, we show that a lossless power transmission system with the given weight is expressed by an equivalent circuit representation of the Kida’s optimal signal prediction system followed by a reactance multi-port circuit behind it. Further, it is shown that, when the system is lossy, the system has an equivalent circuit in the form of connecting a multi-port positive-real circuit behind the Kida’s optimal signal prediction system. Also, for the convenience of the reader, in this paper, the equivalent circuit expression of the reactance multi-port circuit and the positive- real multi-port circuit by Cauer and Ohno, whose information is currently being lost even in the world of the Internet.

Keywords: signal prediction, pseudo inverse matrix, artificial intelligence, power transmission

Procedia PDF Downloads 120
18188 Water Sorption of Self Cured Resin Acrylic Soaked in Clover Solution

Authors: Hermanto J. M, Mirna Febriani

Abstract:

Resin acrylic, which is widely used, has the physical properties that can absorb liquids. This can lead to a change in the dimensions of the acrylic resin material. If repeated immersions were done, its strength would be affected. Disinfectant solutions have been widely used to reduce microorganisms both inside and outside the patient's mouth. One of the disinfecting materials that can be used is a clover solution. The purpose of this research is to find the ratio of water absorption of the acrylic resin material of self-cured type, soaked in clover solution for 10 minutes. The results showed that the average value obtained before soaked in clover solution was 0.0692 mg/cm3 and after soaked, in clover solution, the value was 0.090 mg/cm3. The conclusion of this research shows that the values of water sorption of acrylic resin before and after soaked in clover solution is still in ISO standard 1567/2001. Differences in water sorption value of self-cured acrylic resin before and after the immersion are caused by the process of liquid diffusion into the acrylic resin.

Keywords: absorption of fluid, self-cured acrylic resin, soaked, clover solution

Procedia PDF Downloads 159