Search results for: feed processing
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4681

Search results for: feed processing

3931 Design and Implementation of a Counting and Differentiation System for Vehicles through Video Processing

Authors: Derlis Gregor, Kevin Cikel, Mario Arzamendia, Raúl Gregor

Abstract:

This paper presents a self-sustaining mobile system for counting and classification of vehicles through processing video. It proposes a counting and classification algorithm divided in four steps that can be executed multiple times in parallel in a SBC (Single Board Computer), like the Raspberry Pi 2, in such a way that it can be implemented in real time. The first step of the proposed algorithm limits the zone of the image that it will be processed. The second step performs the detection of the mobile objects using a BGS (Background Subtraction) algorithm based on the GMM (Gaussian Mixture Model), as well as a shadow removal algorithm using physical-based features, followed by morphological operations. In the first step the vehicle detection will be performed by using edge detection algorithms and the vehicle following through Kalman filters. The last step of the proposed algorithm registers the vehicle passing and performs their classification according to their areas. An auto-sustainable system is proposed, powered by batteries and photovoltaic solar panels, and the data transmission is done through GPRS (General Packet Radio Service)eliminating the need of using external cable, which will facilitate it deployment and translation to any location where it could operate. The self-sustaining trailer will allow the counting and classification of vehicles in specific zones with difficult access.

Keywords: intelligent transportation system, object detection, vehicle couting, vehicle classification, video processing

Procedia PDF Downloads 312
3930 Tool Wear Monitoring of High Speed Milling Based on Vibratory Signal Processing

Authors: Hadjadj Abdechafik, Kious Mecheri, Ameur Aissa

Abstract:

The objective of this study is to develop a process of treatment of the vibratory signals generated during a horizontal high speed milling process without applying any coolant in order to establish a monitoring system able to improve the machining performance. Thus, many tests were carried out on the horizontal high speed centre (PCI Météor 10), in given cutting conditions, by using a milling cutter with only one insert and measured its frontal wear from its new state that is considered as a reference state until a worn state that is considered as unsuitable for the tool to be used. The results obtained show that the first harmonic follow well the evolution of frontal wear, on another hand a wavelet transform is used for signal processing and is found to be useful for observing the evolution of the wavelet approximations through the cutting tool life. The power and the Root Mean Square (RMS) values of the wavelet transformed signal gave the best results and can be used for tool wear estimation. All this features can constitute the suitable indicators for an effective detection of tool wear and then used for the input parameters of an online monitoring system. Although we noted the remarkable influence of the machining cycle on the quality of measurements by the introduction of a bias on the signal, this phenomenon appears in particular in horizontal milling and in the majority of studies is ignored.

Keywords: flank wear, vibration, milling, signal processing, monitoring

Procedia PDF Downloads 589
3929 Inventory of Local Forages in Indonesia That Potentially Reduce Methane (CH4) Emissions and Increase Productivity in Ruminants

Authors: Amriana Hifizah, Philip Edward Vercoe, Graeme Bruce Martin, Teuku Reza Ferasy, Muhammad Hambal

Abstract:

Many native forage plant species have been used in Indonesia as feed for ruminants. However, less information is available about how these plants affect productivity, let alone methane emissions. In the province of Aceh, where the traditional practice is to feed local forages to small ruminants, the farmers are not satisfied with the productivity of their livestock, and they attribute this problem to poor availability and too few options for good quality forages. Forage quality is reduced by high environmental temperatures which increase the amount of lignification. In addition to reducing productivity, these factors also increase enteric methane production. A preliminary survey about potential forage species was completed in three different districts, two of low elevation and one of high elevation: Syiah Kuala (05°30’5.08” N to 095°24’7.35” E), elevation 29 m MSL; Kajhu (05°32’34.6” N to 095°21’17.7” E), elevation 30 m MSL; Lembah Seulawah (05°28'06.4" N to 095°43' 14.2" E), elevation 254 m MSL. Information about local plants was collected in a semi-structured interview with scientists, government field officers and local farmers, in the city of Banda Aceh and in those three districts. The outcome was a list 40 species that could be useful, of which 21 were selected for further study. The selection process was based on several criteria: high availability, high protein content, low toxicity, and evidence of secondary metabolites (eg, history of medicinal plants for both human and animals). For some of the selected medicinal plants, there is experimental evidence of effects on methane production during rumen fermentation. Subsequently, the selected forages were tested for their effects on rumen fermentation in vitro, using batch culture. The data produced will be used to identify forages with the potential to reduce CH4 emissions. These candidates will then be assessed for their benefits (fermentability and productivity) and potential deleterious side-effects.

Keywords: batch culture, forage, methane, rumen

Procedia PDF Downloads 319
3928 Effect of Yeast Culture (Saccharomyces cerevisiae) Supplementation on Growth Performance, Nutrients Digestibility, and Blood Metabolites in Beetal Male Goats

Authors: Saeed Ahmed, Tamoor Abbas, M. Amir, M. S. Iqbal, D. Hussain

Abstract:

This study was conducted to evaluate the effect of supplementation of different levels of yeast culture (Saccharomyces cerevisiae) in Beetal male goats diets on growth performance, digestibility of nutrients and selected blood metabolites. Another objective was to determine the inclusion level of yeast culture for optimal growth performance of Beetal male goats. Eighteen (n=18) Beetal male goats were randomly assigned to three total mixed ration treatments (n=6 goats/treatment): T1, T2 and T3 containing 0gm, 3gm and 6gm/day yeast culture (YC) mixed with total mixed ration (TMR). The diets were iso-nitrogenous and iso-caloric having crude protein 15.2% and ME 2.6Mcal/kg. The total duration of the experiment was 8 weeks. Beetal bucks were fed on TMR diets (T1, T2 and T3) having blend of oat silage, Lucerne hay and concentrate mixed with yeast culture (YC). Bucks were housed individually and feed was offered @ 4% of body weight on dry matter basis. Samples of fresh feed and refusal were collected twice weekly of moisture percentage using hot air oven. Data for daily dry matter intake, body weight gain, nutrient digestibility and selected blood metabolites were analyzed through one-way ANOVA technique under Complete randomised design (SAS Institute Inc, 2002-03). Results were declared significant at P≤0.05. Overall, DMI was not affected (P≥0.05) by dietary treatments. Body weight gain, digestibility of crude protein and crude fibre were improved. Blood glucose concentration was detected higher in the group having supplementation of yeast culture (YC) 6gm/day compared to other two dietary treatments. This study suggested the positive impact of inclusion of yeast culture (YC) up to 6gm/day in the TMR diet for optimal growth performance and digestibility of nutrients in Beetal male goats.

Keywords: yeast culture, growth performance, digestibility, beetle goat

Procedia PDF Downloads 175
3927 Big Data Analysis with RHadoop

Authors: Ji Eun Shin, Byung Ho Jung, Dong Hoon Lim

Abstract:

It is almost impossible to store or analyze big data increasing exponentially with traditional technologies. Hadoop is a new technology to make that possible. R programming language is by far the most popular statistical tool for big data analysis based on distributed processing with Hadoop technology. With RHadoop that integrates R and Hadoop environment, we implemented parallel multiple regression analysis with different sizes of actual data. Experimental results showed our RHadoop system was much faster as the number of data nodes increases. We also compared the performance of our RHadoop with lm function and big lm packages available on big memory. The results showed that our RHadoop was faster than other packages owing to paralleling processing with increasing the number of map tasks as the size of data increases.

Keywords: big data, Hadoop, parallel regression analysis, R, RHadoop

Procedia PDF Downloads 423
3926 A Convolutional Deep Neural Network Approach for Skin Cancer Detection Using Skin Lesion Images

Authors: Firas Gerges, Frank Y. Shih

Abstract:

Malignant melanoma, known simply as melanoma, is a type of skin cancer that appears as a mole on the skin. It is critical to detect this cancer at an early stage because it can spread across the body and may lead to the patient's death. When detected early, melanoma is curable. In this paper, we propose a deep learning model (convolutional neural networks) in order to automatically classify skin lesion images as malignant or benign. Images underwent certain pre-processing steps to diminish the effect of the normal skin region on the model. The result of the proposed model showed a significant improvement over previous work, achieving an accuracy of 97%.

Keywords: deep learning, skin cancer, image processing, melanoma

Procedia PDF Downloads 129
3925 Enhancing Word Meaning Retrieval Using FastText and Natural Language Processing Techniques

Authors: Sankalp Devanand, Prateek Agasimani, Shamith V. S., Rohith Neeraje

Abstract:

Machine translation has witnessed significant advancements in recent years, but the translation of languages with distinct linguistic characteristics, such as English and Sanskrit, remains a challenging task. This research presents the development of a dedicated English-to-Sanskrit machine translation model, aiming to bridge the linguistic and cultural gap between these two languages. Using a variety of natural language processing (NLP) approaches, including FastText embeddings, this research proposes a thorough method to improve word meaning retrieval. Data preparation, part-of-speech tagging, dictionary searches, and transliteration are all included in the methodology. The study also addresses the implementation of an interpreter pattern and uses a word similarity task to assess the quality of word embeddings. The experimental outcomes show how the suggested approach may be used to enhance word meaning retrieval tasks with greater efficacy, accuracy, and adaptability. Evaluation of the model's performance is conducted through rigorous testing, comparing its output against existing machine translation systems. The assessment includes quantitative metrics such as BLEU scores, METEOR scores, Jaccard Similarity, etc.

Keywords: machine translation, English to Sanskrit, natural language processing, word meaning retrieval, fastText embeddings

Procedia PDF Downloads 26
3924 Pedestrian Safe Bumper Design from Commingled Glass Fiber/Polypropylene Reinforced Sandwich Composites

Authors: L. Onal

Abstract:

The aim of this study is to optimize manufacturing process for thermoplastic sandwich composite structures for the pedestrian safety of automobiles subjected to collision condition. In particular, cost-effective manufacturing techniques for sandwich structures with commingled GF/PP skins and low-density foam cores are being investigated. The performance of these structures under bending load is being studied. Samples are manufactured using compression moulding technique. The relationship of this performance to processing parameters such as mould temperature, moulding time, moulding pressure and sequence of the layers during moulding is being investigated. The results of bending tests are discussed in the light of the moulding conditions and conclusions are given regarding optimum set of processing conditions using the compression moulding route

Keywords: twintex, flexural properties, automobile composites, sandwich structures

Procedia PDF Downloads 418
3923 Effect of Feeding Varying Levels of Dietary Cation-Anion Difference on the Performance of Transition Sahiwal Cattle

Authors: Farhan Ahmad Atif, Abd Ur Rehman, Muhammad Babir

Abstract:

Dietary cation anion difference (DCAD) is an important aspect of dairy nutrition, especially in the transition period. Sahiwal cattle is the highest milk producing breed among Zebu cattle. We planned first study on transition Sahiwal cattle to determine the effects of feeding varying levels of negative DCAD. For this purpose, twenty pregnant cows (at the 250th day of gestation) were selected and randomly divided into 5 groups comprising four animals each. Five iso-caloric (2100 Kcal) and iso-nitrogenous (12%) diets were formulated and each diet was allotted to each group. The animals received positive DCAD diet served as control. Diets were supplemented with NutriCAB® to attain 0, -15, -30 and -45 DCAD levels. Experimental diets were fed at ad-libitum upto parturition and data regarding feed intake were recorded on daily. Post-partum incidence of milk fever, dystocia, retention of placenta (RP), mastitis as well as milk production, milk fat percentage and serum Ca levels were recorded. Urine and blood pH were determined weekly during the last month of pregnancy. Results showed that prepartum feed intake and blood pH were not affected (P > 0.05), while urine pH was significantly reduced (P < 0.05) by lowering DCAD levels. Post parturient blood calcium level linearly increased (P < 0.05) with decreasing DCAD. Pre-partum negative DCAD feeding had no effect (P > 0.05) on post-parturient milk production and fat percentage. However, parturient related problems decreased with decreasing DCAD feeding. It was concluded that negative DCAD feeding raised serum calcium level and reduced the incidence of post-parturient problems in Sahiwal cattle.

Keywords: dairy cattle, transition, metabolic diseases, reproductive disorders, incidence

Procedia PDF Downloads 180
3922 Characterization of Shiga Toxin Escherichia coli Recovered from a Beef Processing Facility within Southern Ontario and Comparative Performance of Molecular Diagnostic Platforms

Authors: Jessica C. Bannon, Cleso M. Jordao Jr., Mohammad Melebari, Carlos Leon-Velarde, Roger Johnson, Keith Warriner

Abstract:

There has been an increased incidence of non-O157 Shiga Toxin Escherichia coli (STEC) with six serotypes (Top 6) being implicated in causing haemolytic uremic syndrome (HUS). Beef has been suggested to be a significant vehicle for non-O157 STEC although conclusive evidence has yet to be obtained. The following aimed to determine the prevalence of the Top 6 non-O157 STEC in beef processing using three different diagnostic platforms then characterize the recovered isolates. Hide, carcass and environmental swab samples (n = 60) were collected from a beef processing facility over a 12 month period. Enriched samples were screened using Biocontrol GDS, BAX or PALLgene molecular diagnostic tests. Presumptive non-O157 STEC positive samples were confirmed using conventional PCR and serology. STEC was detected by GDS (55% positive), BAX (85% positive), and PALLgene (93%). However, during confirmation testing only 8 of the 60 samples (13%) were found to harbour STEC. Interestingly, the presence of virulence factors in the recovered isolates was unstable and readily lost during subsequent sub-culturing. There is a low prevalence of Top 6 non-O157 STEC associated with beef although other serotypes are encountered. Yet, the instability of the virulence factors in recovered strains would question their clinical relevance.

Keywords: beef, food microbiology, shiga toxin, STEC

Procedia PDF Downloads 450
3921 A Comparative Study on Automatic Feature Classification Methods of Remote Sensing Images

Authors: Lee Jeong Min, Lee Mi Hee, Eo Yang Dam

Abstract:

Geospatial feature extraction is a very important issue in the remote sensing research. In the meantime, the image classification based on statistical techniques, but, in recent years, data mining and machine learning techniques for automated image processing technology is being applied to remote sensing it has focused on improved results generated possibility. In this study, artificial neural network and decision tree technique is applied to classify the high-resolution satellite images, as compared to the MLC processing result is a statistical technique and an analysis of the pros and cons between each of the techniques.

Keywords: remote sensing, artificial neural network, decision tree, maximum likelihood classification

Procedia PDF Downloads 338
3920 Taguchi-Based Surface Roughness Optimization for Slotted and Tapered Cylindrical Products in Milling and Turning Operations

Authors: Vineeth G. Kuriakose, Joseph C. Chen, Ye Li

Abstract:

The research follows a systematic approach to optimize the parameters for parts machined by turning and milling processes. The quality characteristic chosen is surface roughness since the surface finish plays an important role for parts that require surface contact. A tapered cylindrical surface is designed as a test specimen for the research. The material chosen for machining is aluminum alloy 6061 due to its wide variety of industrial and engineering applications. HAAS VF-2 TR computer numerical control (CNC) vertical machining center is used for milling and HAAS ST-20 CNC machine is used for turning in this research. Taguchi analysis is used to optimize the surface roughness of the machined parts. The L9 Orthogonal Array is designed for four controllable factors with three different levels each, resulting in 18 experimental runs. Signal to Noise (S/N) Ratio is calculated for achieving the specific target value of 75 ± 15 µin. The controllable parameters chosen for turning process are feed rate, depth of cut, coolant flow and finish cut and for milling process are feed rate, spindle speed, step over and coolant flow. The uncontrollable factors are tool geometry for turning process and tool material for milling process. Hypothesis testing is conducted to study the significance of different uncontrollable factors on the surface roughnesses. The optimal parameter settings were identified from the Taguchi analysis and the process capability Cp and the process capability index Cpk were improved from 1.76 and 0.02 to 3.70 and 2.10 respectively for turning process and from 0.87 and 0.19 to 3.85 and 2.70 respectively for the milling process. The surface roughnesses were improved from 60.17 µin to 68.50 µin, reducing the defect rate from 52.39% to 0% for the turning process and from 93.18 µin to 79.49 µin, reducing the defect rate from 71.23% to 0% for the milling process. The purpose of this study is to efficiently utilize the Taguchi design analysis to improve the surface roughness.

Keywords: surface roughness, Taguchi parameter design, CNC turning, CNC milling

Procedia PDF Downloads 142
3919 Acoustic Emission for Tool-Chip Interface Monitoring during Orthogonal Cutting

Authors: D. O. Ramadan, R. S. Dwyer-Joyce

Abstract:

The measurement of the interface conditions in a cutting tool contact is essential information for performance monitoring and control. This interface provides the path for the heat flux to the cutting tool. This elevate in the cutting tool temperature leads to motivate the mechanism of tool wear, thus affect the life of the cutting tool and the productivity. This zone is representative by the tool-chip interface. Therefore, understanding and monitoring this interface is considered an important issue in machining. In this paper, an acoustic emission (AE) technique was used to find the correlation between AE parameters and the tool-chip interface. For this reason, a response surface design (RSD) has been used to analyse and optimize the machining parameters. The experiment design was based on the face centered, central composite design (CCD) in the Minitab environment. According to this design, a series of orthogonal cutting experiments for different cutting conditions were conducted on a Triumph 2500 lathe machine to study the sensitivity of the acoustic emission (AE) signal to change in tool-chip contact length. The cutting parameters investigated were the cutting speed, depth of cut, and feed and the experiments were performed for 6082-T6 aluminium tube. All the orthogonal cutting experiments were conducted unlubricated. The tool-chip contact area was investigated using a scanning electron microscope (SEM). The results obtained in this paper indicate that there is a strong dependence of the root mean square (RMS) on the cutting speed, where the RMS increases with increasing the cutting speed. A dependence on the tool-chip contact length has been also observed. However there was no effect observed of changing the cutting depth and feed on the RMS. These dependencies have been clarified in terms of the strain and temperature in the primary and secondary shear zones, also the tool-chip sticking and sliding phenomenon and the effect of these mechanical variables on dislocation activity at high strain rates. In conclusion, the acoustic emission technique has the potential to monitor in situ the tool-chip interface in turning and consequently could indicate the approaching end of life of a cutting tool.

Keywords: Acoustic emission, tool-chip interface, orthogonal cutting, monitoring

Procedia PDF Downloads 475
3918 Prediction, Production, and Comprehension: Exploring the Influence of Salience in Language Processing

Authors: Andy H. Clark

Abstract:

This research looks into the relationship between language comprehension and production with a specific focus on the role of salience in shaping these processes. Salience, our most immediate perception of what is most probable out of all possible situations and outcomes strongly affects our perception and action in language production and comprehension. This study investigates the impact of geographic and emotional attachments to the target language on the differences in the learners’ comprehension and production abilities. Using quantitative research methods (Qualtrics, SPSS), this study examines preferential choices of two groups of Japanese English language learners: those residing in the United States and those in Japan. By comparing and contrasting these two groups, we hope to gain a better understanding of how salience of linguistics cues influences language processing.

Keywords: intercultural pragmatics, salience, production, comprehension, pragmatics, action, perception, cognition

Procedia PDF Downloads 53
3917 High Pressure Processing of Jackfruit Bulbs: Effect on Color, Nutrient Profile and Enzyme Inactivation

Authors: Jyoti Kumari, Pavuluri Srinivasa Rao

Abstract:

Jackfruit (ArtocarpusheterophyllusL.) is an underutilized yet highly nutritious fruit with unique flavour, known for its therapeutic and culinary properties. Fresh jackfruit bulb has a very short shelf life due to high moisture and sugar content leading to microbial and enzymatic browning, hindering its consumer acceptability and marketability. An attempt has been made for the preservation of the ripe jackfruit bulbs, by the application of high pressure (HP) over a range of 200-500 MPa at ambient temperature for dwell times ranging from 5 to 20 min. The physicochemical properties of jackfruit bulbs such as the pH, TSS, and titrable acidity were not affected by the pressurization process. The ripening index of the fruit bulb also decreased following HP treatment. While the ascorbic acid and antioxidant activity of jackfruit bulb were well retained by high pressure processing (HPP), the total phenols and carotenoids showed a slight increase. The HPP significantly affected the colour and textural properties of jackfruit bulb. High pressure processing was highly effective in reducing the browning index of jackfruit bulbs in comparison to untreated bulbs. The firmness of the bulbs improved upon the pressure treatment with longer dwelling time. The polyphenol oxidase has been identified as the most prominent oxidative enzyme in the jackfruit bulb. The enzymatic activity of polyphenol oxidase and peroxidase were significantly reduced by up to 40% following treatment at 400 MPa/15 min. HPP of jackfruit bulbs at ambient temperatures is shown to be highly beneficial in improving the shelf stability, retaining its nutrient profile, color, and appearance while ensuring the maximum inactivation of the spoilage enzymes.

Keywords: antioxidant capacity, ascorbic acid, carotenoids, color, HPP-high pressure processing, jackfruit bulbs, polyphenol oxidase, peroxidase, total phenolic content

Procedia PDF Downloads 162
3916 The Effect of Speech-Shaped Noise and Speaker’s Voice Quality on First-Grade Children’s Speech Perception and Listening Comprehension

Authors: I. Schiller, D. Morsomme, A. Remacle

Abstract:

Children’s ability to process spoken language develops until the late teenage years. At school, where efficient spoken language processing is key to academic achievement, listening conditions are often unfavorable. High background noise and poor teacher’s voice represent typical sources of interference. It can be assumed that these factors particularly affect primary school children, because their language and literacy skills are still low. While it is generally accepted that background noise and impaired voice impede spoken language processing, there is an increasing need for analyzing impacts within specific linguistic areas. Against this background, the aim of the study was to investigate the effect of speech-shaped noise and imitated dysphonic voice on first-grade primary school children’s speech perception and sentence comprehension. Via headphones, 5 to 6-year-old children, recruited within the French-speaking community of Belgium, listened to and performed a minimal-pair discrimination task and a sentence-picture matching task. Stimuli were randomly presented according to four experimental conditions: (1) normal voice / no noise, (2) normal voice / noise, (3) impaired voice / no noise, and (4) impaired voice / noise. The primary outcome measure was task score. How did performance vary with respect to listening condition? Preliminary results will be presented with respect to speech perception and sentence comprehension and carefully interpreted in the light of past findings. This study helps to support our understanding of children’s language processing skills under adverse conditions. Results shall serve as a starting point for probing new measures to optimize children’s learning environment.

Keywords: impaired voice, sentence comprehension, speech perception, speech-shaped noise, spoken language processing

Procedia PDF Downloads 175
3915 DNA Multiplier: A Design Architecture of a Multiplier Circuit Using DNA Molecules

Authors: Hafiz Md. Hasan Babu, Khandaker Mohammad Mohi Uddin, Nitish Biswas, Sarreha Tasmin Rikta, Nuzmul Hossain Nahid

Abstract:

Nanomedicine and bioengineering use biological systems that can perform computing operations. In a biocomputational circuit, different types of biomolecules and DNA (Deoxyribose Nucleic Acid) are used as active components. DNA computing has the capability of performing parallel processing and a large storage capacity that makes it diverse from other computing systems. In most processors, the multiplier is treated as a core hardware block, and multiplication is one of the time-consuming and lengthy tasks. In this paper, cost-effective DNA multipliers are designed using algorithms of molecular DNA operations with respect to conventional ones. The speed and storage capacity of a DNA multiplier are also much higher than a traditional silicon-based multiplier.

Keywords: biological systems, DNA multiplier, large storage, parallel processing

Procedia PDF Downloads 199
3914 A Comparative Analysis of Conventional and Organic Dairy Supply Chain: Assessing Transport Costs and External Effects in Southern Sweden

Authors: Vivianne Aggestam

Abstract:

Purpose: Organic dairy products have steadily increased with consumer popularity in recent years in Sweden, permitting more transport activities. The main aim of this study was to compare the transport costs and the environmental emissions made by the organic and conventional dairy production in Sweden. The objective was to evaluate differences and environmental impacts of transport between the two different production systems, allowing a more transparent understanding of the real impact of transport within the supply chain. Methods: A partial attributional Life Cycle Assessment has been conducted based on a comprehensive survey of Swedish farmers, dairies and consumers regarding their transport needs and costs. Interviews addressed the farmers and dairies. Consumers were targeted through an online survey. Results: Higher transport inputs from conventional dairy transportation are mainly via feed and soil management on farm level. The regional organic milk brand illustrate less initial transport burdens on farm level, however, after leaving the farm, it had equal or higher transportation requirements. This was mainly due to the location of the dairy farm and shorter product expiry dates, which requires more frequent retail deliveries. Organic consumers tend to use public transport more than private vehicles. Consumers using private vehicles for shopping trips primarily bought conventional products for which price was the main deciding factor. Conclusions: Organic dairy products that emphasise its regional attributes do not ensure less transportation and may therefore not be a more “climate smart” option for the consumer. This suggests that the idea of localism needs to be analysed from a more systemic perspective. Fuel and regional feed efficiency can be further implemented, mainly via fuel type and the types of vehicles used for transport.

Keywords: supply chains, distribution, transportation, organic food productions, conventional food production, agricultural fossil fuel use

Procedia PDF Downloads 443
3913 Benchmarking Bert-Based Low-Resource Language: Case Uzbek NLP Models

Authors: Jamshid Qodirov, Sirojiddin Komolov, Ravilov Mirahmad, Olimjon Mirzayev

Abstract:

Nowadays, natural language processing tools play a crucial role in our daily lives, including various techniques with text processing. There are very advanced models in modern languages, such as English, Russian etc. But, in some languages, such as Uzbek, the NLP models have been developed recently. Thus, there are only a few NLP models in Uzbek language. Moreover, there is no such work that could show which Uzbek NLP model behaves in different situations and when to use them. This work tries to close this gap and compares the Uzbek NLP models existing as of the time this article was written. The authors try to compare the NLP models in two different scenarios: sentiment analysis and sentence similarity, which are the implementations of the two most common problems in the industry: classification and similarity. Another outcome from this work is two datasets for classification and sentence similarity in Uzbek language that we generated ourselves and can be useful in both industry and academia as well.

Keywords: NLP, benchmak, bert, vectorization

Procedia PDF Downloads 39
3912 A Bottleneck-Aware Power Management Scheme in Heterogeneous Processors for Web Apps

Authors: Inyoung Park, Youngjoo Woo, Euiseong Seo

Abstract:

With the advent of WebGL, Web apps are now able to provide high quality graphics by utilizing the underlying graphic processing units (GPUs). Despite that the Web apps are becoming common and popular, the current power management schemes, which were devised for the conventional native applications, are suboptimal for Web apps because of the additional layer, the Web browser, between OS and application. The Web browser running on a CPU issues GL commands, which are for rendering images to be displayed by the Web app currently running, to the GPU and the GPU processes them. The size and number of issued GL commands determine the processing load of the GPU. While the GPU is processing the GL commands, CPU simultaneously executes the other compute intensive threads. The actual user experience will be determined by either CPU processing or GPU processing depending on which of the two is the more demanded resource. For example, when the GPU work queue is saturated by the outstanding commands, lowering the performance level of the CPU does not affect the user experience because it is already deteriorated by the retarded execution of GPU commands. Consequently, it would be desirable to lower CPU or GPU performance level to save energy when the other resource is saturated and becomes a bottleneck in the execution flow. Based on this observation, we propose a power management scheme that is specialized for the Web app runtime environment. This approach incurs two technical challenges; identification of the bottleneck resource and determination of the appropriate performance level for unsaturated resource. The proposed power management scheme uses the CPU utilization level of the Window Manager to tell which one is the bottleneck if exists. The Window Manager draws the final screen using the processed results delivered from the GPU. Thus, the Window Manager is on the critical path that determines the quality of user experience and purely executed by the CPU. The proposed scheme uses the weighted average of the Window Manager utilization to prevent excessive sensitivity and fluctuation. We classified Web apps into three categories using the analysis results that measure frame-per-second (FPS) changes under diverse CPU/GPU clock combinations. The results showed that the capability of the CPU decides user experience when the Window Manager utilization is above 90% and consequently, the proposed scheme decreases the performance level of CPU by one step. On the contrary, when its utilization is less than 60%, the bottleneck usually lies in the GPU and it is desirable to decrease the performance of GPU. Even the processing unit that is not on critical path, excessive performance drop can occur and that may adversely affect the user experience. Therefore, our scheme lowers the frequency gradually, until it finds an appropriate level by periodically checking the CPU utilization. The proposed scheme reduced the energy consumption by 10.34% on average in comparison to the conventional Linux kernel, and it worsened their FPS by 1.07% only on average.

Keywords: interactive applications, power management, QoS, Web apps, WebGL

Procedia PDF Downloads 184
3911 Water Intake and Influence of Ambient Temperature on Carcass Characteristics of Savannah Brown Goats Fed Graded Levels of Maize Cob Diets Supplemented with Cowpea Husk

Authors: A. H. Dikko, D. N. Tsado, T. Z. Adama, Y. M. Ishiaku, S. U. Oyibo

Abstract:

This study investigated water intake and influence of ambient temperature on carcass characteristics of Savannah Brown goats fed graded levels of maize cob diets. A total of sixteen (16) Savannah Brown goats aged between 8-12 weeks with an average body weight of 10.19+0.19 kg were used. The goats were randomly allotted to four (4) dietary treatments, T1 (0 % maize cob diet), T2 (10% maize cob diet), T3 (20% maize cob diet) and T4 (30% maize cob diet) respectively. The goats were also fed cowpea husk as supplement. A complete randomized design was used. Each treatment was allotted four (4) goats and replicated twice with two (2) goats per replicate. The goats were kept under feedlot management and were allowed 7 days adjustment period during which the animals were dewormed using albendzole and treated with antibiotics against any sign of disease(s). The goats were each offered 500 g of experimental diet between 7.00 am-8.00 am daily and the supplement was given to them between 4.00 pm-5.00 pm daily. The goats were offered three (3) litters of water daily without restriction. The experiment lasted for nine (9) weeks. Two (2) goats were randomly selected from each treatment and slaughtered for carcass characteristic and sensory evaluation. The result showed that ambient temperature had significant (P<0.05) correlations with water intake and feed intake among the treatment groups. There was a strongly positive significant (P<0.01) correlations between feed intake, water intake and ambient temperatures. The result on carcass characteristics showed significant (P<0.05) differences among all the treatment groups. The goats fed 20% maize cob performed significantly (P<0.05) better in most carcass cuts than those fed 0% inclusion level. Also, the result on sensory evaluation showed that colour, tenderness, juiciness and flavor for both cooked and fried meat were significantly (P<0.05) different among all the treatment groups. It can be concluded that 20 % inclusion of maize cob in the diet of Savanna Brown goats will improve meat yield and water intake. Therefore, inclusion of maize cob into the diet of Savanna Brown goats up to 20% is here by recommended.

Keywords: water intake, ambient temperature, savannah brown goats, carcass

Procedia PDF Downloads 426
3910 Improvement of Piezoresistive Pressure Sensor Accuracy by Means of Current Loop Circuit Using Optimal Digital Signal Processing

Authors: Peter A. L’vov, Roman S. Konovalov, Alexey A. L’vov

Abstract:

The paper presents the advanced digital modification of the conventional current loop circuit for pressure piezoelectric transducers. The optimal DSP algorithms of current loop responses by the maximum likelihood method are applied for diminishing of measurement errors. The loop circuit has some additional advantages such as the possibility to operate with any type of resistance or reactance sensors, and a considerable increase in accuracy and quality of measurements to be compared with AC bridges. The results obtained are dedicated to replace high-accuracy and expensive measuring bridges with current loop circuits.

Keywords: current loop, maximum likelihood method, optimal digital signal processing, precise pressure measurement

Procedia PDF Downloads 515
3909 Influence of Thermal Treatments on Ovomucoid as Allergenic Protein

Authors: Nasser A. Al-Shabib

Abstract:

Food allergens are most common non-native form when exposed to the immune system. Most food proteins undergo various treatments (e.g. thermal or proteolytic processing) during food manufacturing. Such treatments have the potential to impact the chemical structure of food allergens so as to convert them to more denatured or unfolded forms. The conformational changes in the proteins may affect the allergenicity of treated-allergens. However, most allergenic proteins possess high resistance against thermal modification or digestive enzymes. In the present study, ovomucoid (a major allergenic protein of egg white) was heated in phosphate-buffered saline (pH 7.4) at different temperatures, aqueous solutions and on different surfaces for various times. The results indicated that different antibody-based methods had different sensitivities in detecting the heated ovomucoid. When using one particular immunoassay‚ the immunoreactivity of ovomucoid increased rapidly after heating in water whereas immunoreactivity declined after heating in alkaline buffer (pH 10). Ovomucoid appeared more immunoreactive when dissolved in PBS (pH 7.4) and heated on a stainless steel surface. To the best of our knowledge‚ this is the first time that antibody-based methods have been applied for the detection of ovomucoid adsorbed onto different surfaces under various conditions. The results obtained suggest that use of antibodies to detect ovomucoid after food processing may be problematic. False assurance will be given with the use of inappropriate‚ non-validated immunoassays such as those available commercially as ‘Swab’ tests. A greater understanding of antibody-protein interaction after processing of a protein is required.

Keywords: ovomucoid, thermal treatment, solutions, surfaces

Procedia PDF Downloads 435
3908 Scheduling in Cloud Networks Using Chakoos Algorithm

Authors: Masoumeh Ali Pouri, Hamid Haj Seyyed Javadi

Abstract:

Nowadays, cloud processing is one of the important issues in information technology. Since scheduling of tasks graph is an NP-hard problem, considering approaches based on undeterminisitic methods such as evolutionary processing, mostly genetic and cuckoo algorithms, will be effective. Therefore, an efficient algorithm has been proposed for scheduling of tasks graph to obtain an appropriate scheduling with minimum time. In this algorithm, the new approach is based on making the length of the critical path shorter and reducing the cost of communication. Finally, the results obtained from the implementation of the presented method show that this algorithm acts the same as other algorithms when it faces graphs without communication cost. It performs quicker and better than some algorithms like DSC and MCP algorithms when it faces the graphs involving communication cost.

Keywords: cloud computing, scheduling, tasks graph, chakoos algorithm

Procedia PDF Downloads 47
3907 Twitter Sentiment Analysis during the Lockdown on New-Zealand

Authors: Smah Almotiri

Abstract:

One of the most common fields of natural language processing (NLP) is sentimental analysis. The inferred feeling in the text can be successfully mined for various events using sentiment analysis. Twitter is viewed as a reliable data point for sentimental analytics studies since people are using social media to receive and exchange different types of data on a broad scale during the COVID-19 epidemic. The processing of such data may aid in making critical decisions on how to keep the situation under control. The aim of this research is to look at how sentimental states differed in a single geographic region during the lockdown at two different times.1162 tweets were analyzed related to the COVID-19 pandemic lockdown using keywords hashtags (lockdown, COVID-19) for the first sample tweets were from March 23, 2020, until April 23, 2020, and the second sample for the following year was from March 1, 2020, until April 4, 2020. Natural language processing (NLP), which is a form of Artificial intelligence, was used for this research to calculate the sentiment value of all of the tweets by using AFINN Lexicon sentiment analysis method. The findings revealed that the sentimental condition in both different times during the region's lockdown was positive in the samples of this study, which are unique to the specific geographical area of New Zealand. This research suggests applying machine learning sentimental methods such as Crystal Feel and extending the size of the sample tweet by using multiple tweets over a longer period of time.

Keywords: sentiment analysis, Twitter analysis, lockdown, Covid-19, AFINN, NodeJS

Procedia PDF Downloads 170
3906 Effect of Calving Season on the Economic and Production Efficiency of Dairy Production Breeds

Authors: Eman. K. Ramadan, Abdelgawad. S. El-Tahawy

Abstract:

The objective of this study was to evaluate the effects of calving season on the production and economic efficiency of dairy farms in Egypt. Our study was performed at dairy production farms in the Alexandria, Behera, and Kafr El-Sheikh provinces of Egypt from summer 2010 to winter 2013. The randomly selected dairy farms had herds consisting of Baladi, Holstein-Friesian, or cross-bred (Baladi × Holstein-Friesian) cows. The data were collected from production records and responses to a structured questionnaire. The average total return differed significantly (P < 0.05) between the different cattle breeds and calving seasons. The average total return was highest for the Holstein-Friesian cows that calved in the winter (29106.42 EGP/cow/year), and it was lowest for Baladi cows that calved in the summer (12489.79 EGP/cow/year). Differences in total returns between the cows that calved in the winter or summer or between the foreign and native breeds, as well as variations in calf prices, might have contributed to the differences in milk yield. The average net profit per cow differed significantly (P < 0.05) between the cattle breeds and calving seasons. The average net profit values for the Baladi cows that calved in the winter or summer were 2413 and 2994.96 EGP/cow/year, respectively, and those for the Holstein-Friesian cows were 10744.17 and 7860.56 EGP/cow/year, respectively, whereas those for the cross-bred cows were 10174.86 and 7571.33 EGP/cow/year, respectively. The variations in net profit might have resulted from variation in the availability or price of feed materials, milk prices, or sales volumes. Our results show that the breed and calving season of dairy cows significantly affected the economic efficiency of dairy farms in Egypt. The cows that calved in the winter produced more milk than those that calved in the summer, which may have been the result of seasonal influences, such as temperature, humidity, management practices, and the type of feed or green fodder available.

Keywords: calving season, economic, production, efficiency, dairy

Procedia PDF Downloads 414
3905 Long-Term Outcomes of Dysphagia in Children with Severe Cerebral Palsy Using Videofluoroscopic Evaluation

Authors: Eun Jae Ko, In Young Sung, Eui Soo Joeng

Abstract:

Oropharyngeal dysphagia is prevalent in children with cerebral palsy (CP). There are many studies concerning this problem, however, studies examining long term outcomes of dysphagia using videofluoroscopic study (VFSS) are very rare. The Aim of this study is to investigate long-term outcomes of dysphagia in children with severe CP using initial VFSS. It was a retrospective study and chart review was done from January 2000 to December 2013. Thirty one patients under 18 years who have been diagnosed as CP in outpatient clinic of Rehabilitation Medicine, and who did VFSS were included. Long-term outcomes such as feeding method, height percentile, weight percentile, and body mass index (BMI) were tracked up for at least 3 years by medical records. Significant differences between initial and follow-up datas were investigated. The patients consisted of 18 males and 13 females, and the mean age was 31.0±18.0 months old. 64.5% of patients were doing oral diet, and 25.8% of patients were doing non-oral diet. When comparing VFSS findings among oral feeding patients, oral and non-oral feeding patients, and non-oral feeding patients at initial period, dysphagia severity, supraglottic penetration, and subglottic aspiration showed significant differences. Most of the patients who could feed orally at initial period were found to have the same feeding method at follow-up. But among eight patients who required non-oral feeding initially, three patients became possible to feed orally, and one patient was doing oral and non-oral feeding method together at follow-up. Follow up feeding method showed correlation with dysphagia severity by initial VFSS. Weight percentile was decreased in patients with GMFCS level V at follow up, which may represent poor nutritional status due to severe dysphagia compared to other patients. Initial VFSS severity would play a significant role in making an assumption about future diet in children with severe CP. Patients with GMFCS level V seem to have serious dysphagia at follow up and have nutritional deficiency over time, therefore, more careful nutritional support is needed in children with severe CP are suggested.

Keywords: cerebral palsy, child, dysphagia, videofluoroscopic study

Procedia PDF Downloads 241
3904 The Impact of Garlic and Citrus Extracts on Energy Retention and Methane Production in Ruminants in vitro

Authors: Michael Graz, Natasha Hurril, Andrew Shearer

Abstract:

Research on feed supplementation with natural compounds is currently being intensively pursued with a view to improving energy utilisation in ruminants and mitigating the production of methane by these animals. Towards this end, a novel combination of extracts from garlic and bitter orange was therefore selected for trials on the basis of their previously published in vitro anti-methanogenic potential. Three separate in vitro experiments were conducted to determine energy utilisation and greenhouse gas production. These included use of rumen fluid from fistulated cows and sheep in batch culture, the Hohenheim gas test, and the Rusitec technique. Experimental and control arms were utilised, with 5g extracts per kilogram of total dietary dry matter (0.05g/kg active compounds) being used to supplement or not supplement the in vitro systems. Respiratory measurements were conducted on experimental day 1 for the batch culture and Hohenheim gas test and on day 14-21 for the Rusitec Technique (in a 21-day trial). Measurements included methane (CH4) production, total volatile fatty acid (VFA) concentration, molar proportions of acetate, propionate and butyrate and degradation of organic matter (Rusitec). CH4 production was reduced by 82% (±16%), 68% (±11%) and 37% (±4%) in the batch culture, Hohenheim gas test and Rusitec, respectively. Total VFA production was reduced by 13% (±2%) and 2% (±0.1%) in the batch culture and Hohenheim gas test whilst it was increased by 8% (±2%) in the Rusitec. Total VFA production was reduced in all tests between 2 and 10%, whilst acetate production was reduced between 10% and 29%. Propionate production which is an indicator of weight gain was increased in all cases between 16% and 30%. Butyrate production which is considered an indicator of potential milk yield was increased by between 6 and 11%. Degradation of organic matter in the Rusitec experiments was improved by 10% (±0.1%). In conclusion, the study demonstrated the potential of the combination of garlic and citrus extracts to improve digestion, enhance body energy retention and limit CH4 formation in relation to feed intake.

Keywords: citrus, garlic, methane, ruminants

Procedia PDF Downloads 322
3903 Effect of Steam Explosion of Crop Residues on Chemical Compositions and Efficient Energy Values

Authors: Xin Wu, Yongfeng Zhao, Qingxiang Meng

Abstract:

In China, quite low proportion of crop residues were used as feedstuff because of its poor palatability and low digestibility. Steam explosion is a physical and chemical feed processing technology which has great potential to improve sapidity and digestibility of crop residues. To investigate the effect of the steam explosion on chemical compositions and efficient energy values, crop residues (rice straw, wheat straw and maize stover) were processed by steam explosion (steam temperature 120-230°C, steam pressure 2-26kg/cm², 40min). Steam-exploded crop residues were regarded as treatment groups and untreated ones as control groups, nutritive compositions were analyzed and effective energy values were calculated by prediction model in INRA (1988, 2010) for both groups. Results indicated that the interaction between treatment and variety has a significant effect on chemical compositions of crop residues. Steam explosion treatment of crop residues decreased neutral detergent fiber (NDF) significantly (P < 0.01), and compared with untreated material, NDF content of rice straw, wheat straw, and maize stover lowered 21.46%, 32.11%, 28.34% respectively. Acid detergent lignin (ADL) of crop residues increased significantly after the steam explosion (P < 0.05). The content of crude protein (CP), ether extract (EE) and Ash increased significantly after steam explosion (P < 0.05). Moreover, predicted effective energy values of each steam-exploded residue were higher than that of untreated ones. The digestible energy (DE), metabolizable energy (ME), net energy for maintenance (NEm) and net energy for gain (NEg)of steam-exploded rice straw were 3.06, 2.48, 1.48and 0.29 MJ/kg respectively and increased 46.21%, 46.25%, 49.56% and 110.92% compared with untreated ones(P < 0.05). Correspondingly, the energy values of steam-exploded wheat straw were 2.18, 1.76, 1.03 and 0.15 MJ/kg, which were 261.78%, 261.29%, 274.59% and 1014.69% greater than that of wheat straw (P < 0.05). The above predicted energy values of steam exploded maize stover were 5.28, 4.30, 2.67 and 0.82 MJ/kg and raised 109.58%, 107.71%, 122.57% and 332.64% compared with the raw material(P < 0.05). In conclusion, steam explosion treatment could significantly decrease NDF content, increase ADL, CP, EE, Ash content and effective energy values of crop residues. The effect of steam explosion was much more obvious for wheat straw than the other two kinds of residues under the same condition.

Keywords: chemical compositions, crop residues, efficient energy values, steam explosion

Procedia PDF Downloads 235
3902 Evaluation of Molasses and Sucrose as Cabohydrate Sources for Biofloc System on Nile Tilapia (Oreochromis niloticus) Performances

Authors: A. M. Nour, M. A. Zaki, E. A. Omer, Nourhan Mohamed

Abstract:

Performances of mixed-sex Nile tilapia (Oreochromis niloticus) fingerlings (11.33 ± 1.78 g /fish) reared under biofloc system developed by molasses and sucrose as carbon sources in indoor fiberglass tanks were evaluated. Six indoor fiberglass tanks (1m 3 each filled with 1000 l of underground fresh water), each was stocked with 2kg fish were used for 14 weeks experimental period. Three experimental groups were designed (each group 2 tanks) as following: 1-control: 20% daily without biofloc, 2-zero water exchange rate with biofloc (molasses as C source) and 3-zero water exchange rate with biofloc (sucrose as C source). Fish in all aquariums were fed on floating feed pellets (30% crude protein, 3 mm in diameter) at a rate of 3% of the actual live fish body, 3 times daily and 6 days a week. Carbohydrate supplementations were applied daily to each tank two hrs, after feeding to maintain the carbon: nitrogen ratio (C: N) ratio 20:1. Fish were reared under continuous aeration by pumping air into the water in the tank bottom using two sandy diffusers and constant temperature between 27.0-28.0 ºC by using electrical heaters for 10 weeks. Criteria's for assessment of water quality parameters, biofloc production and fish growth performances were collected and evaluated. The results showed that total ammonia nitrogen in control group was higher than biofloc groups. The biofloc volumes were 19.13 mg/l and 13.96 mg/l for sucrose and molasses, respectively. Biofloc protein (%), ether extract (%) and gross energy (kcal/100g DM), they were higher in biofloc molasses group than biofloc sucrose group. Tilapia growth performances were significantly higher (P < 0.05) with molasses group than in sucrose and control groups, respectively. The highest feed and nutrient utilization values for protein efficiency ratio (PER), protein productive (PPV%) and energy utilization (EU, %) were higher in molasses group followed by sucrose group and control group respectively.

Keywords: biofloc, Nile tilapia, cabohydrates, performances

Procedia PDF Downloads 178