Search results

1 – 10 of over 1000
Article
Publication date: 17 February 2023

Sangeun Oh, Soram Park and Hyejin Jung

Traditional Korean buildings do not differ significantly in form or structural style according to era or building type. The authors interpret this from a generative rather than a…

Abstract

Purpose

Traditional Korean buildings do not differ significantly in form or structural style according to era or building type. The authors interpret this from a generative rather than a typological perspective. The generation perspective considers factors forming the buildings and is connected to the prevailing thoughts of the era.

Design/methodology/approach

This study analyzes the generation method of seowon facilities in the Joseon Dynasty (1392–1897), focusing on the Dosan Seowon. Based on Koreans' long-term thinking, the authors applied the extracted architectural space generation layers for analysis, and present an integrated method of generation layers when the Dosan Seowon was built.

Findings

The immanent, physical and body perceptual layers presented for seowon formation analysis are represented by thought, form and territory. Specific aspects of these layers in the Dosan Seowon are analyzed, including the architectural arrangement that connects the land conditions with neo-Confucian courtesy and order, the collective architectural form considering the energy of yin and yang, and the elements of objects that affect the human body perception. This form of architecture was closely linked with and strongly influenced by monistic philosophy.

Social implications

After the Korean War, architects judged traditional buildings only by shapes, and quickly accepted Western architecture's forms. Presenting a generative perspective of traditional Korean architecture expands the theoretical research direction of modern succession.

Originality/value

This is the first attempt to examine the generation method based on the Dosan Seowon's generation layers.

Details

Open House International, vol. 48 no. 4
Type: Research Article
ISSN: 0168-2601

Keywords

Article
Publication date: 8 February 2022

K. Arunkumar and S. Vasundra

Patient treatment trajectory data are used to predict the outcome of the treatment to particular disease that has been carried out in the research. In order to determine the…

Abstract

Purpose

Patient treatment trajectory data are used to predict the outcome of the treatment to particular disease that has been carried out in the research. In order to determine the evolving disease on the patient and changes in the health due to treatment has not considered existing methodologies. Hence deep learning models to trajectory data mining can be employed to identify disease prediction with high accuracy and less computation cost.

Design/methodology/approach

Multifocus deep neural network classifiers has been utilized to detect the novel disease class and comorbidity class to the changes in the genome pattern of the patient trajectory data can be identified on the layers of the architecture. Classifier is employed to learn extracted feature set with activation and weight function and then merged on many aspects to classify the undetermined sequence of diseases as a new variant. The performance of disease progression learning progress utilizes the precision of the constituent classifiers, which usually has larger generalization benefits than those optimized classifiers.

Findings

Deep learning architecture uses weight function, bias function on input layers and max pooling. Outcome of the input layer has applied to hidden layer to generate the multifocus characteristics of the disease, and multifocus characterized disease is processed in activation function using ReLu function along hyper parameter tuning which produces the effective outcome in the output layer of a fully connected network. Experimental results have proved using cross validation that proposed model outperforms methodologies in terms of computation time and accuracy.

Originality/value

Proposed evolving classifier represented as a robust architecture on using objective function to map the data sequence into a class distribution of the evolving disease class to the patient trajectory. Then, the generative output layer of the proposed model produces the progression outcome of the disease of the particular patient trajectory. The model tries to produce the accurate prognosis outcomes by employing data conditional probability function. The originality of the work defines 70% and comparisons of the previous methods the method of values are accurate and increased analysis of the predictions.

Details

International Journal of Intelligent Computing and Cybernetics, vol. 15 no. 4
Type: Research Article
ISSN: 1756-378X

Keywords

Book part
Publication date: 14 December 2023

Cory A. Campbell and Sridhar Ramamoorti

We use design thinking in the context of accounting pedagogy to exploit recent advances in cybernetics in the form of generative artificial intelligence technology. Relying on the…

Abstract

We use design thinking in the context of accounting pedagogy to exploit recent advances in cybernetics in the form of generative artificial intelligence technology. Relying on the intuition that supplementing or augmenting human argumentation (natural intelligence or NI) with parallel AI output can produce better student written assignments, we posit the “augmentation premise,” that is, ((NI + AI) > AI > NI). To test the augmentation premise, we compare student written submissions in an Accounting Information Systems (AIS) course with and without the benefit of parallel generative AI output. We then evaluate how the generative AI output enhances student-crafted revisions to their initial submissions. Using a summative quality improvement index (QII) consisting of quantitative and qualitative assessments, we present preliminary evidence supporting the augmentation premise. The augmentation premise likely extends to other accounting subdisciplines and merits generalization for enriching accounting pedagogy.

Details

Advances in Accounting Education: Teaching and Curriculum Innovations
Type: Book
ISBN: 978-1-83797-172-5

Keywords

Open Access
Article
Publication date: 10 July 2023

Yong Ding, Peixiong Huang, Hai Liang, Fang Yuan and Huiyong Wang

Recently, deep learning (DL) has been widely applied in various aspects of human endeavors. However, studies have shown that DL models may also be a primary cause of data leakage…

Abstract

Purpose

Recently, deep learning (DL) has been widely applied in various aspects of human endeavors. However, studies have shown that DL models may also be a primary cause of data leakage, which raises new data privacy concerns. Membership inference attacks (MIAs) are prominent threats to user privacy from DL model training data, as attackers investigate whether specific data samples exist in the training data of a target model. Therefore, the aim of this study is to develop a method for defending against MIAs and protecting data privacy.

Design/methodology/approach

One possible solution is to propose an MIA defense method that involves adjusting the model’s output by mapping the output to a distribution with equal probability density. This approach effectively preserves the accuracy of classification predictions while simultaneously preventing attackers from identifying the training data.

Findings

Experiments demonstrate that the proposed defense method is effective in reducing the classification accuracy of MIAs to below 50%. Because MIAs are viewed as a binary classification model, the proposed method effectively prevents privacy leakage and improves data privacy protection.

Research limitations/implications

The method is only designed to defend against MIA in black-box classification models.

Originality/value

The proposed MIA defense method is effective and has a low cost. Therefore, the method enables us to protect data privacy without incurring significant additional expenses.

Details

International Journal of Web Information Systems, vol. 19 no. 2
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 4 July 2023

Maojian Chen, Xiong Luo, Hailun Shen, Ziyang Huang, Qiaojuan Peng and Yuqi Yuan

This study aims to introduce an innovative approach that uses a decoder with multiple layers to accurately identify Chinese nested entities across various nesting depths. To…

Abstract

Purpose

This study aims to introduce an innovative approach that uses a decoder with multiple layers to accurately identify Chinese nested entities across various nesting depths. To address potential human intervention, an advanced optimization algorithm is used to fine-tune the decoder based on the depth of nested entities present in the data set. With this approach, this study achieves remarkable performance in recognizing Chinese nested entities.

Design/methodology/approach

This study provides a framework for Chinese nested named entity recognition (NER) based on sequence labeling methods. Similar to existing approaches, the framework uses an advanced pre-training model as the backbone to extract semantic features from the text. Then a decoder comprising multiple conditional random field (CRF) algorithms is used to learn the associations between granularity labels. To minimize the need for manual intervention, the Jaya algorithm is used to optimize the number of CRF layers. Experimental results validate the effectiveness of the proposed approach, demonstrating its superior performance on both Chinese nested NER and flat NER tasks.

Findings

The experimental findings illustrate that the proposed methodology can achieve a remarkable 4.32% advancement in nested NER performance on the People’s Daily corpus compared to existing models.

Originality/value

This study explores a Chinese NER methodology based on the sequence labeling ideology for recognizing sophisticated Chinese nested entities with remarkable accuracy.

Details

International Journal of Web Information Systems, vol. 19 no. 1
Type: Research Article
ISSN: 1744-0084

Keywords

Article
Publication date: 12 November 2018

Jingshuai Zhang, Yuanxin Ouyang, Weizhu Xie, Wenge Rong and Zhang Xiong

The purpose of this paper is to propose an approach to incorporate contextual information into collaborative filtering (CF) based on the restricted Boltzmann machine (RBM) and…

Abstract

Purpose

The purpose of this paper is to propose an approach to incorporate contextual information into collaborative filtering (CF) based on the restricted Boltzmann machine (RBM) and deep belief networks (DBNs). Traditionally, neither the RBM nor its derivative model has been applied to modeling contextual information. In this work, the authors analyze the RBM and explore how to utilize a user’s occupation information to enhance recommendation accuracy.

Design/methodology/approach

The proposed approach is based on the RBM. The authors employ user occupation information as a context to design a context-aware RBM and stack the context-aware RBM to construct DBNs for recommendations.

Findings

The experiments on the MovieLens data sets show that the user occupation-aware RBM outperforms other CF models, and combinations of different context-aware models by mutual information can obtain better accuracy. Moreover, the context-aware DBNs model is superior to baseline methods, indicating that deep networks have more qualifications for extracting preference features.

Originality/value

To improve recommendation accuracy through modeling contextual information, the authors propose context-aware CF approaches based on the RBM. Additionally, the authors attempt to introduce hybrid weights based on information entropy to combine context-aware models. Furthermore, the authors stack the RBM to construct a context-aware multilayer network model. The results of the experiments not only convey that the context-aware RBM has potential in terms of contextual information but also demonstrate that the combination method, the hybrid recommendation and the multilayer neural network extension have significant benefits for the recommendation quality.

Details

Online Information Review, vol. 44 no. 2
Type: Research Article
ISSN: 1468-4527

Keywords

Book part
Publication date: 29 May 2023

R. Dhanalakshmi, Monica Benjamin, Arunkumar Sivaraman, Kiran Sood and S. S. Sreedeep

Purpose: With this study, the authors aim to highlight the application of machine learning in smart appliances used in our day-to-day activities. This chapter focuses on analysing…

Abstract

Purpose: With this study, the authors aim to highlight the application of machine learning in smart appliances used in our day-to-day activities. This chapter focuses on analysing intelligent devices used in our daily lives to examine various machine learning models that can be applied to make an appliance ‘intelligent’ and discuss the different pros and cons of the implementation.

Methodology: Most smart appliances need machine learning models to decrypt the meaning and functioning behind the sensor’s data to execute accurate predictions and come to appropriate conclusions.

Findings: The future holds endless possibilities for devices to be connected in different ways, and these devices will be in our homes, offices, industries and even vehicles that can connect each other. The massive number of connected devices could congest the network; hence there is necessary to incorporate intelligence on end devices using machine learning algorithms. The connected devices that allow automatic control appliance driven by the user’s preference would avail itself to use the Network to communicate with devices close to its proximity or use other channels to liaise with external utility systems. Data processing is facilitated through edge devices, and machine learning algorithms can be applied.

Significance: This chapter overviews smart appliances that use machine learning at the edge. It highlights the effects of using these appliances and how they raise the overall living standards when smarter cities are introduced by integrating such devices.

Details

Smart Analytics, Artificial Intelligence and Sustainable Performance Management in a Global Digitalised Economy
Type: Book
ISBN: 978-1-80382-555-7

Keywords

Article
Publication date: 12 July 2024

Abdulaziz Alsenafi, Fares Alazemi and M. Nawaz

To improve the thermal performance of base fluid, nanoparticles of three types are dispersed in the base fluid. A novel theory of non-Fourier heat transfer is used for design and…

Abstract

Purpose

To improve the thermal performance of base fluid, nanoparticles of three types are dispersed in the base fluid. A novel theory of non-Fourier heat transfer is used for design and development of models. The thermal performance of sample fluids is compared to determine which types of combination of nanoparticles are the best for an optimized enhancement in thermal performance of fluids. This article aims to: (i) investigate the impact of nanoparticles on thermal performance; and (ii) implement the Galerkin finite element method (GFEM) to thermal problems.

Design/methodology/approach

The mathematical models are developed using novel non-Fourier heat flux theory, conservation laws of computational fluid dynamics (CFD) and no-slip thermal boundary conditions. The models are approximated using thermal boundary layer approximations, and transformed models are solved numerically using GFEM. A grid-sensitivity test is performed. The accuracy, correction and stability of solutions is ensured. The numerical method adopted for the calculations is validated with published data. Quantities of engineering interest, i.e. wall shear stress, wall mass flow rate and wall heat flux, are calculated and examined versus emerging rheological parameters and thermal relaxation time.

Findings

The thermal relaxation time measures the ability of a fluid to restore its original thermal state, called thermal equilibrium and therefore, simulations have shown that the thermal relaxation time associated with a mono nanofluid has the most substantial effect on the temperature of fluid, whereas a ternary nanofluid has the smallest thermal relaxation time. A ternary nanofluid has a wider thermal boundary thickness in comparison with base and di- and mono nanofluids. The wall heat flux (in the case of the ternary nanofluids) has the most significant value compared with the wall shear stresses for the mono and hybrid nanofluids. The wall heat and mass fluxes have the highest values for the case of non-Fourier heat and mass diffusion compared to the case of Fourier heat and mass transfer.

Originality/value

An extensive literature review reveals that no study has considered thermal and concentration memory effects on transport mechanisms in fluids of cross-rheological liquid using novel theory of heat and mass [presented by Cattaneo (Cattaneo, 1958) and Christov (Christov, 2009)] so far. Moreover, the finite element method for coupled and nonlinear CFD problems has not been implemented so far. To the best of the authors’ knowledge for the first time, the dynamics of wall heat flow rate and mass flow rate under simultaneous effects of thermal and solute relaxation times, Ohmic dissipation and first-order chemical reactions are studied.

Details

International Journal of Numerical Methods for Heat & Fluid Flow, vol. 34 no. 9
Type: Research Article
ISSN: 0961-5539

Keywords

Book part
Publication date: 28 June 2017

Jean M. Bartunek and Elise B. Jones

We explore how scholarly understandings of and the practice of organizational transformation have evolved since Bartunek and Louis’s (1988) Research in Organizational Change and…

Abstract

We explore how scholarly understandings of and the practice of organizational transformation have evolved since Bartunek and Louis’s (1988) Research in Organizational Change and Development chapter. While Bartunek and Louis hoped to see strategy scholarship and OD approaches to transformation inform each other, strategy literature has drifted away from transformation toward more continuous change. OD practice has focused on the implementation of its own versions of transformation through Large Group Interventions, Appreciative Inquiry, the new dialogic OD, and Theory U. Based on a discussion of Theory U, we call attention to the importance of individuals as an important source of new ideas in understanding and practicing large-scale change.

Details

Research in Organizational Change and Development
Type: Book
ISBN: 978-1-78714-436-1

Keywords

Article
Publication date: 6 August 2021

A. Valli Bhasha and B.D. Venkatramana Reddy

The problems of Super resolution are broadly discussed in diverse fields. Rather than the progression toward the super resolution models for real-time images, operating…

Abstract

Purpose

The problems of Super resolution are broadly discussed in diverse fields. Rather than the progression toward the super resolution models for real-time images, operating hyperspectral images still remains a challenging problem.

Design/methodology/approach

This paper aims to develop the enhanced image super-resolution model using “optimized Non-negative Structured Sparse Representation (NSSR), Adaptive Discrete Wavelet Transform (ADWT), and Optimized Deep Convolutional Neural Network”. Once after converting the HR images into LR images, the NSSR images are generated by the optimized NSSR. Then the ADWT is used for generating the subbands of both NSSR and HRSB images. The residual image with this information is obtained by the optimized Deep CNN. All the improvements on the algorithms are done by the Opposition-based Barnacles Mating Optimization (O-BMO), with the objective of attaining the multi-objective function concerning the “Peak Signal-to-Noise Ratio (PSNR), and Structural similarity (SSIM) index”. Extensive analysis on benchmark hyperspectral image datasets shows that the proposed model achieves superior performance over typical other existing super-resolution models.

Findings

From the analysis, the overall analysis of the suggested and the conventional super resolution models relies that the PSNR of the improved O-BMO-(NSSR+DWT+CNN) was 38.8% better than bicubic, 11% better than NSSR, 16.7% better than DWT+CNN, 1.3% better than NSSR+DWT+CNN, and 0.5% better than NSSR+FF-SHO-(DWT+CNN). Hence, it has been confirmed that the developed O-BMO-(NSSR+DWT+CNN) is performing well in converting LR images to HR images.

Originality/value

This paper adopts a latest optimization algorithm called O-BMO with optimized Non-negative Structured Sparse Representation (NSSR), Adaptive Discrete Wavelet Transform (ADWT) and Optimized Deep Convolutional Neural Network for developing the enhanced image super-resolution model. This is the first work that uses O-BMO-based Deep CNN for image super-resolution model enhancement.

1 – 10 of over 1000