Search results for: a simple index
1886 Bias-Corrected Estimation Methods for Receiver Operating Characteristic Surface
Authors: Khanh To Duc, Monica Chiogna, Gianfranco Adimari
Abstract:
With three diagnostic categories, assessment of the performance of diagnostic tests is achieved by the analysis of the receiver operating characteristic (ROC) surface, which generalizes the ROC curve for binary diagnostic outcomes. The volume under the ROC surface (VUS) is a summary index usually employed for measuring the overall diagnostic accuracy. When the true disease status can be exactly assessed by means of a gold standard (GS) test, unbiased nonparametric estimators of the ROC surface and VUS are easily obtained. In practice, unfortunately, disease status verification via the GS test could be unavailable for all study subjects, due to the expensiveness or invasiveness of the GS test. Thus, often only a subset of patients undergoes disease verification. Statistical evaluations of diagnostic accuracy based only on data from subjects with verified disease status are typically biased. This bias is known as verification bias. Here, we consider the problem of correcting for verification bias when continuous diagnostic tests for three-class disease status are considered. We assume that selection for disease verification does not depend on disease status, given test results and other observed covariates, i.e., we assume that the true disease status, when missing, is missing at random. Under this assumption, we discuss several solutions for ROC surface analysis based on imputation and re-weighting methods. In particular, verification bias-corrected estimators of the ROC surface and of VUS are proposed, namely, full imputation, mean score imputation, inverse probability weighting and semiparametric efficient estimators. Consistency and asymptotic normality of the proposed estimators are established, and their finite sample behavior is investigated by means of Monte Carlo simulation studies. Two illustrations using real datasets are also given.Keywords: imputation, missing at random, inverse probability weighting, ROC surface analysis
Procedia PDF Downloads 4161885 Effect of Concurrent Training and Detraining on Insulin Resistance in Obese Children
Authors: Kaveh Azadeh, Saeid Fazelifar
Abstract:
The main purpose of the present study was to examine the effect of 12 weeks (3 days/week) concurrent training followed by 4 weeks detraining on insulin resistance in obese boys without dietary intervention. Methods: 24 obese children boys (body mass index> 28, age= 11- 13year old) voluntarily participated in the study. Biochemical factors, body composition, and functional physical fitness were assessed in three stages [baseline, after 12 week’s combined endurance and resistance training and 4 week’s detraining in the experimental group (n=12); baseline and after 12 weeks in control group (n=12)]. Results: Indepented - Sample T test revealed that in experimental group after 12weeks trainings the insulin resistance, and body fat mass were significantly declined, whereas endurance and strength of abdominal muscles significantly increased compared to control group (p<0/05). One-way ANOVA for three different periods showed that insulin resistance, body fat mass, strength of abdominal muscles after 12week training was significantly improved in the experimental group compared with the baseline. Following 4weeks detraining insulin resistance again significantly increased (p<0/05). After detraining disturbances of physiological adaptation in obese children have more rapid course in comparison with those anthropological and functional indices. Conclusion: Results showed that participation in the regular concurrent trainings provides a decrease of insulin resistance in obese children. It may serve as a strategy in treatment of obesity and management on insulin resistance, as well as to increase endurance and strength muscles in obese children. Adaptations resulting from regular exercises following detraining are reversible.Keywords: endurance and resistance trainings, detraining, insulin resistance, obese children
Procedia PDF Downloads 1951884 Circadian Disruption in Polycystic Ovary Syndrome Model Rats
Authors: Fangfang Wang, Fan Qu
Abstract:
Polycystic ovary syndrome (PCOS), the most common endocrinopathy among women of reproductive age, is characterized by ovarian dysfunction, hyperandrogenism and reduced fecundity. The aim of this study is to investigate whether the circadian disruption is involved in pathogenesis of PCOS in androgen-induced animal model. We established a rat model of PCOS using single subcutaneous injection with testosterone propionate on the ninth day after birth, and confirmed their PCOS-like phenotypes with vaginal smears, ovarian hematoxylin and eosin (HE) staining and serum androgen measurement. The control group rats received the vehicle only. Gene expression was detected by real-time quantitative PCR. (1) Compared with control group, PCOS model rats of 10-week group showed persistently keratinized vaginal cells, while all the control rats showed at least two consecutive estrous cycles. (2) Ovarian HE staining and histological examination showed that PCOS model rats of 10-week group presented many cystic follicles with decreased numbers of granulosa cells and corpora lutea in their ovaries, while the control rats had follicles with normal layers of granulosa cells at various stages of development and several generations of corpora lutea. (3) In the 10-week group, serum free androgen index was notably higher in PCOS model rats than controls. (4) Disturbed mRNA expression patterns of core clock genes were found in ovaries of PCOS model rats of 10-week group. Abnormal expression of key genes associated with circadian rhythm in ovary may be one of the mechanisms for ovarian dysfunction in PCOS model rats induced by androgen.Keywords: polycystic ovary syndrome, androgen, animal model, circadian disruption
Procedia PDF Downloads 2301883 Metaphors Underlying Idiomatic Expressions in Trilingual Perspective: Contributions to the Teaching of Lexicon and to Materials Development
Authors: Marilei Amadeu Sabino
Abstract:
Idiomatic expressions are linguistic phraseologisms present in natural languages. Known to be metaphorical linguistic combinations, a good majority of them provide elements that reveal important cultural aspects of their linguistic community through their metaphors. With the advent of Cognitive Linguistics (more specifically of Cognitive Semantics), the metaphor ceased to be related to poetic language and rhetorical embellishment and came to be seen as part of simple everyday language, reflecting the way human beings think, act and conceive reality, i. e., a fundamental mechanism of human conceptualizations of the world. In this sense, it came to be conceived as an inevitable mechanism for representing the nature of thought and language. The speakers, in conceptualizing reality, often use metaphorically parts of the body in expressions known as somatic. Several conceptual metaphors appear to be potentially universal or near-universal, because people across the world share certain bodily experiences. In these terms, many linguistic metaphors may be identical or very similar in several languages. These similarities, according to the Theory of Conceptual Metaphor, derive from universal aspects of the human body. Thus, this research aims to investigate the nature of some metaphors underlying somatic idiomatic expressions of Portuguese, Italian and English languages, establishing a pattern of similarities and differences among them from a trilingual perspective. The analysis shows that much of the studied expressions are really structurally, semantically and metaphorically identical or similar in the three languages. These findings incite relevant discussions concerning mother and foreign language learning and aim to contribute to the teaching of phraseological Lexicon as well as to materials development in mono and multilingual perspectives.Keywords: idiomatic expressions, materials development, metaphors, phraseological lexicon, teaching and learning
Procedia PDF Downloads 1921882 Solving a Micromouse Maze Using an Ant-Inspired Algorithm
Authors: Rolando Barradas, Salviano Soares, António Valente, José Alberto Lencastre, Paulo Oliveira
Abstract:
This article reviews the Ant Colony Optimization, a nature-inspired algorithm, and its implementation in the Scratch/m-Block programming environment. The Ant Colony Optimization is a part of Swarm Intelligence-based algorithms and is a subset of biological-inspired algorithms. Starting with a problem in which one has a maze and needs to find its path to the center and return to the starting position. This is similar to an ant looking for a path to a food source and returning to its nest. Starting with the implementation of a simple wall follower simulator, the proposed solution uses a dynamic graphical interface that allows young students to observe the ants’ movement while the algorithm optimizes the routes to the maze’s center. Things like interface usability, Data structures, and the conversion of algorithmic language to Scratch syntax were some of the details addressed during this implementation. This gives young students an easier way to understand the computational concepts of sequences, loops, parallelism, data, events, and conditionals, as they are used through all the implemented algorithms. Future work includes the simulation results with real contest mazes and two different pheromone update methods and the comparison with the optimized results of the winners of each one of the editions of the contest. It will also include the creation of a Digital Twin relating the virtual simulator with a real micromouse in a full-size maze. The first test results show that the algorithm found the same optimized solutions that were found by the winners of each one of the editions of the Micromouse contest making this a good solution for maze pathfinding.Keywords: nature inspired algorithms, scratch, micromouse, problem-solving, computational thinking
Procedia PDF Downloads 1261881 Enhancement of Light Extraction of Luminescent Coating by Nanostructuring
Authors: Aubry Martin, Nehed Amara, Jeff Nyalosaso, Audrey Potdevin, FrançOis ReVeret, Michel Langlet, Genevieve Chadeyron
Abstract:
Energy-saving lighting devices based on LightEmitting Diodes (LEDs) combine a semiconductor chip emitting in the ultraviolet or blue wavelength region to one or more phosphor(s) deposited in the form of coatings. The most common ones combine a blue LED with the yellow phosphor Y₃Al₅O₁₂:Ce³⁺ (YAG:Ce) and a red phosphor. Even if these devices are characterized by satisfying photometric parameters (Color Rendering Index, Color Temperature) and good luminous efficiencies, further improvements can be carried out to enhance light extraction efficiency (increase in phosphor forward emission). One of the possible strategies is to pattern the phosphor coatings. Here, we have worked on different ways to nanostructure the coating surface. On the one hand, we used the colloidal lithography combined with the Langmuir-Blodgett technique to directly pattern the surface of YAG:Tb³⁺ sol-gel derived coatings, YAG:Tb³⁺ being used as phosphor model. On the other hand, we achieved composite architectures combining YAG:Ce coatings and ZnO nanowires. Structural, morphological and optical properties of both systems have been studied and compared to flat YAG coatings. In both cases, nanostructuring brought a significative enhancement of photoluminescence properties under UV or blue radiations. In particular, angle-resolved photoluminescence measurements have shown that nanostructuring modifies photons path within the coatings, with a better extraction of the guided modes. These two strategies have the advantage of being versatile and applicable to any phosphor synthesizable by sol-gel technique. They then appear as promising ways to enhancement luminescence efficiencies of both phosphor coatings and the optical devices into which they are incorporated, such as LED-based lighting or safety devices.Keywords: phosphor coatings, nanostructuring, light extraction, ZnO nanowires, colloidal lithography, LED devices
Procedia PDF Downloads 1761880 Impact of Map Generalization in Spatial Analysis
Authors: Lin Li, P. G. R. N. I. Pussella
Abstract:
When representing spatial data and their attributes on different types of maps, the scale plays a key role in the process of map generalization. The process is consisted with two main operators such as selection and omission. Once some data were selected, they would undergo of several geometrical changing processes such as elimination, simplification, smoothing, exaggeration, displacement, aggregation and size reduction. As a result of these operations at different levels of data, the geometry of the spatial features such as length, sinuosity, orientation, perimeter and area would be altered. This would be worst in the case of preparation of small scale maps, since the cartographer has not enough space to represent all the features on the map. What the GIS users do is when they wanted to analyze a set of spatial data; they retrieve a data set and does the analysis part without considering very important characteristics such as the scale, the purpose of the map and the degree of generalization. Further, the GIS users use and compare different maps with different degrees of generalization. Sometimes, GIS users are going beyond the scale of the source map using zoom in facility and violate the basic cartographic rule 'it is not suitable to create a larger scale map using a smaller scale map'. In the study, the effect of map generalization for GIS analysis would be discussed as the main objective. It was used three digital maps with different scales such as 1:10000, 1:50000 and 1:250000 which were prepared by the Survey Department of Sri Lanka, the National Mapping Agency of Sri Lanka. It was used common features which were on above three maps and an overlay analysis was done by repeating the data with different combinations. Road data, River data and Land use data sets were used for the study. A simple model, to find the best place for a wild life park, was used to identify the effects. The results show remarkable effects on different degrees of generalization processes. It can see that different locations with different geometries were received as the outputs from this analysis. The study suggests that there should be reasonable methods to overcome this effect. It can be recommended that, as a solution, it would be very reasonable to take all the data sets into a common scale and do the analysis part.Keywords: generalization, GIS, scales, spatial analysis
Procedia PDF Downloads 3281879 Development of Cost-Effective Protocol for Preparation of Dehydrated Paneer (Indian Cottage Cheese) Using Freeze Drying
Authors: Sadhana Sharma, P. K. Nema, Siddhartha Singha
Abstract:
Paneer or Indian cottage cheese is an acid and heat coagulated milk product, highly perishable because of high moisture (58-60 %). Typically paneer is marble to light creamy white in appearance. A good paneer should have cohesive body with slight sponginess or springiness. The texture must be smooth and velvety with close-knit compactness. It should have pleasing mild acidic, slightly sweet and nutty flavour. Consumers today demand simple to prepare, convenient, healthy and natural foods. Dehydrated paneer finds numerous ways to be used. It can be used in curry preparation similar to paneer-in-curry, a delicacy in Indian cuisine. It may be added to granola/ trail mix yielding a high energy snack. If grounded to a powder, it may be used as a cheesy spice mix or used as popcorn seasoning. Dried paneer powder may be added to pizza dough or to a white sauce to turn it into a paneer sauce. Drying of such food hydrogels by conventional methods is associated with several undesirable characteristics including case hardening, longer drying time, poor rehydration ability and fat loss during drying. The present study focuses on developing cost-effective protocol for freeze-drying of paneer. The dehydrated product would be shelf-stable and can be rehydrated to its original state having flavor and texture comparable to the fresh form. Moreover, the final product after rehydration would be more fresh and softer than its frozen counterparts. The developed product would be shelf-stable at room temperature without any addition of preservatives.Keywords: color, freeze-drying, paneer, texture
Procedia PDF Downloads 1601878 Investigating the Suitability of Utilizing Lyophilized Gels to Improve the Stability of Ufasomes
Authors: Mona Hassan Aburahma, Alaa Hamed Salama
Abstract:
Ufasomes “unsaturated fatty acids liposomes” are unique nano-sized self-assembled bilayered vesicles that can be easily created from the readily available unsaturated fatty acid. Ufasomes are formed due to weak associative interaction of the fully ionized and unionized fatty acids into bilayers structures. In the ufasomes constructs, the fatty acid molecules are oriented with their hydrocarbon tails directed toward the membrane interior and the carboxyl groups are in contact with water. Although ufasomes can be employed as a safe vesicular carrier for drugs, the extreme instability of their aqueous dispersions hinders their effective use in drug delivery field. Accordingly, in our study, lyophilized gels containing ufasomes were prepared using a simple assembling technique form the readily available oleic acid to overcome the colloidal instability of the ufasomes dispersions and convert them into accurate unit dosage forms. The influence of changing cholesterol percentage relative to oleic acid on the ufasomes vesicles were investigated using factorial design. The optimized oleic acid ufasomes comprised nanoscaled spherical vesicles. Scanning electron micrographs of the lyophilized gels revealed that the included ufasomes were intact, non-aggregating, and preserved their spherical morphology. Rheological characterization (viscosity and shear stress versus shear rate) of reconstituted ufasomal lyophilized gel ensured the ease of application. The capability of the ufasomes, included in the gel, to penetrate deep through the mucosa layers was illustrated using ex-vivo confocal laser imaging, thereby, highlighting the feasibility of stabilizing ufasomes using lyophilized gel platforms.Keywords: ufasomes, lyophilized gel, confocal scanning microscopy, rheological characterization, oleic acid
Procedia PDF Downloads 4081877 Comparing Literary Publications about Corruption in South Africa to the Legal Position
Authors: Natasha Venter
Abstract:
Recent publications, including Truth to Power by André de Ruyter, Gangster State by Pieter-Louis Myburgh, and Enemy of the People by Pieter du Toit and Adriaan Basson, expose alleged corrupt acts by high-ranking members of State, as well as those in charge of State-owned entities. These literary contributions have gripped the attention of a nation plagued by corruption scandals and the alleged misappropriation of state funds on an almost daily basis. The books, however, leave the populace with the burning question of why “nothing happens” to these individuals who are so directly implicated in the literature. The process followed by the State in the largest successful prosecution of a corrupt state official, Jackie Selebi, sheds some light as to how such high-ranking persons might be brought to book. The Supreme Court of Appeal’s definition of corruption and the interpretation of the facts (as presented by the State prosecutors) by the court is also valuable. Furthermore, some insight into the laws that criminalise corruption in South Africa, as well as applicable international instruments, is necessary. South Africa is ranked as the 70th most corrupt country out of 180 countries by Transparency International’s 2021 Corruption Perceptions Index. This is worrisome as South Africa is a signatory of the United Nations Convention Against Corruption (2004) and, as such, has certain international obligations to fulfil. However, if the political will to prosecute corrupt officials in South Africa exists, there are laws and instruments available to punish these individuals. This would not only vindicate the authors of literature about corruption in the country but also restore the hope of South Africans that, ultimately, crime does not pay.Keywords: corruption, eskom, state capture, government, literature, united nations, law, legal, Jackie selebi, supreme court of appeal
Procedia PDF Downloads 991876 Research of Actuators of Common Rail Injection Systems with the Use of LabVIEW on a Specially Designed Test Bench
Authors: G. Baranski, A. Majczak, M. Wendeker
Abstract:
Currently, the most commonly used solution to provide fuel to the diesel engines is the Common Rail system. Compared to previous designs, as a due to relatively simple construction and electronic control systems, these systems allow achieving favourable engine operation parameters with particular emphasis on low emission of toxic compounds into the atmosphere. In this system, the amount of injected fuel dose is strictly dependent on the course of parameters of the electrical impulse sent by the power amplifier power supply system injector from the engine controller. The article presents the construction of a laboratory test bench to examine the course of the injection process and the expense in storage injection systems. The test bench enables testing of injection systems with electromagnetically controlled injectors with the use of scientific engineering tools. The developed system is based on LabView software and CompactRIO family controller using FPGA systems and a real time microcontroller. The results of experimental research on electromagnetic injectors of common rail system, controlled by a dedicated National Instruments card, confirm the effectiveness of the presented approach. The results of the research described in the article present the influence of basic parameters of the electric impulse opening the electromagnetic injector on the value of the injected fuel dose. Acknowledgement: This work has been realized in the cooperation with The Construction Office of WSK ‘PZL-KALISZ’ S.A.’ and is part of Grant Agreement No. POIR.01.02.00-00-0002/15 financed by the Polish National Centre for Research and Development.Keywords: fuel injector, combustion engine, fuel pressure, compression ignition engine, power supply system, controller, LabVIEW
Procedia PDF Downloads 1311875 Effects of Large Woody Debris on the Abundance and Diversity of Freshwater Invertebrates and Vertebrates
Authors: M. J. Matulino, Carissa Ganong, Mark Mills, Jazmine Harry
Abstract:
Large Woody Debris (LWD), defined as wooden debris with a diameter of at least 10 cm and a length of 2 m, serves as a crucial resource and habitat for aquatic organisms. While research on the ecological impacts of LWD has been conducted in temperate streams, LWD's influence on tropical stream biodiversity remains understudied, making this investigation particularly valuable for future conservation efforts. The Sura River in La Selva Biological Station includes both LWD and open channel sites. We sampled paired LWD and open-channel sites using minnow traps, Promar traps, and dip nets. Vertebrates were identified as species, while macroinvertebrates were identified to order level. We quantified abundance, richness, and Shannon diversity at each. We captured a total of 467 individuals, including 2 turtles, 17 fishes, 1 freshwater crab, 39 shrimp, and 408 other macroinvertebrates. Total abundance was significantly higher in LWD sites. Species richness was marginally higher in LWD sites, but the Shannon diversity index did not differ significantly with habitat. Shrimp (Macrobrachium olfersi) length was significantly higher in LWD areas. Increased food resources and microhabitat availability could contribute to higher abundance, richness, and organismal size in LWD environments. This study fills a critical gap by investigating LWD effects in a tropical environment, providing valuable insights for conservation efforts and the preservation of aquatic biodiversity.Keywords: large woody debris (LWD), aquatic organisms, ecological impacts, tropical stream biodiversity, conservation efforts
Procedia PDF Downloads 921874 Drop Impact Study on Flexible Superhydrophobic Surface Containing Micro-Nano Hierarchical Structures
Authors: Abinash Tripathy, Girish Muralidharan, Amitava Pramanik, Prosenjit Sen
Abstract:
Superhydrophobic surfaces are abundant in nature. Several surfaces such as wings of butterfly, legs of water strider, feet of gecko and the lotus leaf show extreme water repellence behaviour. Self-cleaning, stain-free fabrics, spill-resistant protective wears, drag reduction in micro-fluidic devices etc. are few applications of superhydrophobic surfaces. In order to design robust superhydrophobic surface, it is important to understand the interaction of water with superhydrophobic surface textures. In this work, we report a simple coating method for creating large-scale flexible superhydrophobic paper surface. The surface consists of multiple layers of silanized zirconia microparticles decorated with zirconia nanoparticles. Water contact angle as high as 159±10 and contact angle hysteresis less than 80 was observed. Drop impact studies on superhydrophobic paper surface were carried out by impinging water droplet and capturing its dynamics through high speed imaging. During the drop impact, the Weber number was varied from 20 to 80 by altering the impact velocity of the drop and the parameters such as contact time, normalized spread diameter were obtained. In contrast to earlier literature reports, we observed contact time to be dependent on impact velocity on superhydrophobic surface. Total contact time was split into two components as spread time and recoil time. The recoil time was found to be dependent on the impact velocity while the spread time on the surface did not show much variation with the impact velocity. Further, normalized spreading parameter was found to increase with increase in impact velocity.Keywords: contact angle, contact angle hysteresis, contact time, superhydrophobic
Procedia PDF Downloads 4261873 Remote Sensing and GIS-Based Environmental Monitoring by Extracting Land Surface Temperature of Abbottabad, Pakistan
Authors: Malik Abid Hussain Khokhar, Muhammad Adnan Tahir, Hisham Bin Hafeez Awan
Abstract:
Continuous environmental determinism and climatic change in the entire globe due to increasing land surface temperature (LST) has become a vital phenomenon nowadays. LST is accelerating because of increasing greenhouse gases in the environment which results of melting down ice caps, ice sheets and glaciers. It has not only worse effects on vegetation and water bodies of the region but has also severe impacts on monsoon areas in the form of capricious rainfall and monsoon failure extensive precipitation. Environment can be monitored with the help of various geographic information systems (GIS) based algorithms i.e. SC (Single), DA (Dual Angle), Mao, Sobrino and SW (Split Window). Estimation of LST is very much possible from digital image processing of satellite imagery. This paper will encompass extraction of LST of Abbottabad using SW technique of GIS and Remote Sensing over last ten years by means of Landsat 7 ETM+ (Environmental Thematic Mapper) and Landsat 8 vide their Thermal Infrared (TIR Sensor) and Optical Land Imager (OLI sensor less Landsat 7 ETM+) having 100 m TIR resolution and 30 m Spectral Resolutions. These sensors have two TIR bands each; their emissivity and spectral radiance will be used as input statistics in SW algorithm for LST extraction. Emissivity will be derived from Normalized Difference Vegetation Index (NDVI) threshold methods using 2-5 bands of OLI with the help of e-cognition software, and spectral radiance will be extracted TIR Bands (Band 10-11 and Band 6 of Landsat 7 ETM+). Accuracy of results will be evaluated by weather data as well. The successive research will have a significant role for all tires of governing bodies related to climate change departments.Keywords: environment, Landsat 8, SW Algorithm, TIR
Procedia PDF Downloads 3551872 Anticancer Effect of Resveratrol-Loaded Gelatin Nanoparticles in NCI-H460 Non-Small Cell Lung Carcinoma Cell Lines
Authors: N. Rajendra Prasad
Abstract:
Resveratrol (RSV), a grape phytochemical, has drawn greater attention because of its beneficial ef-fects against cancer. However, RSV has some draw-backs such as unstabilization, poor water solubility and short biological half time, which limit the utili-zation of RSV in medicine, food and pharmaceutical industries. In this study, we have encapsulated RSV in gelatin nanoparticles (GNPs) and studied its anti-cancer efficacy in NCI-H460 lung cancer cells. SEM and DLS studies have revealed that the prepared RSV-GNPs possess spherical shape with a mean diameter of 294 nm. The successful encapsulation of RSV in GNPs has been achieved by the cross-linker glutaraldehyde probably through Schiff base reaction and hydrogen bond interaction. Spectrophotometric analysis revealed that the max-imum of 93.6% of RSV has been entrapped in GNPs. In vitro drug release kinetics indicated that there was an initial burst release followed by a slow and sustained release of RSV from GNPs. The prepared RSV-GNPs exhibited very rapid and more efficient cellular uptake than free RSV. Further, RSV-GNPs treatment showed greater antiproliferative efficacy than free RSV treatment in NCI-H460 cells. It has been found that greater ROS generation, DNA damage and apoptotic incidence in RSV-GNPs treated cells than free RSV treatment. Erythrocyte aggregation assay showed that the prepared RSV-GNPs formulation elicit no toxic response. HPLC analysis revealed that RSV-GNPs was more bioavailable and had a longer half-life than free RSV. Hence, GNPs carrier system might be a promising mode for controlled delivery and for improved therapeutic index of poorly water soluble RSV.Keywords: resveratrol, coacervation, anticancer gelatin nanoparticles, lung cancer, controlled release
Procedia PDF Downloads 4481871 Analyzing the Influence of Hydrometeorlogical Extremes, Geological Setting, and Social Demographic on Public Health
Authors: Irfan Ahmad Afip
Abstract:
This main research objective is to accurately identify the possibility for a Leptospirosis outbreak severity of a certain area based on its input features into a multivariate regression model. The research question is the possibility of an outbreak in a specific area being influenced by this feature, such as social demographics and hydrometeorological extremes. If the occurrence of an outbreak is being subjected to these features, then the epidemic severity for an area will be different depending on its environmental setting because the features will influence the possibility and severity of an outbreak. Specifically, this research objective was three-fold, namely: (a) to identify the relevant multivariate features and visualize the patterns data, (b) to develop a multivariate regression model based from the selected features and determine the possibility for Leptospirosis outbreak in an area, and (c) to compare the predictive ability of multivariate regression model and machine learning algorithms. Several secondary data features were collected locations in the state of Negeri Sembilan, Malaysia, based on the possibility it would be relevant to determine the outbreak severity in the area. The relevant features then will become an input in a multivariate regression model; a linear regression model is a simple and quick solution for creating prognostic capabilities. A multivariate regression model has proven more precise prognostic capabilities than univariate models. The expected outcome from this research is to establish a correlation between the features of social demographic and hydrometeorological with Leptospirosis bacteria; it will also become a contributor for understanding the underlying relationship between the pathogen and the ecosystem. The relationship established can be beneficial for the health department or urban planner to inspect and prepare for future outcomes in event detection and system health monitoring.Keywords: geographical information system, hydrometeorological, leptospirosis, multivariate regression
Procedia PDF Downloads 1151870 Comparative Study of Free Vibrational Analysis and Modes Shapes of FSAE Car Frame Using Different FEM Modules
Authors: Rajat Jain, Himanshu Pandey, Somesh Mehta, Pravin P. Patil
Abstract:
Formula SAE cars are the student designed and fabricated formula prototype cars, designed according to SAE INTERNATIONAL design rules which compete in the various national and international events. This paper shows a FEM based comparative study of free vibration analysis of different mode shapes of a formula prototype car chassis frame. Tubing sections of different diameters as per the design rules are designed in such a manner that the desired strength can be achieved. Natural frequency of first five mode was determined using finite element analysis method. SOLIDWORKS is used for designing the frame structure and SOLIDWORKS SIMULATION and ANSYS WORKBENCH 16.2 are used for the modal analysis. Mode shape results of ANSYS and SOLIDWORKS were compared. Fixed –fixed boundary conditions are used for fixing the A-arm wishbones. The simulation results were compared for the validation of the study. First five modes were compared and results were found within the permissible limits. The AISI4130 (CROMOLY- chromium molybdenum steel) material is used and the chassis frame is discretized with fine quality QUAD mesh followed by Fixed-fixed boundary conditions. The natural frequency of the chassis frame is 53.92-125.5 Hz as per the results of ANSYS which is found within the permissible limits. The study is concluded with the light weight and compact chassis frame without compensation with strength. This design allows to fabricate an extremely safe driver ergonomics, compact, dynamically stable, simple and light weight tubular chassis frame with higher strength.Keywords: FEM, modal analysis, formula SAE cars, chassis frame, Ansys
Procedia PDF Downloads 3481869 Deep Learning-Based Approach to Automatic Abstractive Summarization of Patent Documents
Authors: Sakshi V. Tantak, Vishap K. Malik, Neelanjney Pilarisetty
Abstract:
A patent is an exclusive right granted for an invention. It can be a product or a process that provides an innovative method of doing something, or offers a new technical perspective or solution to a problem. A patent can be obtained by making the technical information and details about the invention publicly available. The patent owner has exclusive rights to prevent or stop anyone from using the patented invention for commercial uses. Any commercial usage, distribution, import or export of a patented invention or product requires the patent owner’s consent. It has been observed that the central and important parts of patents are scripted in idiosyncratic and complex linguistic structures that can be difficult to read, comprehend or interpret for the masses. The abstracts of these patents tend to obfuscate the precise nature of the patent instead of clarifying it via direct and simple linguistic constructs. This makes it necessary to have an efficient access to this knowledge via concise and transparent summaries. However, as mentioned above, due to complex and repetitive linguistic constructs and extremely long sentences, common extraction-oriented automatic text summarization methods should not be expected to show a remarkable performance when applied to patent documents. Other, more content-oriented or abstractive summarization techniques are able to perform much better and generate more concise summaries. This paper proposes an efficient summarization system for patents using artificial intelligence, natural language processing and deep learning techniques to condense the knowledge and essential information from a patent document into a single summary that is easier to understand without any redundant formatting and difficult jargon.Keywords: abstractive summarization, deep learning, natural language Processing, patent document
Procedia PDF Downloads 1231868 Surgical Management of Distal Femur Fracture Using Locking Compression Plate: Our Experience in a Rural Tertiary Care Centre in India
Authors: Pagadaplly Girish, P. V. Manohar
Abstract:
Introduction: Management of distal femur fractures is challenging. Recently, treatment has evolved towards indirect reduction and minimally invasive techniques. Objectives: To assess the fracture union and functional outcome following open reduction and internal fixation of distal femur fractures with locking compression plate and to achieve restoration of the anatomical alignment of fracture fragments and stable internal fixation. Methodology: Patients with distal femur fracture treated by locking compression during Oct 2011 to April 2013 were assessed prospectively. Patients below 18 years and those with neuro-vascular deficits were excluded. Age, sex of the patient, type of fracture, mechanism of injury, type of implant used, operative time and postoperative complications were analysed. The Neer’s scale was used to assess the outcome of the patients. Results: The total number of patients was 30; 28 males and 2 females; mean age was 41.53 years. Road traffic accidents were the major causes of injury followed by falls. The average duration of hospital stay was 21.3 days. The overall complication rate note was 23.33%. The mean range of movement around the knee joint after 6 months of follow-up was 114.330. The average time for the radiological union was 14 weeks. Excellent to good results were noted in 26 patients (86.6%) and average to poor results were observed in 4 (13.33%) patients. Conclusions: The locking compression plate gives a rigid fixation for the fracture. It also provides a good purchase in osteoporotic bones. LCP is simple and a reliable implant appropriate for fixation of femoral fractures with promising results.Keywords: distal femur fractures, locking compression plate, Neer’s criteria, neuro-vascular deficits
Procedia PDF Downloads 2501867 Mechanical Activation of a Waste Material Used as Cement Replacement in Soft Soil Stabilisation
Authors: Hassnen M. Jafer, W. Atherton, F. Ruddock, E. Loffil
Abstract:
Waste materials or sometimes called by-product materials have been increasingly used as construction material to reduce the usage of cement in different construction projects. In the field of soil stabilisation, waste materials such as pulverised fuel ash (PFA), biomass fly ash (BFA), sewage sludge ash (SSA), etc., have been used since 1960s in last century. In this study, a particular type of a waste material (WM) was used in soft soil stabilisation as a cement replacement, as well as, the effect of mechanical activation, using grinding, on the performance of this WM was also investigated. The WM used in this study is a by-product resulted from the incineration processes between 1000 and 1200oc in domestic power generation plant using a fluidized bed combustion system. The stabilised soil in this study was an intermediate plasticity silty clayey soil with medium organic matter content. The experimental works were conducted first to find the optimum content of WM by carrying out Atterberg limits and unconfined compressive strength (UCS) tests on soil samples contained (0, 3, 6, 9, 12, and 15%) of WM by the dry weight of soil. The UCS test was carried out on specimens provided to different curing periods (zero, 7, 14, and 28 days). Moreover, the optimum percentage of the WM was subject to different periods of grinding (10, 20, 30, 40mins) using mortar and pestle grinder to find the effect of grinding and its optimum time by conducting UCS test. The results indicated that the WM used in this study improved the physical properties of the soft soil where the index of plasticity (IP) was decreased significantly from 21 to 13.10 with 15% of WM. Meanwhile, the results of UCS test indicated that 12% of WM was the optimum and this percentage developed the UCS value from 202kPa to 700kPa for 28 days cured samples. Along with the time of grinding, the results revealed that 10 minutes of grinding was the best for mechanical activation for the WM used in this study.Keywords: soft soil stabilisation, waste materials, grinding, and unconfined compressive strength
Procedia PDF Downloads 2801866 Evaluation of Railway Network and Service Performance Based on Transportation Sustainability in DKI Jakarta
Authors: Nur Bella Octoria Bella, Ayomi Dita Rarasati
Abstract:
DKI Jakarta is Indonesia's capital city with the 10th highest congestion rate in the world based on the 2019 traffic index. Other than that based on World Air Quality Report in 2019 showed DKI Jakarta's air pollutant concentrate 49.4 µg and the 5th highest air pollutant in the world. In the urban city nowadays, the mobility rate is high enough and the efficiency for sustainability assessment in transport infrastructure development is needed. This efficiency is the important key for sustainable infrastructure development. DKI Jakarta is nowadays in the process of constructing the railway infrastructure to support the transportation system. The problems appearing are the railway infrastructure networks and the service in DKI Jakarta already planned based on sustainability factors or not. Therefore, the aim of this research is to make the evaluation of railways infrastructure networks performance and services in DKI Jakarta regards on the railway sustainability key factors. Further, this evaluation will be used to make the railway sustainability assessment framework and to offer some of the alternative solutions to improve railway transportation sustainability in DKI Jakarta. Firstly a very detailed literature review of papers that have focused on railway sustainability factors and their improvements of railway sustainability, published in the scientific journal in the period 2011 until 2021. Regarding the sustainability factors from the literature review, further, it is used to assess the current condition of railway infrastructure in DKI Jakarta. The evaluation will be using a Likert rate questionnaire and directed to the transportation railway expert and the passenger. Furthermore, the mapping and evaluation rate based on the sustainability factors will be compared to the effect factors using the Analytical Hierarchical Process (AHP). This research offers the network's performance and service rate impact on the sustainability aspect and the passenger willingness for using the rail public transportation in DKI Jakarta.Keywords: transportation sustainability, railway transportation, sustainability, DKI Jakarta
Procedia PDF Downloads 1631865 Assessment of Nutrient Intake, Nutritional Knowledge and Dietary Habits of Omani University Student Athletes
Authors: Amanat Ali, Muhammad S. Al-Siyabi, Mostafa I. Waly, Hashem Al-Kilani
Abstract:
In a cross-sectional research design, we assessed the nutrient intake, nutritional status, nutritional knowledge and dietary habits of Sultan Qaboos University (SQU) student athletes. A total of 71 (49 male and 22 female) student athletes with a mean age of 21.0 ± 1.81 and 19.32 ± 0.72 years and body mass index (BMI) of 22.51 ± 1.98 and 20.34 ± 2.97 kg/m2 for male and female respectively, participated in this study. A study questionnaire consisting of 2 sections was distributed to the participants. Section I included 18 questions regarding the demographic information, whereas the Section II consisted of 20 questions regarding the nutrition knowledge. The dietary intake of participants was collected by using a 7-days food diary identifying the frequency as well as the variety of food consumption. Significant differences (P < 0.05) were observed in the main sources of nutrition information used by the male and female athletes. Male athletes mainly had most of the nutrition information from friends (17%) whereas female athletes relied mainly on the family (20%). More female athletes (20%) were using TV as a source of nutrition information as compared to male athletes (15%). Both male and female athletes had the minimum nutrition information from dietitians and physicians. Significant (P < 0.05) differences were also observed in the nutritional knowledge and dietary habits scores of male and female athletes, which were 57 % and 49 %, respectively. Male athletes were classified to have fair nutritional knowledge and dietary habits, whereas the female athletes had poor nutritional knowledge and dietary habits. The average daily energy intake of male athletes was 2595 ± 358 kcal/day. Carbohydrate, fat, and protein contributed 64%, 22%, and 14%, of the total energy intake for the male athletes, respectively. The energy and macronutrients intake of male athletes was within the recommended dietary intake. The results indicated some gaps in the nutritional knowledge of SQU student athletes and suggest that there is a need for developing strategies in counseling and teaching the athletes to improve their nutritional knowledge and dietary habits.Keywords: nutrient assessment, nutritional knowledge, dietary habits, Omani University athletes
Procedia PDF Downloads 5111864 Structuring After-School Physical Education Programs That are Engaging, Diverse, and Inclusive
Authors: Micah J. Dobson
Abstract:
After-school programs of physical education provide children with opportunities to engage in physical activities while developing healthy habits. To ensure that these programs are inclusive, diverse, and engaging, however, schools must consider various factors when designing and implementing them. This study sought to bring out efficient strategies for structuring after-school programs of physical education. The literature review was conducted using various databases and search engines. Some databases that index the journals include ERIC, Google Scholar, Scopus, Web of Science, and EBSCOhost. The search terms were combinations of keywords such as “after-school,” “physical education,” “inclusion,” “diversity,” “engagement,” “program design,” “program implementation,” “program effectiveness,” and “best practices.” The findings of this study suggest that schools that desire inclusivity must consider four key factors when designing and implementing after-school physical education programs. First, the programs must be designed with variety and fun by incorporating activities such as dance, sports, and games that appeal to all students. Second, instructors must be trained to create supportive and positive environments that foster student engagement while promoting physical literacy. Third, schools must collaborate with community stakeholders and organizations to ensure that programs are culturally inclusive and responsive. Fourth, schools can incorporate technology into their programs to enhance engagement and provide additional growth and learning opportunities.In conclusion, this study provides valuable insights into efficient strategies for structuring after-school programs of physical education that are inclusive, diverse, and engaging for all students. By considering these factors when designing and implementing their programs, schools can promote physical activity while supporting students’ overall well-being and health.Keywords: after-school programs of physical education, community partnership, inclusivity, instructor training, technology
Procedia PDF Downloads 771863 The Fefe Indices: The Direction of Donal Trump’s Tweets Effect on the Stock Market
Authors: Sergio Andres Rojas, Julian Benavides Franco, Juan Tomas Sayago
Abstract:
An increasing amount of research demonstrates how market mood affects financial markets, but their primary goal is to demonstrate how Trump's tweets impacted US interest rate volatility. Following that lead, this work evaluates the effect that Trump's tweets had during his presidency on local and international stock markets, considering not just volatility but the direction of the movement. Three indexes for Trump's tweets were created relating his activity with movements in the S&P500 using natural language analysis and machine learning algorithms. The indexes consider Trump's tweet activity and the positive or negative market sentiment they might inspire. The first explores the relationship between tweets generating negative movements in the S&P500; the second explores positive movements, while the third explores the difference between up and down movements. A pseudo-investment strategy using the indexes produced statistically significant above-average abnormal returns. The findings also showed that the pseudo strategy generated a higher return in the local market if applied to intraday data. However, only a negative market sentiment caused this effect on daily data. These results suggest that the market reacted primarily to a negative idea reflected in the negative index. In the international market, it is not possible to identify a pervasive effect. A rolling window regression model was also performed. The result shows that the impact on the local and international markets is heterogeneous, time-changing, and differentiated for the market sentiment. However, the negative sentiment was more prone to have a significant correlation most of the time.Keywords: market sentiment, Twitter market sentiment, machine learning, natural dialect analysis
Procedia PDF Downloads 641862 Changes in Behavior and Learning Ability of Rats Intoxicated with Lead
Authors: A. Goma Amira, U. E. Mahrous
Abstract:
Measuring the effect of perinatal lead exposure on learning ability of offspring is considered as a sensitive and selective index for providing an early marker for central nervous system damage produced by this toxic metal. A total of 35 Sprague-Dawley adult rats were used to investigate the effect of lead acetate toxicity on behavioral patterns of adult female rats and learning ability of offspring. Rats were allotted into 4 groups, group one received 1g/l lead acetate (n=10), group two received 1.5g/l lead acetate (n=10), group three received 2g/l lead acetate in drinking water (n=10), and control group did not receive lead acetate (n=5) from 8th day of pregnancy till weaning of pups. The obtained results revealed a dose-dependent increase in the feeding time, drinking frequency, licking frequency, scratching frequency, licking litters, nest building, and retrieving frequencies, while standing time increased significantly in rats treated with 1.5g/l lead acetate than other treated groups and control. On the contrary, lying time decreased gradually in a dose-dependent manner. Moreover, movement activities were higher in rats treated with 1g/l lead acetate than other treated groups and control. Furthermore, time spent in closed arms was significantly lower in rats given 2g/l lead acetate than other treated groups, while they spent significantly much time spent in open arms than other treated groups which could be attributed to occurrence of adaptation. Furthermore, number of entries in open arms was-dose dependent. However, the ratio between open/closed arms revealed a significant decrease in rats treated with 2g/l lead acetate than the control group.Keywords: lead toxicity, rats, learning ability, behavior
Procedia PDF Downloads 3791861 Pulmonary Embolism Indicative of Myxoma of the Right Atrium
Authors: A. Kherraf, M. Bouziane, A. Drighil, L. Azzouzi, R. Habbal
Abstract:
Objective: Myxomas are rare heart tumors most commonly found in the left atrium. The purpose of this observation is to report a rare case of myxoma of the right atrium revealed by pulmonary embolism. Observation: A 34-year-old patient with no history presented to the emergency room with sudden onset dyspnea. Clinical examination showed arterial pressure at 110/70mmHg, tachycardia at 110bpm, and 90% oxygen saturation. The ECG enrolled in incomplete right bundle branch block. The radio-thorax was normal. Echocardiography revealed the presence of a large homogeneous intra-OD mass, contiguous to the inter-atrial septum, prolapsing through the tricuspid valve, and causing mild tricuspid insufficiency, with dilation of the right ventricle and retained systolic function with PAPs estimated at 45mmHg. A chest scan was performed, revealing the presence of right segmental pulmonary embolism. The patient was put under anticoagulant and underwent surgical resection of the mass; its pathological examination concluded to a myxoma. The post-operative consequences were simple, without recurrence of the mass after one year follow-up. Discussion: Myxomas represent 50% of heart tumors. Most often, they originate in the left atrium, and more rarely in the right atrium or the ventricles. Myxoma of the right atrium can be responsible for life-threatening pulmonary embolism. The most predictive factor for embolization remains the morphology of the myxomas; papillary or villous myxomas are the most friable. Surgery is the standard treatment, with regular postoperative follow-up to detect recurrence. Conclusion: Myxomas of the right atrium are a rare location for these tumors. Pulmonary embolism is the main complication and should routinely involve careful study of the right chambers on echocardiography.Keywords: pulmonary embolism, myxoma, right atrium, heart tumors
Procedia PDF Downloads 1431860 Cost-Benefit Analysis for the Optimization of Noise Abatement Treatments at the Workplace
Authors: Paolo Lenzuni
Abstract:
Cost-effectiveness of noise abatement treatments at the workplace has not yet received adequate consideration. Furthermore, most of the published work is focused on productivity, despite the poor correlation of this quantity with noise levels. There is currently no tool to estimate the social benefit associated to a specific noise abatement treatment, and no comparison among different options is accordingly possible. In this paper, we present an algorithm which has been developed to predict the cost-effectiveness of any planned noise control treatment in a workplace. This algorithm is based the estimates of hearing threshold shifts included in ISO 1999, and on compensations that workers are entitled to once their work-related hearing impairments have been certified. The benefits of a noise abatement treatment are estimated by means of the lower compensation costs which are paid to the impaired workers. Although such benefits have no real meaning in strictly monetary terms, they allow a reliable comparison between different treatments, since actual social costs can be assumed to be proportional to compensation costs. The existing European legislation on occupational exposure to noise it mandates that the noise exposure level be reduced below the upper action limit (85 dBA). There is accordingly little or no motivation for employers to sustain the extra costs required to lower the noise exposure below the lower action limit (80 dBA). In order to make this goal more appealing for employers, the algorithm proposed in this work also includes an ad-hoc element that promotes actions which bring the noise exposure down below 80 dBA. The algorithm has a twofold potential: 1) it can be used as a quality index to promote cost-effective practices; 2) it can be added to the existing criteria used by workers’ compensation authorities to evaluate the cost-effectiveness of technical actions, and support dedicated employers.Keywords: cost-effectiveness, noise, occupational exposure, treatment
Procedia PDF Downloads 3221859 Synthesis of Electrospun Polydimethylsiloxane (PDMS)/Polyvinylidene Fluoriure (PVDF) Nanofibrous Membranes for CO₂ Capture
Authors: Wen-Wen Wang, Qian Ye, Yi-Feng Lin
Abstract:
Carbon dioxide emissions are expected to increase continuously, resulting in climate change and global warming. As a result, CO₂ capture has attracted a large amount of research attention. Among the various CO₂ capture methods, membrane technology has proven to be highly efficient in capturing CO₂, because it can be scaled up, low energy consumptions and small area requirements for use by the gas separation. Various nanofibrous membranes were successfully prepared by a simple electrospinning process. The membrane contactor combined with chemical absorption and membrane process in the post-combustion CO₂ capture is used in this study. In a membrane contactor system, the highly porous and water-repellent nanofibrous membranes were used as a gas-liquid interface in a membrane contactor system for CO₂ absorption. In this work, we successfully prepared the polyvinylidene fluoride (PVDF) porous membranes with an electrospinning process. Afterwards, the as-prepared water-repellent PVDF porous membranes were used for the CO₂ capture application. However, the pristine PVDF nanofibrous membranes were wetted by the amine absorbents, resulting in the decrease in the CO₂ absorption flux, the hydrophobic polydimethylsiloxane (PDMS) materials were added into the PVDF nanofibrous membranes to improve the solvent resistance of the membranes. To increase the hydrophobic properties and CO₂ absorption flux, more hydrophobic surfaces of the PDMS/PVDF nanofibrous membranes are obtained by the grafting of fluoroalkylsilane (FAS) on the membranes surface. Furthermore, the highest CO₂ absorption flux of the PDMS/PVDF nanofibrous membranes is reached after the FAS modification with four times. The PDMS/PVDF nanofibrous membranes with 60 wt% PDMS addition can be a long and continuous operation of the CO₂ absorption and regeneration experiments. It demonstrates the as-prepared PDMS/PVDF nanofibrous membranes could potentially be used for large-scale CO₂ absorption during the post-combustion process in power plants.Keywords: CO₂ capture, electrospinning process, membrane contactor, nanofibrous membranes, PDMS/PVDF
Procedia PDF Downloads 2741858 Integrating Efficient Anammox with Enhanced Biological Phosphorus Removal Process Through Flocs Management for Sustainable Ultra-deep Nutrients Removal from Municipal Wastewater
Authors: Qiongpeng Dan, Xiyao Li, Qiong Zhang, Yongzhen Peng
Abstract:
The nutrients removal from wastewater is of great significance for global wastewater recycling and sustainable reuse. Traditional nitrogen and phosphorus removal processes are very dependent on the input of aeration and carbon sources, which makes it difficult to meet the low-carbon goal of energy saving and emission reduction. This study reported a proof-of-concept demonstration of integrating anammox and enhanced biological phosphorus removal (EBPR) by flocs management in a single-stage hybrid bioreactor (biofilms and flocs) for simultaneous nitrogen and phosphorus removal (SNPR). Excellent removal efficiencies of nitrogen (97.7±1.3%) and phosphorus (97.4±0.7%) were obtained in low C/N ratio (3.0±0.5) municipal wastewater treatment. Interestingly, with the loss of flocs, anammox bacteria (Ca. Brocadia) was highly enriched in biofilms, with relative and absolute abundances reaching up to 12.5% and 8.3×1010 copies/g dry sludge, respectively. The anammox contribution to nitrogen removal also rose from 32.6±9.8% to 53.4±4.2%. Endogenous denitrification by flocs was proven to be the main contributor to both nitrite and nitrate reduction, and flocs loss significantly promoted nitrite flow towards anammox, facilitating AnAOB enrichment. Moreover, controlling the floc's solid retention time at around 8 days could maintain a low poly-phosphorus level of 0.02±0.001 mg P/mg VSS in the flocs, effectively addressing the additional phosphorus removal burden imposed by the enrichment of phosphorus-accumulating organisms in biofilms. This study provides an update on developing a simple and feasible strategy for integrating anammox and EBPR for SNPR in mainstream municipal wastewater.Keywords: anammox process, enhanced biological phosphorus removal, municipal wastewater, sustainable nutrients removal
Procedia PDF Downloads 531857 Benchmarking Machine Learning Approaches for Forecasting Hotel Revenue
Authors: Rachel Y. Zhang, Christopher K. Anderson
Abstract:
A critical aspect of revenue management is a firm’s ability to predict demand as a function of price. Historically hotels have used simple time series models (regression and/or pick-up based models) owing to the complexities of trying to build casual models of demands. Machine learning approaches are slowly attracting attention owing to their flexibility in modeling relationships. This study provides an overview of approaches to forecasting hospitality demand – focusing on the opportunities created by machine learning approaches, including K-Nearest-Neighbors, Support vector machine, Regression Tree, and Artificial Neural Network algorithms. The out-of-sample performances of above approaches to forecasting hotel demand are illustrated by using a proprietary sample of the market level (24 properties) transactional data for Las Vegas NV. Causal predictive models can be built and evaluated owing to the availability of market level (versus firm level) data. This research also compares and contrast model accuracy of firm-level models (i.e. predictive models for hotel A only using hotel A’s data) to models using market level data (prices, review scores, location, chain scale, etc… for all hotels within the market). The prospected models will be valuable for hotel revenue prediction given the basic characters of a hotel property or can be applied in performance evaluation for an existed hotel. The findings will unveil the features that play key roles in a hotel’s revenue performance, which would have considerable potential usefulness in both revenue prediction and evaluation.Keywords: hotel revenue, k-nearest-neighbors, machine learning, neural network, prediction model, regression tree, support vector machine
Procedia PDF Downloads 133