Search results for: central processing unit
3852 A Survey of Sentiment Analysis Based on Deep Learning
Authors: Pingping Lin, Xudong Luo, Yifan Fan
Abstract:
Sentiment analysis is a very active research topic. Every day, Facebook, Twitter, Weibo, and other social media, as well as significant e-commerce websites, generate a massive amount of comments, which can be used to analyse peoples opinions or emotions. The existing methods for sentiment analysis are based mainly on sentiment dictionaries, machine learning, and deep learning. The first two kinds of methods rely on heavily sentiment dictionaries or large amounts of labelled data. The third one overcomes these two problems. So, in this paper, we focus on the third one. Specifically, we survey various sentiment analysis methods based on convolutional neural network, recurrent neural network, long short-term memory, deep neural network, deep belief network, and memory network. We compare their futures, advantages, and disadvantages. Also, we point out the main problems of these methods, which may be worthy of careful studies in the future. Finally, we also examine the application of deep learning in multimodal sentiment analysis and aspect-level sentiment analysis.Keywords: document analysis, deep learning, multimodal sentiment analysis, natural language processing
Procedia PDF Downloads 1683851 Obtaining Bioactive Mg-hydroxyapatite Composite Ceramics From Phosphate Rock For Medical Applications
Authors: Sara Mercedes Barroso Pinzón, Antonio Javier Sanchéz Herencia, Begoña Ferrari, Álvaro Jesús Castro
Abstract:
The current need for durable implants and bone substitutes characterised by biocompatibility, bioactivity and mechanical properties, without immunological rejection, is a major challenge for scientists. Hydroxyapatite (HAp) has been considered for decades as an ideal biomaterial for bone regeneration due to its chemical and crystallographic similarity to the mineral structure bioapatites. However, the lack of trace elements in the hydroxyapatite structure gives it very low mechanical and biological properties. In this sense, the objective of the research is to address the synthesis of hydroxyapatite with Mg from phosphate rock from sedimentary deposits in the central-eastern region of Colombia, taking advantage of the release of the species contained as natural precursors of Ca, P and Mg. The minerals present were studied, fluorapatite as the mineral of interest associated with mineralogical species of magnesium carbonates and quartz. The chemical and mineralogical composition was determined by X-ray fluorescence (XRF) and X-ray diffraction (XRD), scanning electron microscopy (SEM) and energy dispersive X-ray spectroscopy (EDX); as well as the evaluation of the surface physicochemical properties of zeta potential (PZC), with the aim of studying the surface behaviour of the microconstituents present in the phosphate rock and to elucidate the synergistic mechanism between the minerals and establish the optimum conditions for the wet concentration process. From the products obtained and characterised by XRD, XRF, SEM, FTIR, RAMAN, HAp-Mg biocomposite scaffolds are fabricated and the influence of Mg on the morphometric parameters, mechanical and biological properties of the designed materials is evaluated.Keywords: phosphate rock, hydroxyapatite, magnesium, biomaterials
Procedia PDF Downloads 543850 Generation of Automated Alarms for Plantwide Process Monitoring
Authors: Hyun-Woo Cho
Abstract:
Earlier detection of incipient abnormal operations in terms of plant-wide process management is quite necessary in order to improve product quality and process safety. And generating warning signals or alarms for operating personnel plays an important role in process automation and intelligent plant health monitoring. Various methodologies have been developed and utilized in this area such as expert systems, mathematical model-based approaches, multivariate statistical approaches, and so on. This work presents a nonlinear empirical monitoring methodology based on the real-time analysis of massive process data. Unfortunately, the big data includes measurement noises and unwanted variations unrelated to true process behavior. Thus the elimination of such unnecessary patterns of the data is executed in data processing step to enhance detection speed and accuracy. The performance of the methodology was demonstrated using simulated process data. The case study showed that the detection speed and performance was improved significantly irrespective of the size and the location of abnormal events.Keywords: detection, monitoring, process data, noise
Procedia PDF Downloads 2553849 Traffic Light Detection Using Image Segmentation
Authors: Vaishnavi Shivde, Shrishti Sinha, Trapti Mishra
Abstract:
Traffic light detection from a moving vehicle is an important technology both for driver safety assistance functions as well as for autonomous driving in the city. This paper proposed a deep-learning-based traffic light recognition method that consists of a pixel-wise image segmentation technique and a fully convolutional network i.e., UNET architecture. This paper has used a method for detecting the position and recognizing the state of the traffic lights in video sequences is presented and evaluated using Traffic Light Dataset which contains masked traffic light image data. The first stage is the detection, which is accomplished through image processing (image segmentation) techniques such as image cropping, color transformation, segmentation of possible traffic lights. The second stage is the recognition, which means identifying the color of the traffic light or knowing the state of traffic light which is achieved by using a Convolutional Neural Network (UNET architecture).Keywords: traffic light detection, image segmentation, machine learning, classification, convolutional neural networks
Procedia PDF Downloads 1823848 Android Graphics System: Study of Dual-Software VSync Synchronization Architecture and Optimization
Authors: Prafulla Kumar Choubey, Krishna Kishor Jha, S. B. Vaisakh Punnekkattu Chirayil
Abstract:
In Graphics-display subsystem, frame buffers are shared between producer i.e. content rendering and consumer i.e. display. If a common buffer is operated by both producer and consumer simultaneously, their processing rates mismatch can cause tearing effect in displayed content. Therefore, Android OS employs triple buffered system, taking in to account an additional composition stage. Three stages-rendering, composition and display refresh, operate synchronously on three different buffers, which is achieved by using vsync pulses. This synchronization, however, brings in to the pipeline an additional latency of up to 26ms. The present study details about the existing synchronization mechanism of android graphics-display pipeline and discusses a new adaptive architecture which reduces the wait time to 5ms-16ms in all the use-cases. The proposed method uses two adaptive software vsyncs (PLL) for achieving the same result.Keywords: Android graphics system, vertical synchronization, atrace, adaptive system
Procedia PDF Downloads 3173847 Comparison of Heuristic Methods for Solving Traveling Salesman Problem
Authors: Regita P. Permata, Ulfa S. Nuraini
Abstract:
Traveling Salesman Problem (TSP) is the most studied problem in combinatorial optimization. In simple language, TSP can be described as a problem of finding a minimum distance tour to a city, starting and ending in the same city, and exactly visiting another city. In product distribution, companies often get problems in determining the minimum distance that affects the time allocation. In this research, we aim to apply TSP heuristic methods to simulate nodes as city coordinates in product distribution. The heuristics used are sub tour reversal, nearest neighbor, farthest insertion, cheapest insertion, nearest insertion, and arbitrary insertion. We have done simulation nodes using Euclidean distances to compare the number of cities and processing time, thus we get optimum heuristic method. The results show that the optimum heuristic methods are farthest insertion and nearest insertion. These two methods can be recommended to solve product distribution problems in certain companies.Keywords: Euclidean, heuristics, simulation, TSP
Procedia PDF Downloads 1333846 Concept Drifts Detection and Localisation in Process Mining
Authors: M. V. Manoj Kumar, Likewin Thomas, Annappa
Abstract:
Process mining provides methods and techniques for analyzing event logs recorded in modern information systems that support real-world operations. While analyzing an event-log, state-of-the-art techniques available in process mining believe that the operational process as a static entity (stationary). This is not often the case due to the possibility of occurrence of a phenomenon called concept drift. During the period of execution, the process can experience concept drift and can evolve with respect to any of its associated perspectives exhibiting various patterns-of-change with a different pace. Work presented in this paper discusses the main aspects to consider while addressing concept drift phenomenon and proposes a method for detecting and localizing the sudden concept drifts in control-flow perspective of the process by using features extracted by processing the traces in the process log. Our experimental results are promising in the direction of efficiently detecting and localizing concept drift in the context of process mining research discipline.Keywords: abrupt drift, concept drift, sudden drift, control-flow perspective, detection and localization, process mining
Procedia PDF Downloads 3513845 A Parallel Approach for 3D-Variational Data Assimilation on GPUs in Ocean Circulation Models
Authors: Rossella Arcucci, Luisa D'Amore, Simone Celestino, Giuseppe Scotti, Giuliano Laccetti
Abstract:
This work is the first dowel in a rather wide research activity in collaboration with Euro Mediterranean Center for Climate Changes, aimed at introducing scalable approaches in Ocean Circulation Models. We discuss designing and implementation of a parallel algorithm for solving the Variational Data Assimilation (DA) problem on Graphics Processing Units (GPUs). The algorithm is based on the fully scalable 3DVar DA model, previously proposed by the authors, which uses a Domain Decomposition approach (we refer to this model as the DD-DA model). We proceed with an incremental porting process consisting of 3 distinct stages: requirements and source code analysis, incremental development of CUDA kernels, testing and optimization. Experiments confirm the theoretic performance analysis based on the so-called scale up factor demonstrating that the DD-DA model can be suitably mapped on GPU architectures.Keywords: data assimilation, GPU architectures, ocean models, parallel algorithm
Procedia PDF Downloads 4163844 Microbiological Properties and Mineral Contents of Honeys from Bordj Bou Arreridj Region (Algeria)
Authors: Diafat Abdelouahab, Ekhalfi A Hammoudia, Meribai Abdelmalek A, Bahloul Ahmedb
Abstract:
The present study aimed to characterize 30 honey samples from the Bordj Bou Arreridj region (Algeria) regarding their floral origins, physicochemical parameters, mineral composition and microbial safety. Mean values obtained for physicochemical parameters were: pH 4.11, 17.17% moisture, 0.0061% ash, 370.57μS cm−1 electrical conductivity, 21.98 meq/kg free acidity, and 9.703 mg/kg HMF. The mineral content was determined by atomic absorption spectrometry. The mean values obtained were (mg/kg): Fe, 7.5714; Mg, 37.68; Na, 186,63; Zn, 3,86; Pb, 0,4869 × 10-3 ; Cd, 267 × 10-3. Aerobic mesophiles, fecal coliforms and sulphite-reducing clostridia were the microbial contaminants of interest studied. Microbiologically, the honey quality was considered good and all samples showed to be negative in respect to safety parameters. The results obtained for physicochemical characteristics of Bordj Bou Arreridj honey indicate a good quality level, adequate processing, good maturity and freshness.Keywords: pollen analysis, physicochemical analysis, mineral content, microbial contaminants
Procedia PDF Downloads 953843 Effects of Aging on Thermal Properties of Some Improved Varieties of Cassava (Manihot Esculenta) Roots
Authors: K. O. Oriola, A. O. Raji, O. E. Akintola, O. T. Ismail
Abstract:
Thermal properties of roots of three improved cassava varieties (TME419, TMS 30572, and TMS 0326) were determined on samples harvested at 12, 15 and 18 Months After Planting (MAP) conditioned to moisture contents of 50, 55, 60, 65, 70% (wb). Thermal conductivity at 12, 15 and 18 MAP ranged 0.4770 W/m.K to 0.6052W/m.K; 0.4804 W/m.K to 0.5530 W/m.K and 0.3764 to 0.6102 W/m.K respectively, thermal diffusivity from 1.588 to 2.426 x 10-7m2/s; 1.290 to 2.010 x 10-7m2/s and 0.1692 to 4.464 x 10-7m2/s and specific heat capacity from 2.3626 to 3.8991 kJ/kg.K; 1.8110 to 3.9703 kJ/kgK and 1.7311 to 3.8830 kJ/kg.K respectively within the range of moisture content studied across the varieties. None of the samples over the ages studied showed similar or definite trend in variation with others across the moisture content. However, second order polynomial models fitted all the data. Age on the other hand had a significant effect on the three thermal properties studied for TME 419 but not on thermal conductivity of TMS30572 and specific heat capacity of TMS 0326. Information obtained will provide better insight into thermal processing of cassava roots into stable products.Keywords: thermal conductivity, thermal diffusivity, specific heat capacity, moisture content, tuber age
Procedia PDF Downloads 5253842 Evaluation of Traditional Housing Texture in Context of Sustainability
Authors: Esra Yaldız, Dicle Aydın
Abstract:
Sustainability is a term that provides deciding about the future considering environment and investigates the harmony and balance between protection and usage of the resource. The main objective of sustainability is creating residential areas is nature compatible or providing continuance thereby adapting existing residential area to nature. In this context, historical and traditional areas must have utilized according to sustainability. Traditional housing texture are identified as a traditional architectural product has been designed based on this term. General characteristics of traditional housing within the context of sustainable architecture are their specific dynamics and components and their harmonisation of environment and nature. Owing to the fact that traditional housing texture harmonizes natural conditions of the region, topography, climate and their context, construction materials are provided from environment and traditional techniques and their forms are used and due to construction materials has natural insulation traditional housing create healthy and comfortable living environment, traditional housing is rather significant in terms of sustainable architecture. The basis of this study comprise the routers in traditional housing design in accordance with the principles of sustainability. These are, accommodating topography, climate, and geography, accessibility, structuring at the scale of human, utilization of green zones, unique to the region used construction materials, the form of construction, building envelope and space organization of dwelling. In this context, the purpose of this study is that vernacular architecture approaches of traditional housing textures which are in Central Anatolia Region Located in Anatolia are utilized with regard to sustainability.Keywords: Anatolia, sustainability, traditional housing texture, vernacular architecture
Procedia PDF Downloads 4583841 Machine Learning Automatic Detection on Twitter Cyberbullying
Authors: Raghad A. Altowairgi
Abstract:
With the wide spread of social media platforms, young people tend to use them extensively as the first means of communication due to their ease and modernity. But these platforms often create a fertile ground for bullies to practice their aggressive behavior against their victims. Platform usage cannot be reduced, but intelligent mechanisms can be implemented to reduce the abuse. This is where machine learning comes in. Understanding and classifying text can be helpful in order to minimize the act of cyberbullying. Artificial intelligence techniques have expanded to formulate an applied tool to address the phenomenon of cyberbullying. In this research, machine learning models are built to classify text into two classes; cyberbullying and non-cyberbullying. After preprocessing the data in 4 stages; removing characters that do not provide meaningful information to the models, tokenization, removing stop words, and lowering text. BoW and TF-IDF are used as the main features for the five classifiers, which are; logistic regression, Naïve Bayes, Random Forest, XGboost, and Catboost classifiers. Each of them scores 92%, 90%, 92%, 91%, 86% respectively.Keywords: cyberbullying, machine learning, Bag-of-Words, term frequency-inverse document frequency, natural language processing, Catboost
Procedia PDF Downloads 1373840 Detecting Model Financial Statement Fraud by Auditor Industry Specialization with Fraud Triangle Analysis
Authors: Reskino Resky
Abstract:
This research purposes to create a model to detecting financial statement fraud. This research examines the variable of fraud triangle and auditor industry specialization with financial statement fraud. This research used sample of company which is listed in Indonesian Stock Exchange that have sanctions and cases by Financial Services Authority in 2011-2013. The number of company that were became in this research were 30 fraud company and 30 non-fraud company. The method of determining the sample is by using purposive sampling method with judgement sampling, while the data processing methods used by researcher are mann-whitney u and discriminants analysis. This research have two from five variable that can be process with discriminant analysis. The result shows the financial targets can be detect financial statement fraud, while financial stability can’t be detect financial statement fraud.Keywords: fraud triangle analysis, financial targets, financial stability, auditor industry specialization, financial statement fraud
Procedia PDF Downloads 4643839 Application of Advanced Remote Sensing Data in Mineral Exploration in the Vicinity of Heavy Dense Forest Cover Area of Jharkhand and Odisha State Mining Area
Authors: Hemant Kumar, R. N. K. Sharma, A. P. Krishna
Abstract:
The study has been carried out on the Saranda in Jharkhand and a part of Odisha state. Geospatial data of Hyperion, a remote sensing satellite, have been used. This study has used a wide variety of patterns related to image processing to enhance and extract the mining class of Fe and Mn ores.Landsat-8, OLI sensor data have also been used to correctly explore related minerals. In this way, various processes have been applied to increase the mineralogy class and comparative evaluation with related frequency done. The Hyperion dataset for hyperspectral remote sensing has been specifically verified as an effective tool for mineral or rock information extraction within the band range of shortwave infrared used. The abundant spatial and spectral information contained in hyperspectral images enables the differentiation of different objects of any object into targeted applications for exploration such as exploration detection, mining.Keywords: Hyperion, hyperspectral, sensor, Landsat-8
Procedia PDF Downloads 1293838 Direct Electrical Communication of Redox Enzyme Based on 3-Dimensional Cross-Linked Redox Enzyme/Nanomaterials
Authors: A. K. M. Kafi, S. N. Nina, Mashitah M. Yusoff
Abstract:
In this work, we have described a new 3-dimensional (3D) network of cross-linked Horseradish Peroxidase/Carbon Nanotube (HRP/CNT) on a thiol-modified Au surface in order to build up the effective electrical wiring of the enzyme units with the electrode. This was achieved by the electropolymerization of aniline-functionalized carbon nanotubes (CNTs) and 4-aminothiophenol -modified-HRP on a 4-aminothiophenol monolayer-modified Au electrode. The synthesized 3D HRP/CNT networks were characterized with cyclic voltammetry and amperometry, resulting the establishment direct electron transfer between the redox active unit of HRP and the Au surface. Electrochemical measurements reveal that the immobilized HRP exhibits high biological activity and stability and a quasi-reversible redox peak of the redox center of HRP was observed at about −0.355 and −0.275 V vs. Ag/AgCl. The electron transfer rate constant, KS and electron transfer co-efficient were found to be 0.57 s-1 and 0.42, respectively. Based on the electrocatalytic process by direct electrochemistry of HRP, a biosensor for detecting H2O2 was developed. The developed biosensor exhibits excellent electrocatalytic activity for the reduction of H2O2. The proposed biosensor modified with HRP/CNT 3D network displays a broader linear range and a lower detection limit for H2O2 determination. The linear range is from 1.0×10−7 to 1.2×10−4M with a detection limit of 2.2.0×10−8M at 3σ. Moreover, this biosensor exhibits very high sensitivity, good reproducibility and long-time stability. In summary, ease of fabrication, a low cost, fast response and high sensitivity are the main advantages of the new biosensor proposed in this study. These obvious advantages would really help for the real analytical applicability of the proposed biosensor.Keywords: redox enzyme, nanomaterials, biosensors, electrical communication
Procedia PDF Downloads 4593837 Load Carrying Capacity of Soils Reinforced with Encased Stone Columns
Authors: S. Chandrakaran, G. Govind
Abstract:
Stone columns are effectively used to improve bearing strength of soils and also for many geotechnical applications. In soft soils when stone columns are loaded they undergo large settlements due to insufficient lateral confinement. Use of geosynthetics encasement has proved to be a solution for this problem. In this paper, results of a laboratory experimental study carried out with model stone columns with and without encasement. Sand was used for making test beds, and grain size of soil varies from 0.075mm to 4.75mm. Woven geotextiles produced by Gareware ropes India with mass per unit area of 240gm/M2 and having tensile strength of 52KN/m is used for the present investigation. Tests were performed with large scale direct shear box and also using scaled laboratory plate load tests. Stone column of 50mm and 75mm is used for the present investigation. Diameter of stone column, size of stones used for making stone columns is varied in making stone column in the present study. Two types of stone were used namely small and bigger in size. Results indicate that there is an increase in angle of internal friction and also an increase in the shear strength of soil when stone columns are encased. With stone columns with 50mm dia, an average increase of 7% in shear strength and 4.6 % in angle of internal friction was achieved. When large stones were used increase in the shear strength was 12.2%, and angle of internal friction was increased to 5.4%. When the stone column diameter has increased to 75mm increase in shear strength and angle of internal friction was increased with smaller size of stones to 7.9 and 7.5%, and with large size stones, it was 7.7 and 5.48% respectively. Similar results are obtained in plate load tests, also.Keywords: stone columns, encasement, shear strength, plate load test
Procedia PDF Downloads 2383836 A Hybrid System of Hidden Markov Models and Recurrent Neural Networks for Learning Deterministic Finite State Automata
Authors: Pavan K. Rallabandi, Kailash C. Patidar
Abstract:
In this paper, we present an optimization technique or a learning algorithm using the hybrid architecture by combining the most popular sequence recognition models such as Recurrent Neural Networks (RNNs) and Hidden Markov models (HMMs). In order to improve the sequence or pattern recognition/ classification performance by applying a hybrid/neural symbolic approach, a gradient descent learning algorithm is developed using the Real Time Recurrent Learning of Recurrent Neural Network for processing the knowledge represented in trained Hidden Markov Models. The developed hybrid algorithm is implemented on automata theory as a sample test beds and the performance of the designed algorithm is demonstrated and evaluated on learning the deterministic finite state automata.Keywords: hybrid systems, hidden markov models, recurrent neural networks, deterministic finite state automata
Procedia PDF Downloads 3943835 An Assessment into the Drift in Direction of International Migration of Labor: Changing Aspirations for Religiosity and Cultural Assimilation
Authors: Syed Toqueer Akhter, Rabia Zulfiqar
Abstract:
This paper attempts to trace the determining factor- as far as individual preferences and expectations are concerned- of what causes the direction of international migration to drift in certain ways owing to factors such as Religiosity and Cultural Assimilation. The narrative on migration has graduated from the age long ‘push/pull’ debate to that of complex factors that may vary across each individual. We explore the longstanding factor of religiosity widely acknowledged in mentioned literature as a key variable in the assessment of migration, wherein the impact of religiosity in the form of a drift into the intent of migration has been analyzed. A more conventional factor cultural assimilation is used in a contemporary way to estimate how it plays a role in affecting the drift in direction. In particular what our research aims at achieving is to isolate the effect our key variables: Cultural Assimilation and Religiosity have on direction of migration, and to explore how they interplay as a composite unit- and how we may be able to justify the change in behavior displayed by these key variables. In order to establish a true sense of what drives individual choices we employ the method of survey research and use a questionnaire to conduct primary research. The questionnaire was divided into six sections covering subjects including household characteristics, perceptions and inclinations of the respondents relevant to our study. Religiosity was quantified using a proxy of Migration Network that utilized secondary data to estimate religious hubs in recipient countries. To estimate the relationship between Intent of Migration and its variants three competing econometric models namely: the Ordered Probit Model, the Ordered Logit Model and the Tobit Model were employed. For every model that included our key variables, a highly significant relationship with the intent of migration was estimated.Keywords: international migration, drift in direction, cultural assimilation, religiosity, ordered probit model
Procedia PDF Downloads 3103834 Agroecology Techniques in Palestine
Authors: Rima Younis
Abstract:
Agro-ecology is considered one of the agricultural approaches that is spreading across the world due to the practical solutions it provides that are in harmony with nature. These solutions target many agricultural problems, food production issues, and climate change. Agriculture and fertile soil in particular, play a vital role when it comes to food security and climate change. The organic substances, which mainly consist of carbon, in the soil contribute to the ecological system through 4 elements: Resistance to soil erosion, conserving water in soil, increasing soil fertility, and improving the biodiversity in it. Any small changes to the carbon storage in soil have a tremendous impact on both agricultural productivity and the greenhouse gas cycle, which is what agro-ecology aims to achieve. The importance of agro-ecology lies here, as it helps increase organic matter/carbon in the soil, on an ongoing basis, 15-20 times higher than nature’s rate in producing organic matter. Agro-ecology is set to increase the production of crops free of chemicals, develop organic matter, and establish carbon in soil, thus being a factor in limiting climate change, not just mitigating or adapting. Under the events of the rapid increase in population and the need to feed humans, agro-ecology stands in the first place as it surpasses the productivity of chemical agriculture per unit area, according to international and local experience. The introduction of agro-ecology to Palestine started 15 years ago, with modest beginnings faced with a lot of criticism and opposition, but is currently experiencing rapid growth among farmers and is becoming accepted among specialists. Even though the number of agro-ecologist farmers is still small, it reflects a state of turnover into a more sustainable, less polluting agriculture that works on renewing life and the elements of nature.Keywords: toward to solidarity economy, food sovereignty, the introduction of agro-ecology to Palestine, the importance of agro-ecology
Procedia PDF Downloads 313833 Solid Waste Management through Mushroom Cultivation: An Eco Friendly Approach
Authors: Mary Josephine
Abstract:
Waste of certain process can be the input source of other sectors in order to reduce environmental pollution. Today there are more and more solid wastes are generated, but only very small amount of those are recycled. So, the threatening of environmental pressure to public health is very serious. The methods considered for the treatment of solid waste are biogas tanks or processing to make animal feed and fertilizer, however, they did not perform well. An alternative approach is growing mushrooms on waste residues. This is regarded as an environmental friendly solution with potential economic benefit. The substrate producers do their best to produce quality substrate at low cost. Apart from other methods, this can be achieved by employing biologically degradable wastes used as the resource material component of the substrate. Mushroom growing is a significant tool for the restoration, replenishment and remediation of Earth’s overburdened ecosphere. One of the rational methods of waste utilization involves locally available wastes. The present study aims to find out the yield of mushroom grown on locally available waste for free and to conserve our environment by recycling wastes.Keywords: biodegradable, environment, mushroom, remediation
Procedia PDF Downloads 4023832 Convolutional Neural Network Based on Random Kernels for Analyzing Visual Imagery
Authors: Ja-Keoung Koo, Kensuke Nakamura, Hyohun Kim, Dongwha Shin, Yeonseok Kim, Ji-Su Ahn, Byung-Woo Hong
Abstract:
The machine learning techniques based on a convolutional neural network (CNN) have been actively developed and successfully applied to a variety of image analysis tasks including reconstruction, noise reduction, resolution enhancement, segmentation, motion estimation, object recognition. The classical visual information processing that ranges from low level tasks to high level ones has been widely developed in the deep learning framework. It is generally considered as a challenging problem to derive visual interpretation from high dimensional imagery data. A CNN is a class of feed-forward artificial neural network that usually consists of deep layers the connections of which are established by a series of non-linear operations. The CNN architecture is known to be shift invariant due to its shared weights and translation invariance characteristics. However, it is often computationally intractable to optimize the network in particular with a large number of convolution layers due to a large number of unknowns to be optimized with respect to the training set that is generally required to be large enough to effectively generalize the model under consideration. It is also necessary to limit the size of convolution kernels due to the computational expense despite of the recent development of effective parallel processing machinery, which leads to the use of the constantly small size of the convolution kernels throughout the deep CNN architecture. However, it is often desired to consider different scales in the analysis of visual features at different layers in the network. Thus, we propose a CNN model where different sizes of the convolution kernels are applied at each layer based on the random projection. We apply random filters with varying sizes and associate the filter responses with scalar weights that correspond to the standard deviation of the random filters. We are allowed to use large number of random filters with the cost of one scalar unknown for each filter. The computational cost in the back-propagation procedure does not increase with the larger size of the filters even though the additional computational cost is required in the computation of convolution in the feed-forward procedure. The use of random kernels with varying sizes allows to effectively analyze image features at multiple scales leading to a better generalization. The robustness and effectiveness of the proposed CNN based on random kernels are demonstrated by numerical experiments where the quantitative comparison of the well-known CNN architectures and our models that simply replace the convolution kernels with the random filters is performed. The experimental results indicate that our model achieves better performance with less number of unknown weights. The proposed algorithm has a high potential in the application of a variety of visual tasks based on the CNN framework. Acknowledgement—This work was supported by the MISP (Ministry of Science and ICT), Korea, under the National Program for Excellence in SW (20170001000011001) supervised by IITP, and NRF-2014R1A2A1A11051941, NRF2017R1A2B4006023.Keywords: deep learning, convolutional neural network, random kernel, random projection, dimensionality reduction, object recognition
Procedia PDF Downloads 2923831 The Efficacy of Vestibular Rehabilitation Therapy for Mild Traumatic Brain Injury: A Systematic Review and Meta-Analysis
Authors: Ammar Aljabri, Alhussain Halawani, Alaa Ashqar, Omar Alageely
Abstract:
Objective: mild Traumatic Brain Injury (mTBI) or concussion is a common yet undermanaged and underreported condition. This systematic review and meta-analysis aim to determine the efficacy of VRT as a treatment option for mTBI. Method: This review and meta-analysis was performed following the PRISMA (Preferred Reporting Items for Systematic Reviews and Meta-Analyses) guidelines and included RCTs and pre-VRT/post-VRT retrospective chart reviews. Records meeting the inclusion criteria were extracted from the following databases: Medline, Embase, and Cochrane Register of Controlled Trials (CENTRAL). Results: Eight articles met the inclusion criteria, and six RCTs were included in the meta-analysis. VRT demonstrated significant improvement in decreasing perceived dizziness at the end of the intervention program, as shown by DHI scores (SMD= -0.33, 95% CI -0.62 to -0.03, p=0.03, I2= 0%). However, no significant reduction in DHI was evident after two months of follow-up (SMD= 0.15, 95% CI -0.23 to 0.52, p=0.44, I2=0%). Quantitative analysis also depicts significant reduction in both VOMS (SMD=-0.40, 95% CI -0.60 to -0.20, p<0.0001, I2=0%) and PCSS (SMD= -0.39, 95% CI -0.71 to -0.07, p=0.02, I2=0%) following the intervention. Lastly, there was no significant difference between intervention groups on BESS scores (SMD= -31, 95% CI -0.71 to 0.10, p=0.14, I2=0%) and return to sport/function (95% CI 0.32 to 30.80, p=0.32, I2=82%). Conclusions: Current evidence on the efficacy of VRT for mTBI is limited. This review and analysis provide evidence that supports the role of VRT in improving perceived symptoms following concussion. There is still a need for high-quality trials evaluating the benefit of VRT using a standardized approach.Keywords: concussion, traumatic brain injury, vestibular rehabilitation, neurorehabilitation
Procedia PDF Downloads 1503830 Voting Behavior in an Era of Turbulent Race Relations: Revisiting Church Attendance and Turnout
Authors: JoVontae Butts
Abstract:
A central and enduring theme in the study of American politics is political participation, which indicates the health of a democracy, citizen buy-in, and fair political representation. Though voting push factors have been thoroughly researched and are becoming better understood, the effect of those same push factors often varies for marginalized people. Black voters begun to cast votes at a steadily increasing rate following the 1996 election, gradually growing to its highest level in the 2012 presidential election, even surpassing white voter participation rates. The thirty-year growth period of Black voter engagement concluded in the 2016 election, with the number of participating Black voters stumbling by approximately 7% while other demographics remained roughly the same. Theories for the shift in Black voter behavior range from vote suppression to discouragement due to Barack Obama’s concluding tenure in office. Furthermore, Black voter engagement rebounded in the 2020 election, leaving turnout and race scholars to speculate even further, predicting that disapproval of Trump energized the Black voter bloc. Though there is much conjecture regarding the changes in Black voter behavior, there is truly little empirical evidence to vet those suppositions. This study engages and quantifies speculations for the changes in Black voter engagement in recent elections using 2016 and 2020 American National Election Studies Pilot Study data. Additionally, this study expands upon McGregor’s theory of political hypervigilance by exploring differences in political engagement for church-attending Black voters and those that do not.Keywords: race, religion, evangelicalism, political engagement
Procedia PDF Downloads 873829 Design and Optimization of an Electromagnetic Vibration Energy Converter
Authors: Slim Naifar, Sonia Bradai, Christian Viehweger, Olfa Kanoun
Abstract:
Vibration provides an interesting source of energy since it is available in many indoor and outdoor applications. Nevertheless, in order to have an efficient design of the harvesting system, vibration converters have to satisfy some criterion in terms of robustness, compactness and energy outcome. In this work, an electromagnetic converter based on mechanical spring principle is proposed. The designed harvester is formed by a coil oscillating around ten ring magnets using a mechanical spring. The proposed design overcomes one of the main limitation of the moving coil by avoiding the contact between the coil wires with the mechanical spring which leads to a better robustness for the converter. In addition, the whole system can be implemented in a cavity of a screw. Different parameters in the harvester were investigated by finite element method including the magnet size, the coil winding number and diameter and the excitation frequency and amplitude. A prototype was realized and tested. Experiments were performed for 0.5 g to 1 g acceleration. The used experimental setup consists of an electrodynamic shaker as an external artificial vibration source controlled by a laser sensor to measure the applied displacement and frequency excitation. Together with the laser sensor, a controller unit, and an amplifier, the shaker is operated in a closed loop which allows controlling the vibration amplitude. The resonance frequency of the proposed designs is in the range of 24 Hz. Results indicate that the harvester can generate 612 mV and 1150 mV maximum open circuit peak to peak voltage at resonance for 0.5 g and 1 g acceleration respectively which correspond to 4.75 mW and 1.34 mW output power. Tuning the frequency to other values is also possible due to the possibility to add mass to the moving part of the or by changing the mechanical spring stiffness.Keywords: energy harvesting, electromagnetic principle, vibration converter, moving coil
Procedia PDF Downloads 3013828 Disparity of Learning Styles and Cognitive Abilities in Vocational Education
Authors: Mimi Mohaffyza Mohamad, Yee Mei Heong, Nurfirdawati Muhammad Hanafi, Tee Tze Kiong
Abstract:
This study is conducted to investigate the disparity of between learning styles and cognitive abilities specifically in Vocational Education. Felder and Silverman Learning Styles Model (FSLSM) was applied to measure the students’ learning styles while the content in Building Construction Subject consists; knowledge, skills and problem solving were taken into account in constructing the elements of cognitive abilities. There are four dimension of learning styles proposed by Felder and Silverman intended to capture student learning preferences with regards to processing either active or reflective, perception based on sensing or intuitive, input of information used visual or verbal and understanding information represent with sequential or global learner. The study discovered that students are tending to be visual learners and each type of learner having significant difference whereas cognitive abilities. The finding may help teachers to facilitate students more effectively and to boost the student’s cognitive abilities.Keywords: learning styles, cognitive abilities, dimension of learning styles, learning preferences
Procedia PDF Downloads 4073827 Design of an Improved Distributed Framework for Intrusion Detection System Based on Artificial Immune System and Neural Network
Authors: Yulin Rao, Zhixuan Li, Burra Venkata Durga Kumar
Abstract:
Intrusion detection refers to monitoring the actions of internal and external intruders on the system and detecting the behaviours that violate security policies in real-time. In intrusion detection, there has been much discussion about the application of neural network technology and artificial immune system (AIS). However, many solutions use static methods (signature-based and stateful protocol analysis) or centralized intrusion detection systems (CIDS), which are unsuitable for real-time intrusion detection systems that need to process large amounts of data and detect unknown intrusions. This article proposes a framework for a distributed intrusion detection system (DIDS) with multi-agents based on the concept of AIS and neural network technology to detect anomalies and intrusions. In this framework, multiple agents are assigned to each host and work together, improving the system's detection efficiency and robustness. The trainer agent in the central server of the framework uses the artificial neural network (ANN) rather than the negative selection algorithm of AIS to generate mature detectors. Mature detectors can distinguish between self-files and non-self-files after learning. Our analyzer agents use genetic algorithms to generate memory cell detectors. This kind of detector will effectively reduce false positive and false negative errors and act quickly on known intrusions.Keywords: artificial immune system, distributed artificial intelligence, multi-agent, intrusion detection system, neural network
Procedia PDF Downloads 1133826 Direct Electrical Communication of Redox Enzyme Based on 3-Dimensional Crosslinked Redox Enzyme/Carbon Nanotube on a Thiol-Modified Au Surface
Authors: A. K. M. Kafi, S. N. Nina, Mashitah M. Yusoff
Abstract:
In this work, we have described a new 3-dimensional (3D) network of crosslinked Horseradish Peroxidase/Carbon Nanotube (HRP/CNT) on a thiol-modified Au surface in order to build up the effective electrical wiring of the enzyme units with the electrode. This was achieved by the electropolymerization of aniline-functionalized carbon nanotubes (CNTs) and 4-aminothiophenol -modified-HRP on a 4-aminothiophenol monolayer-modified Au electrode. The synthesized 3D HRP/CNT networks were characterized with cyclic voltammetry and amperometry, resulting the establishment direct electron transfer between the redox active unit of HRP and the Au surface. Electrochemical measurements reveal that the immobilized HRP exhibits high biological activity and stability and a quasi-reversible redox peak of the redox center of HRP was observed at about −0.355 and −0.275 V vs. Ag/AgCl. The electron transfer rate constant, KS and electron transfer co-efficient were found to be 0.57 s-1 and 0.42, respectively. Based on the electrocatalytic process by direct electrochemistry of HRP, a biosensor for detecting H2O2 was developed. The developed biosensor exhibits excellent electrocatalytic activity for the reduction of H2O2. The proposed biosensor modified with HRP/CNT 3D network displays a broader linear range and a lower detection limit for H2O2 determination. The linear range is from 1.0×10−7 to 1.2×10−4M with a detection limit of 2.2.0×10−8M at 3σ. Moreover, this biosensor exhibits very high sensitivity, good reproducibility and long-time stability. In summary, ease of fabrication, a low cost, fast response and high sensitivity are the main advantages of the new biosensor proposed in this study. These obvious advantages would really help for the real analytical applicability of the proposed biosensor.Keywords: biosensor, nanomaterials, redox enzyme, thiol-modified Au surface
Procedia PDF Downloads 3333825 Ranking of the Main Criteria for Contractor Selection Procedures on Major Construction Projects in Libya Using the Delphi Method
Authors: Othoman Elsayah, Naren Gupta, Binsheng Zhang
Abstract:
The construction sector constitutes one of the most important sectors in the economy of any country. Contractor selection is a critical decision that is undertaken by client organizations and is central to the success of any construction project. Contractor selection (CS) is a process which involves investigating, screening and determining whether candidate contractors have the technical and financial capability to be accepted to formally tender for construction work. The process should be conducted prior to the award of contract, characterized by many factors such as: contactor’s skills, experience on similar projects, track- record in the industry, and financial stability. However, this paper evaluates the current state of knowledge in relation to contractor selection process and demonstrates the findings from the analysis of the data collected from the Delphi questionnaire survey. The survey was conducted with a group of 12 experts working in the Libyan construction industry (LCI). The paper starts by briefly explaining the general outline of the questionnaire including the survey participation rate, the different fields the experts came from, and the business titles of the participants. Then, the paper describes the tests used to determine when the experts had reached consensus. The paper is based on research which aims to develop rank contractor selection criteria with specific application to make construction projects in the Libyan context. The findings of this study will be utilized to establish the scope of work that will be used as part of a PhD research.Keywords: contractor selection, Libyan construction industry, decision experts, Delphi technique
Procedia PDF Downloads 3353824 Informed Decision-Making in Classrooms among High School Students regarding Nuclear Power Use in India
Authors: Dinesh N. Kurup, Celine Perriera
Abstract:
The economic development of any country is based on the policies adopted by the government from time to time. If these policies are framed by the opinion of the people of the country, there is need for having strong knowledge base, right from the school level. There should be emphasis to provide in education, an ability to take informed decisions regarding socio-scientific issues. It would be better to adopt this practice in high school classrooms to build capacity among future citizens. This study is an attempt to provide a different approach of teaching and learning in classrooms at the high school level in Indian schools for providing opportunity for informed decision making regarding nuclear power use. A unit of work based on the 5E instructional model about the use of nuclear energy is used to build knowledge base and find out the effectiveness in terms of its influence for taking decisions as a future citizen. A sample of 120 students from three high schools using different curricula and teaching and learning methods were chosen for this study. This research used a design based research method. A pre and post questionnaire based on the theory of reasoned action, structured observations, focus group interviews and opportunity for decision making were used during the intervention. The data analysed qualitatively and quantitatively, and the qualitative data were coded into categories based on responses. The results of the study show that students were able to make informed decisions and could give reasons for their decisions. They were enthusiastic in formulating policy making based on their knowledge base and have strong held views and reasoning for their choice.Keywords: informed decision making, socio-scientific issues, nuclear energy use, policy making
Procedia PDF Downloads 3063823 Biohydrogen Production from Starch Residues
Authors: Francielo Vendruscolo
Abstract:
This review summarizes the potential of starch agroindustrial residues as substrate for biohydrogen production. Types of potential starch agroindustrial residues, recent developments and bio-processing conditions for biohydrogen production will be discussed. Biohydrogen is a clean energy source with great potential to be an alternative fuel, because it releases energy explosively in heat engines or generates electricity in fuel cells producing water as only by-product. Anaerobic hydrogen fermentation or dark fermentation seems to be more favorable, since hydrogen is yielded at high rates and various organic waste enriched with carbohydrates as substrate result in low cost for hydrogen production. Abundant biomass from various industries could be source for biohydrogen production where combination of waste treatment and energy production would be an advantage. Carbohydrate-rich nitrogen-deficient solid wastes such as starch residues can be used for hydrogen production by using suitable bioprocess technologies. Alternatively, converting biomass into gaseous fuels, such as biohydrogen is possibly the most efficient way to use these agroindustrial residues.Keywords: biofuel, dark fermentation, starch residues, food waste
Procedia PDF Downloads 404