Browse Items (16481 total)
Sort by:
-
JRHDLSI: An Approach Towards Job Recommendation Hybridizing Deep Learning and Semantic Intelligence
The requirement of the job for people and employees for employers are al-ways in demand. This is due to the lack of proper infrastructure to reduce the unmatching job application for employers and inappropriate job recommendations for people. This chapter proposes a strategic framework with machine learning and knowledge integration to increase accuracy in the provided recommendations and increase the chance of getting a job offer. The usage of'user's search data intends job recommended more in liking of the users, and the machine learning helps in finding the accurate job recommendation. The machine learning technique used here is Radial Basis Function Neural Net-work for the classification and Knowledge Integrated using Analysis of Variance - Web Point Wise Mutual Information and Kullback Leibler (KL) divergence. All the job providers ads are retrieved from the top websites using beautiful soup. The proposed JRHDLSI architecture achieved an accuracy of 94.99% which outperformed the baseline models and was much superior. 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0) -
ATRSI: Automatic Tag Recommendation for Videos Encompassing Semantic Intelligence
There is a requirement for an automatic semantic-oriented framework for Web video tagging in the epoch of Web 3.0, as Web 3.0 is much denser, intelligent, but more cohesive compared to Web 2.0. This paper proposes the ATRSI framework which is the Automatic Tag Recommender framework which encompasses the semantic-oriented Artificial Intelligence that outgrows the dataset by making the use of informative terms using TF-IDF and bag of words model to build the intermediate semantic network which is further organized using an Lin similarity measure and is optimized using red deer optimization by encompassing the entities from the World Wide Web to focused crawling. RNN is a classifier that is used for the classification of the dataset, it is a strong deep-learning classifier. Semantic-oriented Intelligence is achieved using the CoSim rank and Morisita's overlap index. The bag of lightweight graphs is obtained from the semantic network which is an intermediate knowledge representation mechanism that is further embedded in the intrinsic model. A semantically consistent system for video recommendation, ATRSI outperforms the other baseline models in terms of average accuracy, average precision and F-measure for a variety of recommendations. 2024 IEEE. -
Descriptive Answer Evaluation using NLP Processes Integrated with Strategically Constructed Semantic Skill Ontologies
The world is moving towards an online methodology of education. One of the key challenges is the assessment of questions which do not have a definite answer and have several correct answers. To solve this problem, and for quality evaluation of descriptive answers online, an automatic evaluation methodology is proposed in this work. A language model is modelled from the expected answer key, and entity graphs are generated from the ontology modelled using the input answer to be evaluated. Natural Language Processing (NLP) techniques like Stemming, Summarization, and Polarity Analysis are integrated in this work with Ontologies for the efficient evaluation of descriptive answers. Several challenges which come across evaluating descriptive answers are discussed in this chapter, and they have been solved in order to obtain a dynamic and robust evaluating system. Finally, the system is evaluated using a user-feedback methodology comprising a panel of 100 students and 100 professors. 2022 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0) -
An intelligent inventive system for personalised webpage recommendation based on ontology semantics
Owing to the information diversity in the web and its dynamically changing contents, extraction of relevant information from the web is a huge challenge. With the World Wide Web transforming into a more organised semantic web, the incorporation of semantic techniques to retrieve relevant information is highly necessary. In this paper, a dynamic ontology alignment technique for recommending relevant webpages is proposed. The strategy focuses on knowledge tree construction by computing the semantic similarity between the query terms as well as the ontological entities. Furthermore, the semantic similarity is again computed between nodes of the constructed knowledge tree and URLs in the URL repository to recommend relevant webpages. The dynamic ontology alignment by computing their respective semantic similarity constitutes Ontology Semantics. Personalisation is achieved by prioritisation of webpages by content-based analysis of the users web usage data. An overall accuracy of 87.73% is achieved by the proposed approach. Copyright 2019 Inderscience Enterprises Ltd. -
Hereditary factor-based multi-featured algorithm for early diabetes detection using machine learning
Today's advent in the medical industry have given numerous chances to improve the quality of detection and reporting the diseases at the early stages for a better diagnosis. Modern day datasets generate fruitful information for timely and periodic monitoring of patients' health conditions. Such information is hidden to a naked eye or hidden in multiple track records of highly affected population. Diabetes mellitus is one such disease which is predominant among a global population which ultimately leads to blindness and death in some cases. The model proposed in this system attempts to design and deliver an intelligent solution for predicting diabetes in the early stages and address the problem of late detection and diagnosis. Intensive research is carried out in many tropical countries for automating this process through a machine learning model. The accuracy of machine learning algorithms is more than satisfactory in the detection of Type 2 diabetes from the dataset of PIMA Indians Diabetes Dataset. An additional feature of hereditary factor is implemented to the existing multiple objective fuzzy classifiers. The proposed model has improved the accuracy to 83% in the training and tested datasets when compared to NGSA model of prediction. 2022 Scrivener Publishing LLC. -
Performance Analysis of Deep Learning Pretrained Image Classifiation Models
Convolutional Neural Networks (CNNs) is revolutionized in the field of computer vision, with the high accuracy and capability to learn features from raw data. In this research work focused on a comparative analysis of two popular CNN architectures, VGG16 and VGG19. The CIFAR dataset consists of 60,000 images, each with a resolution of 32x32 and it's belong to one of the 10 classes. Experimental results are compared with VGG16 and VGG19 in terms of their accuracy and training time, and to identify any differences in their ability to learn features from the CIFAR-10 dataset. The results of this research can aid in directing the choice of appropriate architectures for image classification tasks as well as the advantages of optimisation strategies for enhancing the efficiency of deep learning models. In order to enhance the performance of these structures, more optimisation methods and datasets may be investigated in subsequent research. 2023 IEEE. -
A Comparative Analysis of L1, L2, and L1L2 Regularization Techniques in Neural Networks for Image Classification
The research examines how L1, L2, and L1L2 weight regularization methods affect neural network performance, generalization, and sparsity using the CIFAR 10 dataset. A Convolutional Neural Network (CNN) trained with the same environment for each regularization method to evaluate test accuracy, weight sparsity, and computational speed. The study shows that L1 regularization produces sparse weights, which makes models more interpretable, and L2 regularization helps prevent overfitting while improving model generalization. The combination of L1L2 regularization enables individual image classification methods to reach test accuracy. The results indicate that the weight regularization plays a vital role in creating neural networks that are both stable and efficient. They are interpretable, and L2 regularization improves generalization and reduces overfitting. The combined L1L2 regularization achieves the balance between sparsity and performance, leading to higher test accuracy compared to individual techniques for image classification. The research results demonstrate that weight regularization stands as an essential factor for Creating Neural Networks that are robust, efficient, and interpretable, thus helping to enhance Deep Learning model performance. 2025 Seventh Sense Research Group. -
Enhancing Image Classification Performance through Hybrid Self-Supervised Learning Strategies
Image classification is a cornerstone of computer vision, with the applications spanning healthcare, autonomous driving and security. The dependence on large labeled datasets for supervised learning poses significant challenges, particularly in specialized fields where the labeled data is scarce and expensive to obtain. Self-supervised learning (SSL) has emerged as a promising paradigm, enabling models to learn useful representations from unlabelled data by designing pretext tasks that generate pseudo-labels. SSL faces limitations in handling complex data distributions and achieving robust generalization. This paper explores hybrid self-supervised learning strategies that combine multiple SSL techniques, such as contrastive learning, masked image modeling, and clustering, to enhance image classification performance and reduce dependence on labeled data. This study proposes a comprehensive framework that integrates data augmentation, feature extraction, and hybrid learning mechanisms, evaluated on the CIFAR-100 dataset. The experimental results demonstrate that hybrid SSL approaches achieve significant improvements in performance. The combination of SimCLR and masked image modeling (MAE) achieves a Top-1 accuracy of 77.8% on the clean test set and 71.4% on the domain-shifted set, and self-distillation with contrastive learning (DINO) achieves the highest Top-1 accuracy of 78.4% on the clean test set and 72.1% on the domain-shifted set. Advanced data augmentation techniques, such as CutMix and RandAugment, additionally enhance model robustness, with SwAV (contrastive clustering) achieving 76.5% Top-1 accuracy on the clean test set and 70.1% on the domain-shifted set. The findings highlight the effectiveness of hybrid SSL methods in addressing the challenges of limited labelled data, offering valuable insights for future research and applications in image classification. 2025 Seventh Sense Research Group. -
The Establishment of Quantum Networks
The establishment of quantum networks marks an important revolution in quantum information science. This chapter delivers an exploration of the basics, building blocks, architecture, challenges, and future directions of quantum networks. The chapter starts with an introduction to quantum networks, the importance of quantum networks, and potential applications. Quantum networks influence the principles of quantum mechanics, including quantum entanglement and superposition, to facilitate secure communication, quantum computing, and quantum key distribution. The objective and scope of the chapter are defined, providing the first step for a comprehensive analysis. Essential concepts in quantum information science are conferred in the second section. Readers are familiarized to quantum mechanics and its significance to quantum networks. The quantum entanglement and superposition are explained, as they form the basis for several quantum message protocols. Quantum computing and quantum key distribution are the integral components of quantum networks and are also explored. The building blocks of quantum networks are covered in the next section. The Quantum hardware including quantum bits, quantum gates, and quantum processors is also discussed. The purpose of quantum communication channels, such as quantum optical fibers, quantum links, and satellite-based quantum communication, is inspected. These components are essential for transmitting as well as processing quantum information reliably and efficiently. The architecture of quantum networks is detailed in the subsequent section. Various network topologies, ranging from point-to-point connections to quantum indigenous area networks, quantum metropolitan area networks, and quantum wide area networks, are explored in this section. The functions of quantum network nodes and the use of quantum repeaters, quantum switches, and quantum memories are explained. Furthermore, quantum network protocols, including quantum teleportation, routing and switching, error correction, and key distribution, are discussed in detail. The establishment of quantum networks presents a number of challenges, which are addressed in the fifth section. Quantum noise, essential obstacles to quantum communication, are studied. Approaches for quantum error correction are explored. The considerations for network scalability, security, synchronization, management, and monitoring are also discussed. Solutions to these challenges are essential for the effective deployment of quantum networks. The current state of quantum network progress is presented in the sixth section. Investigational quantum networks and real-world implementations are also discussed. Case studies and success stories highlight the practical applications and potential impact of quantum networks. Future directions and emerging trends in quantum networks are outlined in the seventh section. Exploration includes the interoperability of quantum networks, the expansion of a global quantum internet, the development of quantum networks worldwide, quantum cloud computing, quantum sensor networks, and the incorporation of quantum machine learning into network operations. These improvements have the potential to reshape industries and scientific fields, providing a concrete path for transformative technologies. In conclusion, this chapter delivers an outline of the establishment of quantum networks. It covers the fundamentals, building blocks, architecture, challenges, and future directions of quantum networks. By investigating into these topics, this chapter aims to encourage researchers and engineers to explore the enormous opportunities presented by quantum networks and contribute to their improvement and realization. 2025 Scrivener Publishing LLC.. -
A data-driven approach to predicting breast cancer recurrence with hybrid machine learning models
Breast cancer recurrence is one of the most significant medical concern, and accurate recurrence models can assist in early intervention and treatment planning. Breast cancer recurrent remains as one of the most critical concern for patients prognosis and treatment planning. Accuracy Predicting individual recurrence risk is crucial for the development of precise therapy, specialy for those patients with high-risk profiles. In the study proposes a hybrid machine learning approach that uses the computational modeling and the medical information to predict the recurrence of breast cancer in a patient. The dataset contains the medical and patient information like the age, tumor size, lymph node involvement, malignancy degree, location, irradiation status and recurrence class. This proposed approach begins with the process of data processing, handling the missing data values, features normalization and encoding of categorical variable into numerical format. The dataset is divided into two parts the training set and the testing set and the two selected models random forest and logistic regression models are trained independently. The predictions form both the model is stacked and a logistic regression meta-model is trained on these combined predictions. The evaluation of the model was conducted using the metrics such as accuracy, precision, recall, and F1 score. The designed hybrid model was able to achieve the accuracy of 97.66% with the precision, recall and F1 score all reaching around 98.15%. This study highlights the potential of hybrid machine learning techniques, improving the accuracy and reliability of machine learning models for breast cancer recurrence prediction. This development model can serve as a valuable tool for the medical industry to support decision making and assist in personalized treatment decisions, offering early detection of recurrence. This can enhance the treatment of a patient by supporting early detection and patients outcomes through targeted therapy. Copyright 2026 Techno-Press -
Adversarial networks in image generation: A detailed approach to manage datasets and to analyze discriminator and generator losses using GANs
Image production has been transformed by generative adversarial networks (GANs), which have made unprecedented realism and diversity possible. Still, there are significant hurdles in managing datasetsdatasets managing and analyzing lossesloss analysis. This book chapter focusses on dataset administration and loss analysis, while providing a thorough method for using adversarial networks for image production. A thorough approach for selecting and preparing datasets, while maintaining optimal GAN performance is put forth by researchers. The proposed research approach enables the effective training of GANs, resulting in high-quality image generationhigh-quality image generation. Experimental results demonstrate the efficacy of the current method, showcasing improved image realism and diversity. The suggested strategy also presents a fresh way to examine discriminator and generator lossesgenerator losses, offering new perspectives on the convergence and stability of GANs. This study advances the field of GAN-based image productionGAN-based image production and offers professionals and academics who wish to use adversarial networks a priceless tool. 2026 Walter de Gruyter GmbH, Berlin/Boston, Genthiner Stra 13, 10785 Berlin. -
Investigating the Role of Intelligent HR Systems in Enhancing the Relationship Between Employee Engagement and Performance: A Computational Perspective for Economic Development
This study examines the impact of Human Capital Management Practices (HCMPs), specifically employment opportunities, training, and rewards, on employee performance. Work engagement is a mediating component in this analysis. The results indicate that HCMPs enhance employee performance by increasing work engagement. This demonstrates the strategic role that HR plays in developing a motivated workforce that propels business success. Engaging employees is essential for every business to succeed in providing its clients with high-quality services; engaged employees treat customers royally and talk about the success of their organization. According to research, engaged workers are 87% less likely to quit than disengaged ones. They tend to maintain regular attendance without absenteeism, treat their work with care, and contribute to the business's growth. As a result, they are often rewarded for their dedication and commitment. The manager must communicate with employees, listen to their concerns, and reward them for improved work. Employee engagement, on the other hand, improves performance and helps the company expand. It is bothering because employees who are less engaged are more likely to leave than those who are more engaged. When workers are engaged, they work hard, do better at their jobs, and stick with the company for years. To measure the level of engagement, research indicates that companies with poor employee engagement experienced an average operational income decrease of almost 32%, created a foundation for engagement to occur easily, set goals and tracked employee engagement, and encouraged continued high engagement levels with routine public recognition for employees who are engaged. The primary task is to break the culture of dependency on leaders and develop teamwork with visibility to accountability and engagement. This empowers employees to solve their issues and provides opportunities for coaching and mentoring. High employee engagement results in high organizational performance. The Research Publication. -
Concernment of Feature Selection Using Classification Algorithms and Developing the Web Frame for Breast Cancer Prediction
Breast cancer is invasive cancer and it is the most common cancer diagnosed in women. The survival rate of breast cancer patients is increasing due to timely detection, better empathy about the disease, and new tailored approach for the treatment. Even hormonal imbalance, environmental factors, gene mutation, and lifestyle are also the reasons for breast cancer. Stages of breast cancer majorly depend on the size of the tumor as well as the spreading of cancer to the lymph nodes. An instinctive disease detection system and computer-aided diagnosis will help the medical practitioners in early prediction of breast cancer using machine learning algorithms. In this paper, Random Forest for ranking the features by assigning the weights and selection of features using support vector machine and Nae Bayes are used. The Breast Cancer Wisconsin Dataset from the UCI Repository has been taken for examination purposes. Features selected from support vector machine and Naive Bayes have been tested by using seven different classifiers: logistic regression, random forest, K-nearest neighbor, support vector classifier, linear support vector classifier, Gaussian Naive Bayes, and decision tree. Based on the experimental results with 7030 and 8020 splits, 7030 is obtained with the best accuracy. Support vector machine with 12 features resulted in an accuracy of 97.66% and Nae Bayes with 17 features resulted in an accuracy of 96.49% with the improved results as compared to without feature selection. As support vector machine resulted with best accuracy with 12 features, by using these 12 features, web application for the prediction of breast cancer has been developed using Web framework using Python Flask, PyCharm IDE, and the instance has been executed virtually in the Amazon EC2 cloud Platform. The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2025. -
The influence of social environment on children of a commercial sex worker
The case study aims to understand the influence of social environment on the course of life of children of a commercial sex worker. The participants of the study were two sons of a commercial sex worker who grew up in different environments. The older sibling who is 19 years of age (case 1) lives with his mother, whereas the younger sibling who is 17 years of age (case 2) lives in a hostel distant from everyday influence of a brothel. The study adopts multiple case study design and in-depth interviews were conducted to gather data. The obtained data were subjected to thematic analysis. Each case was analyzed individually, and then cross comparison of the themes derived was carried out. The themes derived on analyzing case 1 were social categorization, mercenary activity, substance aficionado, complacency in life, and compliance with life while the themes derived on analyzing case 2 were disgust toward commercial sex work, feeling of precariousness, antipathy toward home environment, irrational thoughts and anticipation of a better future. The only overlapping issue that emerged in both cases was being protective about their mother. It was concluded that environmental variance contributes to the difference in experience and perception of the situation and society. Indian Journal of Social Psychiatry. All Rights Reserved. -
Exploratory Architectures Analysis of Various Pre-trained Image Classification Models for Deep Learning
The image classification is one of the significant applications in the area of Deep Learning (DL) with respective to various sectors. Different types of neural network architectures are available to perform the image classification and each of which produces the different accuracy. The dataset and the features used are influence the outcome of the model. The research community is working towards the generalized model at least to the domain specific. On this gesture the contemporary survey of various Deep Learning models is identified using knowledge information management methods to move further to provide optimal architecture and also to generalized Deep Learning model to classify images narrow down to the sector specific. The study systematically presents the different types of architecture, its variants, layers and parameters used for each version of Deep Learning model. Domain specific applications and limitations of the type of architecture are detailed. It helps the researchers to select appropriate Deep Learning architecture for specific sector. 2024 by the authors. -
Deep Belief Network-Based User and Entity Behavior Analytics (UEBA) for Web Applications
Machine learning (ML) is currently a crucial tool in the field of cyber security. Through the identification of patterns, the mapping of cybercrime in real time, and the execution of in-depth penetration tests, ML is able to counter cyber threats and strengthen security infrastructure. Security in any organization depends on monitoring and analyzing user actions and behaviors. Due to the fact that it frequently avoids security precautions and does not trigger any alerts or flags, it is much more challenging to detect than traditional malicious network activity. ML is an important and rapidly developing anomaly detection field in order to protect user security and privacy, a wide range of applications, including various social media platforms, have incorporated cutting-edge techniques to detect anomalies. A social network is a platform where various social groups can interact, express themselves, and share pertinent content. By spreading propaganda, unwelcome messages, false information, fake news, and rumours, as well as by posting harmful links, this social network also encourages deviant behavior. In this research, we introduce Deep Belief Network (DBN) with Triple DES, a hybrid approach to anomaly detection in unbalanced classification. The results show that the DBN-TDES model can typically detect anomalous user behaviors that other models in anomaly detection cannot. 2024 World Scientific Publishing Company. -
Specialized CNN Architectures for Enhanced Image Classification Performance
Image classification is one of the important tasks in computer vision, with a greater number of applications from facial recognition, medical imaging, object recognition and many more. Convolutional Neural Networks (CNNs) have developed as the foundation for image all classification tasks, showcasing the capacity to learn the hierarchical features automatically. In this study proposed three custom CNN models and its comprehensive analysis for the image classification tasks. The models are evaluated using CIFAR-10 dataset to assess the performance and efficiency. The experimental results shows that the proposed custom CNN Model-3 performance is better than the other two models. Our findings demonstrate that Model 3, featuring with the global average pooling, achieves the highest overall accuracy of 94 % with competitive computational efficiency. This suggests that global average pooling is the valuable technique for balanced and accurate image classification. 2024 IEEE. -
Comparative Analysis of Different Machine Learning Prediction Models for Seasonal Rainfall and Crop Production in Cultivation
Agriculture is one of the strengths of India, from the last few years, gradually the agriculture growth is going downwards in other side the population growth is upwards. Reason for agricultural downward growth depends on so many parameters. The rainfall is one of the main parameters which affects the crop yield. Because of this, the farmers are also facing the loss. If they know this information in prior, the farmers can plan accordingly the type of crop suited for the particular season and it helps the farmer to get good profit out of it. Machine learning scientific and statistical methods are used for predicting the rain fall and crop yield. Kharif and Rabi are two seasons taken for analysis. The regressor predicting models are constructed to predict the seasonal rainfall and crop yield. This study primarily focuses on seasonal crop production prediction, which is dependent on rainfall. The different types of machine learning regression method are used to achieve better results. The performance of comparison models is evaluated using different metrics. Finally, the linear regression and Bayesian linear regression models comparatively produce the best result in terms of accuracy for rainfall prediction. The boosted decision tree regression model is achieving the better result for crop prediction. 2023, The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. -
Feature Extraction for Collaborative Filtering: A Genetic Programming Approach
International Journal of Computer Science Issues, Vol. 9, Issue, 5, No. 1, pp. 348-354, ISSN No. 1694-0814
