Browse Items (5511 total)
Sort by:
-
Deep learning based model for computing percentage of fake in user reviews using topic modelling techniques
Sentiment analysis plays a vital role in real time environment for knowing the history of a product or any other specific entity. Due to large number of users in the www, chances are there that many fake users may upload the fake reviews to damage the business for the sake of money. Identifying the fake reviews or percentage of fake content in the review is yet a challenging task. In this paper, an attempt has been made to find the percentage of fake in the review data. Two methodologies are combined to address this issue. Concept of spelling checking, topic modelling and deep learning for context extraction is extensively used to build the effective model. Proposed technique is exhaustively checked for efficiency with many trails of experiments. Also, the training and testing samples were shuffled for experimentation. The results of the models show its goodness. The details of the results can be found at experiments section. 2024 The Author(s) -
Deep learning based modeling of groundwater storage change
The understanding of water resource changes and a proper projection of their future availability are necessary elements of sustainable water planning. Monitoring GWS change and future water resource availability are crucial, especially under changing climatic conditions. Traditional methods for in situ groundwater well measurement are a significant challenge due to data unavailability. The present investigation utilized the Long Short Term Memory (LSTM) networks to monitor and forecast Terrestrial Water Storage Change (TWSC) and Ground Water Storage Change (GWSC) based on Gravity Recovery and Climate Experiment (GRACE) datasets from 20032025 for five basins of Saudi Arabia. An attempt has been made to assess the effects of rainfall, water used, and net budget modeling of groundwater. Analysis of GRACE-derived TWSC and GWSC estimates indicates that all five basins show depletion of water from 20032020 with a rate ranging from -5.88 1.2 mm/year to -14.12 1.2 mm/year and -3.5 1.5 to -10.7 1.5, respectively. Forecasting based on the developed LSTM model indicates that the investigated basins are likely to experience serious water depletion at rates ranging from -7.78 1.2 to -15.6 1.2 for TWSC and -4.97 1.5 to -12.21 1.5 for GWSC from 20202025. An interesting observation was a minor increase in rainfall during the study period for three basins. 2022 Tech Science Press. All rights reserved. -
Deep Learning Based Multi Constraint Hybrid Optimization Algorithm for Transshipment-Based Inventory Routing with Dynamic Demands
The Inventory-Routing Problem (IRP) is considered a major issue in supply chain management as it comprises two areas: vehicle routing and inventory control. The existing techniqueswere unable to incorporate location details for enhancing the decision-making and it failed to consider the uncertainty of the demands. Hence to solve this issue, a Snake Artificial Ecosystem Optimization (SAEO) algorithm is proposed in this paper. The SAEO algorithm is developed to address the transshipment IRP with dynamic demands by combining the AEO model and SO to enhance the optimizer's performance. Further, a penalty strategy is proposed, where Deep Quantum Neural Network (DQNN) is employed for calculating the penalty for verifying the feasibility of the solution generated in case of violations in model constraints. In addition, the efficiency of the proposed SAEO-DQNN technique is examined by considering metrics, like transportation cost, transshipment cost, and total cost, and it achieved improved values of 0.391, 0.518, and 1.012 when compared to existing techniques such as Genetic Algorithm with Deep Reinforcement Learning (GA + Deep RL) and Kernel Search Multi-vehicle IRP (KSMIRP). The Author(s) 2024. -
Deep Learning Enabled Object Detection and Tracking Model for Big Data Environment
Recently, big data becomes evitable due to massive increase in the generation of data in real time application. Presently, object detection and tracking applications becomes popular among research communities and finds useful in different applications namely vehicle navigation, augmented reality, surveillance, etc. This paper introduces an effective deep learning based object tracker using Automated Image Annotation with Inception v2 based Faster RCNN (AIA-IFRCNN) model in big data environment. The AIA-IFRCNN model annotates the images by Discriminative Correlation Filter (DCF) with Channel and Spatial Reliability tracker (CSR), named DCF-CSRT model. The AIA-IFRCNN technique employs Faster RCNN for object detection and tracking, which comprises region proposal network (RPN) and Fast R-CNN. In addition, inception v2 model is applied as a shared convolution neural network (CNN) to generate the feature map. Lastly, softmax layer is applied to perform classification task. The effectiveness of the AIA-IFRCNN method undergoes experimentation against a benchmark dataset and the results are assessed under diverse aspects with maximum detection accuracy of 97.77%. 2022 Tech Science Press. All rights reserved. -
Deep Learning for Early Detection of Tomato Leaf Diseases: A ResNet-18 Approach for Sustainable Agriculture
The paper explores the application of Convolutional Neural Networks (CNNs), specifically ResNet-18, in revolutionizing the identification of diseases in tomato crops. Facing threats from pathogens like Phytophthora infestans, timely disease detection is crucial for mitigating economic losses and ensuring food security. Traditionally, manual inspection and labour-intensive tests posed limitations, prompting a shift to CNNs for more efficient solutions. The study uses a well-organized dataset, employing data preprocessing techniques and ResNet-18 architecture. The model achieves remarkable results, with a 91% F1 score, indicating its proficiency in distinguishing healthy and unhealthy tomato leaves. Metrics such as accuracy, sensitivity, specificity, and a high AUC score on the ROC curve underscore the model's exceptional performance. The significance of this work lies in its practical applications for early disease detection in agriculture. The ResNet-18 model, with its high precision and specificity, presents a powerful tool for crop management, contributing to sustainable agriculture and global food security. (2024), (Science and Information Organization). All Rights Reserved. -
Deep Learning for Stock Market Index Price Movement Forecasting Using Improved Technical Analysis
Equity market forecasting is difficult due to the high explosive nature of stock data and its impact on investor's stock investment and finance. The stock market serves as an indicator for forecasting the growth of the economy. Because of the nonlinear nature, it becomes a difficult job to predict the equity market. But the use of different methods of deep learning has become a vital source of prediction. These approaches employ time-series stock data for deep learning algorithm training and help to predict their future behavior. In this research, deep learning methods are evaluated on the India NIFTY 50 index, a benchmark Indian equity market, by performing a technical data augmentation approach. This paper presents a Recurrent Neural Network (RNN), Long Short Term Memory (LSTM), and the three variants of Gated Recurrent Unit (GRU) to analyze the model results. The proposed three GRU variants technique is evaluated on two sets of technical indicator datasets of the NIFTY 50 index (namely TA1 and TA2) and compared to the RNN and LSTM models. The experimental outcomes show that the GRU variant1 (GRU1) with TA1 provided the lowest value of Mean Square Error (MSE=0.023) and Root Mean Square Error (RMSE= 0.152) compared with existing methods. In conclusion, the NIFTY 50 index experiments with technical indicator datasetTA1 were more efficient by GRU. Hence, TA1 can be used to construct a robust predictive model in forecasting the stock index movements. 2021. All Rights Reserved. -
Deep learning framework for stock price prediction using long short-term memory
Forecasting stock prices is always considered as complicated process due to the dynamic and noisy characteristics of stock data influenced by external factors. For predicting the stock market, several approaches have been put forward. Many academics have successfully forecasted stock prices using soft computing models. Recently, there has been growing interest in applying deep learning techniques in combination with technical indicators to forecast stock prices, attracting attention from both investors and researchers. This paper focuses on developing a reliable model for anticipating future stock prices in one day advance using Long Short-Term Memory (LSTM). Three steps make up the suggested model. The approach begins with ten technical indicators computed from previous data as feature vectors. The second phase involves data normalization to scale the feature vectors. Finally, in the third phase, the LSTM model analyzes the closing price for the next day using the normalized characteristics as input. Two stock markets, NASDAQ and NYSE are chosen to evaluate the efficacy of the developed model. To demonstrate how effective the new model is in making predictions, its performance is compared to earlier models. Comparing the suggested model to other models, the findings revealed that it had a high level of prediction accuracy. The Author(s), under exclusive licence to Springer-Verlag GmbH Germany, part of Springer Nature 2024. -
Deep Learning Inspired Nonlinear Classification Methodology for Handwritten Digits Recognition Using DSR Encoder
The overlapped handwritten digit classification is a global challenge and a significant measure to assess the network recognition ability ratio. Most efficient models have been designed based on convolutional neural networks (CNN) for effective image classification and digit identification. Subsequently, multiple CNN models have inadequate accuracy because of high degree parameter dimensions that lead to abnormal digit detection error rates and computation complexity. We propose a Deep Digit Recognition Network (DDRNet) based on Deep ConvNets to minimize the number of parameters and features to keep the model light while maximizing the accuracy with an adaptive voting (AV) scheme for digit recognition. The individual digit is identified by CNN, and uncertain digits or strings are identified by Deep Convolutional Network (DCN) with AV scheme through Voting-Weight Conditional Random Field (VWCRF) strategy. These methods originated with the YOLO algorithm. The simulations show that our DDRNet approach achieves an accuracy of 99.4% without error fluctuations, in a stable state with less than 15 epochs contrast with state-of-art approaches. Additionally, specific convolution techniques (SqueezeNet, batch normalization) and image augmentation techniques (dropout, back-propagation, and an optimum learning rate) were examined to assess the system performance based on MNIST dataset (available at: http://yann.lecun.com/exdb/mnist/). 2022, King Fahd University of Petroleum & Minerals. -
Deep vs. Shallow: A Comparative Study of Machine Learning and Deep Learning Approaches for Fake Health News Detection
Internet explosion and penetration have amplified the fake news problem that existed even before Internet penetration. This becomes more of a concern, if the news is health-related. To address this issue, this research proposes Content Based Models (CBM) and Feature Based Models (FBM). The difference between the two models lies in the input provided. The CBM only takes news content as the input, whereas the FBM along with the content also takes two readability features as the input. Under each category, the performance of five traditional machine learning techniques: - Decision Tree, Random Forest, Support Vector Machine, AdaBoost-Decision Tree and AdaBoost-Random Forest is compared with two hybrid Deep Learning approaches, namely CNN-LSTM and CNN-BiLSTM. The Fake News Healthcare dataset comprising 9581 articles was utilized for the study. Easy Data Augmentation technique is used to balance this highly imbalanced dataset. The experimental results demonstrate that Feature Based Models perform better than Content Based Models. Among the proposed FBM, the Hybrid CNN - LSTM model had a F1 score of 97.09% and AdaBoost-Random Forest had a F1 Score of 98.9%. Thus, Adaboost-Random Forest under FBM is the best-performing model for the classification of fake news. 2013 IEEE. -
DeepBBBP: High Accuracy Blood-brain-barrier Permeability Prediction with a Mixed Deep Learning Model
Blood-brain-barrier permeability (BBBP) is an important property that is used to establish the drug-likeness of a molecule, as it establishes whether the molecule can cross the BBB when desired. It also eliminates those molecules which are not supposed to cross the barrier, as doing so would lead to toxicity. BBBP can be measured in vivo, in vitro or in silico. With the advent and subsequent rise of in silico methods for virtual drug screening, quite a bit of work has been done to predict this feature using statistical machine learning (ML) and deep learning (DL) based methods. In this work a mixed DL-based model, consisting of a Multi-layer Perceptron (MLP) and Convolutional Neural Network layers, has been paired with Mol2vec. Mol2vec is a convenient and unsupervised machine learning technique which produces high-dimensional vector representations of molecules and its molecular substructures. These succinct vector representations are utilized as inputs to the mixed DL model that is used for BBBP predictions. Several well-known benchmarks incorporating BBBP data have been used for supervised training and prediction by our mixed DL model which demonstrates superior results when compared to existing ML and DL techniques used for predicting BBBP. 2022 Wiley-VCH GmbH. -
Defect originated photoluminescence tuning of silica nanoparticles prepared by electron beam irradiation and their applications
Considering the imminent importance of Silica (SiO2) nanoparticles (NPs), a highly rapid and one-pot scalable approach is being reported for their preparation. Electron-beam was used to derive the formation of SiO2 NPs, while in situ functionalization was carried out by ?-Cyclodextrin (?-CD). XRD pattern of as prepared ?-CD functionalized SiO2 NPs (i.e., ?-CD@SiO2 NPs) revealed their amorphous nature, while imaging studies showed self-assembling of NPs into a porous structure. UVvisible absorption spectra showed multiple peaks at 233, 323, 390 and 455 nm, which signifies the presence of different kind of defects in the as prepared NPs. An interesting aspect of this work is tuning of the photoluminescent properties of NPs from blue to green by simply varying the absorbed dose. This could be attributed to the formation of a particular kind of defects at a proportionate absorbed dose. These defects act as emission centers (ECs) and were analysed through steady state and time-resolved emission studies. Notably, ?-CD played significant role in influencing the composition of the NPs, whilst enhancing their colloidal stability and quantum yield. The prospective applications of ?-CD@SiO2 NPs were explored in latent fingerprinting and thermosensing. 2020 Elsevier Ltd and Techna Group S.r.l. -
Defiance in the Shadows: Flames of Resilience in the Selected North Korean Memoirs
The resilient autobiography focuses on the interpersonal dynamics of life narratives, including the relationships that have exacerbated the hardships described and the ones that have provided the support and strength necessary to overcome them. The selected text for this paper is A Thousand Miles to Freedom: My Escape from North Korea by Eunsun Kim and Sebastien Falletti and In Order to Live: A North Korean Girls Journey to Freedom by Yeonmi Park and Maryanne Vollers. These two texts talk about their catastrophic journey from North Korea because of poverty caused by famine and their migration to China, where they were trafficked and subjected to humiliation and their final escape to South Korea. The memoirs depict the individual?s embodiment of resilience as they narrate their own struggles and victories in overcoming hardship. Resistance to adversity and suffering, as well as the ability to bounce back from painful experiences in one?s own life and in the lives of others, are the hallmarks of resilience. Trauma becomes ingrained in attempts for survival in both memoirs, which illustrate the catastrophic impacts of famine, relocation, and personal loss. One effective approach to enhance resilience is reorganizing and reestablishing control over one's life after a traumatic event. Interpretations and writings of the personal narrative are offered from both the subject?s and an outsider?s points of view. Thus, the life story is formed in a dual sense: autobiographically and biographically. 2024 Sciedu Press. All rights reserved. -
Deforestation, Climate Change and the Sustainability of Agriculture: A Review
This study aims to survey the literature and factual evidence on the nexus between deforestation and agriculture through an assessment of the potential impacts of climate change in the context of the world, India, and the Western Ghats. The Western Ghats region was chosen for this study because of its deep ecological significance. A few underlying themes were created and findings were documented under each theme that ranged from the causes of deforestation, the transformation of forest land for agriculture, the nexus between agriculture, deforestation and climate change, climate-driven agricultural vulnerability and the reconciliation of forest protection with agriculture. These findings suggest that shifting agriculture has been a dominant source of deforestation. The primary climatic impacts on agriculture are seen through crop yield falls. Indias arid and semiarid tropical regions have witnessed high climate-driven agricultural sensitivity. This could be on account of the fact that Indias tropical forests have witnessed high deforestation. The presence of higher tree densities in areas under Joint Forest Planning and Management in the Western Ghats create the potential for sparing remaining land areas for non-forest uses such as agriculture. 2024, Editorial office of Journal of Resources and Ecology. All rights reserved. -
Degradation of azodyes in wastewater by using hydrodynamic cavitation technique
The organic waste water discharged from various industries consists of large amounts of dyes & cyanides & other toxic carcinogenic pollutants which are harmful to human health & ecosystem. Release of carcinogenic dyes is hazardous & has a detrimental effect on the well being of an individual. The present work is focussed at finding the viability of hydrodynamic cavitations process in the degradation of dyes. To study the degradation, influence of various parameters on degradation rate has been studied. BEIESP. -
Degree of Children Influence on Parents Buying Decision Process
European Journal of Business Management Vol. 4, No. 14, pp 49-57, ISSN No. 2222-2839 -
Delayed in sensorimotor reflex ontogeny, slow physical growth, and impairments in behaviour as well as dopaminergic neuronal death in mice offspring following prenatally rotenone administration
The environment is varying day by day with the introduction of chemicals such as pesticides, most of which have not been effectively studied for their influence on a susceptible group of population involving infants and pregnant females. Rotenone is an organic pesticide used to prepare Parkinson's disease models. A lot of literature is available on the toxicity of rotenone on the adult brain, but to the best of our knowledge, effect of rotenone on prenatally exposed mice has never been investigated yet. Therefore, the recent work aims to evaluate the toxic effect of rotenone on mice, exposed prenatally. We exposed female mice to rotenone at the dose of 5mg/Kg b.w. throughout the gestational period with oral gavage. We then investigated the effects of rotenone on neonate's central nervous systems as well as on postnatal day (PD) 35 offspring. In the rotenone group, we observed slow physical growth, delays in physical milestones and sensorimotor reflex in neonates and induction of anxiety and impairment in cognitive performances of offspring at PD-35. Additionally, immunohistochemical analysis revealed a marked reduction in TH-positive neurons in substantia nigra. Histological examination of the cerebellum revealed a decrease in Purkinje neurons in the rotenone exposed group as compared to the control. The data from the study showed that prenatally exposure to rotenone affects growth, physical milestones, neuronal population and behaviour of mice when indirectly exposed to the offspring through their mother. This study could provide a great contribution to researchers to find out the molecular mechanism and participating signalling pathway behind these outcomes. 2023 International Society for Developmental Neuroscience. -
Delving into the Exchange-Traded Funds (ETFs) Market: Understanding Market Efficiency
Exchange-traded funds (ETFs) are the most popular products in the financial sector today. There is extensive literature on the multifractal analysis of some stock markets, but not about the multifractal behaviour of the ETF market. This study examines the efficiency of stock index ETFs worldwide from an Efficient Market Hypothesis (EMH) perspective, using the ETFs: Ishares Msci World ETF (URTH), Ishares Russell 1000 ETF (IWB), SPDR S&P 500 ETF TRUST (SPY), Ishares Global Clean En. ETF (ICLN), Ishares USD Green Bond ETF (BGRN), from 1 January 2021 to 24 May 2024. It analyses a pre-conflict and a geopolitical conflict to uncover distinct patterns of behaviour reflecting significant changes in market conditions. Before the conflict, the Ishares MSCI World, Ishares Russell 1000, SPDR S&P 500 and Ishares USD Green Bond ETFs showed signs of anti-persistence in returns, indicating a lack of strong relationship or predictability between short-term price movements. The Ishares Global Clean Energy ETF did not reject the random walk hypothesis, suggesting that returns follow a pattern closer to random, where market prices already efficiently reflect all available information. During the conflict, there was a transition in the ETFs' behaviour patterns, as evidenced by the increases in slope values for Ishares MSCI World, Ishares Russell 1000, SPDR S&P 500, Ishares Global Clean Energy and Ishares USD Green Bond. Thus, the possible transition from anti-persistence to long-term memories in ETF returns during the conflict. For portfolio managers, these findings highlight the need to continually adapt investment strategies to manage risks better and take advantage of opportunities in a dynamic and complex investment environment. 2024, Creative Publishing House. All rights reserved. -
Demineralization of sub-bituminous coal by fungal leaching: A structural characterization by X-ray and FTIR analysis
The filamentous fungi, A. niger, A. flavus and Penicillium spp were studied for their ability to demineralise the low rank Indian coals. The FTIR spectra of coals showed the presence of stretching vibrations of -OH bond, aliphatic -CH, -CH2 and - CH3 absorptions, C=C and -CH of aromatic structure and mineral groups. X-ray analyses revealed that coal consists of crystalline carbon of turbostratic structure. The average lateral sizes (La), stacking height (Lc) and the interlayer spacing (d002) of the crystallite structure were calculated which ranged from 343.64 to 1.5, 223.20 to 22.54 and 3.35 to 3.60respectively. The structure of coal was modified to a product similar to that of pure graphite after leaching with Penicillium spp. Scanning electron microscopy (SEM) analysis of coal revealed a layer like structure on the surface. -
Demographic characteristics influencing financial wellbeing: amultigroup analysis
Purpose: The study attempts to understand the factors impacting the financial wellbeing of IT employees in India using confirmatory factor analysis (CFA). It utilizes well-established survey instruments to assess the impact of financial literacy, financial behaviour and financial stress on financial wellbeing. The study also attempts to understand the role of demographic factors (age, gender, monthly income, job category and work experience) in determining financial wellbeing through multigroup analysis. Design/methodology/approach: Structured equation modelling (SEM) is used to study the link between the determinants. The study also attempts to understand the role of demographic factors (age, gender, monthly income, job category and work experience) in determining financial wellbeing through multigroup analysis. Data used for the analysis covers 237 employees working in the IT sector. Findings: While financial literacy and financial behaviour have a significant positive impact on financial wellbeing, financial stress has a significant negative impact. Financial behaviour and financial stress were found to have a mediating role in the relationship between financial literacy and financial wellbeing. The demographic variables significantly moderate the relationship between the factors leading to financial wellbeing. Originality/value: The results show the need for financial wellbeing programs to focus on enhancing financial knowledge and improving financial planning. Further, it suggests offering customized financial wellbeing programs based on the employee's demographic characteristics rather than following a one program, fits all approach. 2021, Emerald Publishing Limited. -
Demographic constructs and savings behavior of adult people /
Journal of Emerging Technologies And Innovative Research, Vol.6, Issue 3, pp.409-412, ISSN No: 2349-5162.