Processing, Please wait...

  • Home
  • About Us
  • Search:
  • Advanced Search

Growing Science » Tags cloud » Transfer Learning

Journals

  • IJIEC (747)
  • MSL (2643)
  • DSL (668)
  • CCL (508)
  • USCM (1092)
  • ESM (413)
  • AC (562)
  • JPM (271)
  • IJDS (912)
  • JFS (91)
  • HE (26)
  • SCI (26)

Keywords

Supply chain management(166)
Jordan(161)
Vietnam(149)
Customer satisfaction(120)
Performance(113)
Supply chain(110)
Service quality(98)
Competitive advantage(95)
Tehran Stock Exchange(94)
SMEs(87)
optimization(86)
Trust(83)
Financial performance(83)
Sustainability(81)
TOPSIS(81)
Job satisfaction(80)
Factor analysis(78)
Social media(78)
Genetic Algorithm(77)
Knowledge Management(77)


» Show all keywords

Authors

Naser Azad(82)
Mohammad Reza Iravani(64)
Zeplin Jiwa Husada Tarigan(62)
Endri Endri(45)
Muhammad Alshurideh(42)
Hotlan Siagian(39)
Jumadil Saputra(36)
Dmaithan Almajali(36)
Muhammad Turki Alshurideh(35)
Barween Al Kurdi(32)
Ahmad Makui(32)
Basrowi Basrowi(31)
Hassan Ghodrati(31)
Mohammad Khodaei Valahzaghard(30)
Sautma Ronni Basana(29)
Shankar Chakraborty(29)
Ni Nyoman Kerti Yasa(29)
Sulieman Ibraheem Shelash Al-Hawary(28)
Prasadja Ricardianto(28)
Haitham M. Alzoubi(27)


» Show all authors

Countries

Iran(2181)
Indonesia(1289)
Jordan(786)
India(786)
Vietnam(504)
Saudi Arabia(452)
Malaysia(441)
United Arab Emirates(220)
China(206)
Thailand(153)
United States(110)
Turkey(106)
Ukraine(104)
Egypt(98)
Canada(92)
Peru(88)
Pakistan(85)
United Kingdom(80)
Morocco(79)
Nigeria(78)


» Show all countries
Sort articles by: Volume | Date | Most Rates | Most Views | Reviews | Alphabet
1.

Optimizing contextual bandit hyperparameters: A dynamic transfer learning-based framework Pages 951-964 Right click to download the paper Download PDF

Authors: Farshad Seifi, Seyed Taghi Akhavan Niaki

DOI: 10.5267/j.ijiec.2024.6.003

Keywords: Hyperparameter Optimization, Contextual Bandit, Transfer Learning, Bayesian optimization

Abstract:
The stochastic contextual bandit problem, recognized for its effectiveness in navigating the classic exploration-exploitation dilemma through ongoing player-environment interactions, has found broad applications across various industries. This utility largely stems from the algorithms’ ability to accurately forecast reward functions and maintain an optimal balance between exploration and exploitation, contingent upon the precise selection and calibration of hyperparameters. However, the inherently dynamic and real-time nature of bandit environments significantly complicates hyperparameter tuning, rendering traditional offline methods inadequate. While specialized methods have been developed to overcome these challenges, they often face three primary issues: difficulty in adaptively learning hyperparameters in ever-changing environments, inability to simultaneously optimize multiple hyperparameters for complex models, and inefficiencies in data utilization and knowledge transfer from analogous tasks. To tackle these hurdles, this paper introduces an innovative transfer learning-based approach designed to harness past task knowledge for accelerated optimization and dynamically optimize multiple hyperparameters, making it well-suited for fluctuating environments. The method employs a dual Gaussian meta-model strategy—one for transfer learning and the other for assessing hyperparameters’ performance within the current task —enabling it to leverage insights from previous tasks while quickly adapting to new environmental changes. Furthermore, the framework’s meta-model-centric architecture enables simultaneous optimization of multiple hyperparameters. Experimental evaluations demonstrate that this approach markedly outperforms competing methods in scenarios with perturbations and exhibits superior performance in 70% of stationary cases while matching performance in the remaining 30%. This superiority in performance, coupled with its computational efficiency on par with existing alternatives, positions it as a superior and practical solution for optimizing hyperparameters in contextual bandit settings.
Details
  • 17
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: IJIEC | Year: 2024 | Volume: 15 | Issue: 4 | Views: 1090 | Reviews: 0

 
2.

Predicting per capita expenditure using satellite imagery and transfer learning: A case study of east Java province, Indonesia Pages 437-446 Right click to download the paper Download PDF

Authors: Heri Kuswanto, Wahidatul Wardah Al Maulidiyah, Widhianingsih Tintrim Dwi Ary, Yudistira Ashadi

DOI: 10.5267/j.ijdns.2024.8.022

Keywords: Poverty, Remote Sensing, Satellite, SVR, Transfer Learning

Abstract:
Collecting poverty data through the National Socio-Economic Survey (SUSENAS) demands significant time, costs, and human resources. To enable more efficient policy-making, predicting the poverty rate before the release of Statistics Indonesia (BPS) data is essential. This research compares day and night satellite images to predict per capita expenditure in East Java, Indonesia, which has the highest number of poor people. The satellite images are processed using a transfer learning approach that employs a pretrained Convolutional Neural Network (CNN) model with VGG-16 architecture as a feature extractor. These extracted features are then used as independent variables to predict East Java's per capita expenditure using Support Vector Regression (SVR) with RBF and polynomial kernels. The findings indicate that night images are more reliable than day images, with the best model being a combination of transfer learning and the SVR polynomial kernel using night images. The prediction mapping aligns well with the unmodeled night image, demonstrating the effectiveness of this approach in predicting per capita expenditure.
Details
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: IJDS | Year: 2025 | Volume: 9 | Issue: 3 | Views: 103 | Reviews: 0

 
3.

Employing CNN mobileNetV2 and ensemble models in classifying drones forest fire detection images Pages 297-316 Right click to download the paper Download PDF

Authors: Dima Suleiman, Ruba Obiedat, Rizik Al-Sayyed, Shadi Saleh, Wolfram Hardt, Yazan Al-Zain

DOI: 10.5267/j.ijdns.2024.10.004

Keywords: Forest fire detection, Drone imagery, MobileNetV2, Ensemble learning, DeepFire dataset, Transfer learning

Abstract:
In recent years, the adoption of advanced machine learning techniques has revolutionized approaches to solving complex problems, such as identifying occurrences of forest fires. Among these techniques, the use of Convolutional Neural Networks (CNNs) combined with ensemble methods is particularly promising. To investigate the feasibility of detecting fires using video streams from Unmanned Aerial Vehicles (UAVs), the lightweight CNN architecture MobileNetV2 was utilized for real-time detection. Several experiments were conducted on the DeepFire dataset, which comprises an equal number of images with and without fire, to evaluate MobileNetV2's performance. Notably, the architecture's linear bottlenecks and the efficient use of inverted residuals ensure high accuracy without compromising on feature extraction capabilities. For a comprehensive assessment, MobileNetV2 was benchmarked against other models, including DenseNet121, EfficientNetV2S, and VGG16. Accuracy was enhanced by averaging predictions through methods such as voting or summing results. As documented in the literature, MobileNetV2 consistently outperforms other architectures in computational efficiency and provides an excellent balance between efficiency and the quality of learned features over multiple epochs. This study underscores the suitability of MobileNetV2 for real-time applications on drones, particularly for the detection of forest fires in resource-constrained environments. The results show that MobileNetV2 achieves the highest accuracy (0.994), sensitivity (0.994), and specificity (0.998) among the tested models, with low standard deviations across all metrics. In contrast, EfficientNetV2S exhibited the lowest accuracy and sensitivity, both at 0.779, with a specificity of 0.829. The ensemble (Sum) method achieved an average accuracy of 0.989, sensitivity of 0.989, and specificity of approximately 0.988. Therefore, MobileNetV2 not only delivers the highest accuracy and stability but also demonstrates that the choice of ensemble method significantly affects the results.
Details
  • 51
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: IJDS | Year: 2025 | Volume: 9 | Issue: 2 | Views: 386 | Reviews: 0

 
4.

Employing CNN ensemble models in classifying dental caries using oral photographs Pages 1535-1550 Right click to download the paper Download PDF

Authors: Ayat AlSayyed, Abdullah Mahmoud Taqateq, Rizik Al-Sayyed, Dima Suleiman, Sarah Shukri, Esraa Alhenawi, Ayyoub Mahmoud Albsheish

DOI: 10.5267/j.ijdns.2023.8.009

Keywords: Deep convolutional neural networks, Transfer learning, Ensemble learning

Abstract:
Dental caries is arguably the most persistent dental condition that affects most people over their lives. Carious lesions are commonly diagnosed by dentists using clinical and visual examination along with oral radiographs. In many circumstances, dental caries is challenging to detect with photography and might be mistaken as shadows for various reasons, including poor photo quality. However, with the introduction of Artificial Intelligence and robotic systems in dentistry, photographs can be a helpful tool in oral epidemiological research for the assessment of dental caries prevalence among the population. It can be used particularly to create a new automated approach to calculate DMF (Decay, Missing, Filled) index score. In this paper, an autonomous diagnostic approach for detecting dental cavities in photos is developed using deep learning algorithms and ensemble methods. The proposed technique employs a set of pretrained models including Xception, VGG16, VGG19, and DenseNet121 to extract essential characteristics from photographs and to classify images as either normal or caries. Then, two ensemble learning methods, E- majority and E-sum, are employed based on majority voting and sum rule to boost the performances of the individual pretrained model. Experiments are conducted on 50 images with data augmentation for normal and caries images, the employed E-majority and E-sum achieved an accuracy score of 96% and 97%, respectively. The obtained results demonstrate the superiority of the proposed ensemble framework in the detection of caries. Furthermore, this framework is a step toward constructing a fully automated, efficient decision support system to be used in the dentistry area.
Details
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: IJDS | Year: 2023 | Volume: 7 | Issue: 4 | Views: 1211 | Reviews: 0

 
5.

A scientometrics survey of machine learning and neural network applications in breast cancer research: Insights from highly cited literature Pages 51-60 Right click to download the paper Download PDF

Authors: Babak Amiri

DOI: 10.5267/j.he.2026.1.005

Keywords: Scientometrics, Breast Cancer, Machine Learning, Deep Learning, Neural Networks, Computer-Aided Diagnosis, Medical Image Analysis, Transfer Learning, Radiomics, Precision Oncology

Abstract:
The combination of machine learning (ML) and neural networks (NN), specifically deep learning (DL), is making a big breakthrough to breast cancer studies. This scientometrics survey studies 200 highly cited publications to map the intellectual landscape and studies trends in this dynamic field. The survey discloses a dominant concentration on computer-aided diagnosis (CAD) systems using convolutional neural networks (CNNs) for the classification of breast cancer from different imaging modalities, including mammography, histopathology, ultrasound, and magnetic resonance imaging (MRI). Key survey directions identified include: (1) the development of comprehensive deep learning techniques for image-based detection and classification; (2) the application of transfer learning to resolve data scarcity; (3) the combination of multi-omics and clinical data for personalized prognosis and treatment prediction; and (4) the exploration of explainability and robustness in ML-driven clinical tools. This study synthesizes the methodological advancements, sheds light on the evolution from traditional machine learning to deep learning, and surveys the challenges associated with data heterogeneity, model interpretability, and clinical integration. By giving a structured overview of the seminal work and emerging paradigms, the study serves as a reference for graduate students and other interested parties to have a better understanding about the current state and future trajectories of AI in breast oncology.
Details
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: HE | Year: 2026 | Volume: 2 | Issue: 1 | Views: 91 | Reviews: 0

 
6.

A scientometric survey of BERT and transformer-based research: An analysis of 200 highly-cited Scopus publications Pages 57-64 Right click to download the paper Download PDF

Authors: Ayman Mahgoub

DOI: 10.5267/j.sci.2026.1.005

Keywords: BERT, Transformer Models, Scientometrics, Natural Language Processing, Pre-trained Language Models, Transfer Learning, Model Optimization, Research Trends

Abstract:
Bidirectional Encoder Representations from Transformers (BERT) has become a paradigm shift in natural language processing (NLP). This scientometric study analyzes a curated dataset of 200 highly-cited Scopus publications to map the intellectual landscape and research trajectories catalyzed by BERT and other transformer models. The study discloses a quick evolution from foundational architectural innovations and pre-training paradigms to widespread domain adaptation, rigorous model optimization for efficiency, and critical examination of model capabilities and societal effects. The literature shows BERT's role as a foundational model, successfully implemented in diverse fields such as biomedicine, education, and software engineering, while simultaneously spurring substantial research into compression, quantization, and efficient inference. A parallel and influential strand of studies emerged concentrated on “BERTology”, giving the linguistic knowledge and biases encoded within these models, and addressing ethical concerns regarding their deployment. The study synthesizes these developments, presenting how BERT not only set new performance benchmarks but also built a new paradigm for transfer learning and spurred a self-critical research community, ultimately paving the way for the present era of large language models.
Details
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5

Journal: SCI | Year: 2026 | Volume: 2 | Issue: 1 | Views: 88 | Reviews: 0

 

® 2010-2026 GrowingScience.Com