BTP Report Final 2
BTP Report Final 2
UG PROJECT
MEMBERS
Dhruvi Jain - 21095040
Neeraj Saketh Vamsi Pitla - 21095083
Vedansh Arya - 21095126
1
CERTIFICATE
This is to certify that the UG Project entitled “Machine Learning based device
model for AlGaN/GaN HEMT” submitted by Dhruvi Jain (21095040), Neeraj
Saketh Vamsi (21095083) and Vedansh Arya (21095126), to the Department of
Electronics Engineering, Indian Institute of Technology (Banaras Hindu
University) Varanasi, in partial fulfillment of the requirements for the award of
the degree “Bachelor of Technology” in Electronics Engineering is an authentic
work carried out at Department of Electronics Engineering, Indian Institute of
Technology (Banaras Hindu University) Varanasi under my supervision and
guidance on the concept vide project grant as acknowledged.
2
DECLARATION
I hereby declare that the work presented in this project titled “Machine
Learning based device model for AlGaN/GaN HEMT” is an authentic record
of our own work carried out at the Department of Electronics Engineering,
Indian Institute of Technology (Banaras Hindu University), Varanasi as
requirement for the award of degree of Bachelors of Technology in Electronics
Engineering, submitted in the Indian Institute of Technology (Banaras Hindu
University) Varanasi under the supervision of Dr. Jaya Jha, Department of
Electronics Engineering, Indian Institute of Technology (Banaras Hindu
University) Varanasi. It does not contain any part of the work, which has been
submitted for the award of any degree either in this Institute or in other
University/Deemed University without proper citation.
Vedansh
Arya
(21095126)
3
ABSTRACT
In our study, we present a novel approach utilizing machine learning (ML) for
modeling AlGaN/GaN high electron mobility transistors (HEMTs). We
conducted analyses on two distinct devices: one featuring an AL2O3 oxide layer
and the other without such a layer.We also focused on predicting the
S-parameters of devices for different frequency ranges.
For the device with the oxide layer, we focused on predicting the drain current
values at the minimum Gate to Source Length (LGS). Conversely, for the device
lacking the oxide layer, our attention was on forecasting the drain current
values at higher drain and gate voltages.
Our research holds significant promise, particularly in scenarios where
experimental characterization at elevated voltage ranges proves challenging. In
such situations, our ML-based analysis offers a rapid and resource-efficient
means of understanding device behavior. This methodology stands to greatly
benefit both in terms of computational resources and time.
Moreover, our approach introduces a cost-effective alternative to traditional
experimentation. Instead of exhaustive testing across all possible parameter
variations, we can strategically conduct experiments for select values and utilize
ML predictions to infer behavior for other configurations. This streamlined
approach not only saves valuable time but also conserves financial resources.
4
Contents
Abstract 4
1 Introduction
3 Work Done
3.1 Objectives and Methodological Approach 12
6 Bibliography 24
5
Chapter 1
INTRODUCTION
6
4. Energy Efficiency: Their high efficiency and power-handling
capabilities make them attractive for power management applications,
including power supplies, inverters, and electric vehicle systems, contributing
to energy savings and reduced environmental impact.
Our analysis using machine learning (ML) techniques can significantly enhance
the understanding and optimization of AlGaN/GaN HEMTs:
7
4. Accelerated Development: By providing rapid insights into device
behavior and performance, our analysis expedites the development cycle of
AlGaN/GaN HEMTs, allowing semiconductor manufacturers to bring
innovative products to market more quickly and cost-effectively.
8
CHAPTER 2
Detailed Literature Survey of Existing Technologies
Physics-Based Modeling:
Empirical Modeling:
Model Types :-
1. Physical models- all parameters have physical significance.
2. Empirical equivalent circuit models- based on empirical observations.
3. Table based models- based directly on the measured data.
9
2.2. Recent Researches
10
Flowchart of this work using ML-based TR approach to model the VTH.
11
CHAPTER 3
WORK DONE
3.1. Objectives and Methodological Approach
Objectives:
Our primary objective is to develop a robust predictive model for AlGaN/GaN
HEMTs using machine learning techniques. We aim to leverage Python
libraries such as Pandas and NumPy for data handling, Seaborn and Matplotlib
for exploratory data analysis (EDA), and CatBoost,ARIMA method for
predictive modeling. Our goal is to provide accurate and reliable predictions to
enhance device characterization.
Methodological Approach:
12
4. Model Training with CatBoost, XGBoost and ARIMA:
Employing the CatBoost algorithm, we trained our predictive model on the
refined dataset. During training, we observed that negative current values
negatively impacted prediction accuracy. Consequently, we implemented a
filtering mechanism to remove such anomalies, enhancing model performance.
For the s- parameters, we used the ARIMA approach with XGBoost algorithm
for predicting the s-parameter values at higher frequency values by using lower
frequency values. We used normalized data for training the model.
Comparative Analysis:
Our comparison between predicted and experimental data revealed a relatively
low margin of error. While not perfect, this suggests that our method has some
potential for practical application in industry. The modest level of error
indicates that our predictive model captures key device characteristics with
reasonable accuracy.
Practical Implications:
The findings of our analysis hint at practical benefits for the semiconductor
industry. While not groundbreaking, the ability to predict device behavior with
some degree of accuracy could offer modest cost and time savings compared to
traditional experimental testing methods. Our approach may streamline certain
aspects of device development and testing processes, albeit with some
limitations. However, further refinement and validation would be necessary
before widespread adoption in industrial settings. Nonetheless, these
preliminary results suggest a promising direction for future research and
development efforts in semiconductor characterization and optimization
13
CHAPTER 4
Device Model 1:
For Device Model 1, our dataset comprised data from 40 individual devices.
For IDS and VDS analysis For IDS and VGS analysis
14
IDS and VGS Analysis:
15
Training for Multiple Devices
16
Device Model 2:
For Device Model 2, our dataset comprised data from 4 individual devices.
17
S-Parameter predictions
As we can clearly see in that plot above, the values above 20 GHz
have a significant effect of noise in them. For this reason values till
20 GHz have been considered. Following are the plots showing
comparison between the predicted vs actual values for the training
frequency range.
18
The R2 score for the predictions of S12 and S21 were 0.84 and 0.82
respectively.
19
Similarly, for S11 and S22, we trained the model up to frequency values
of 12 GHz for both and predictions were made for frequency values up
to 20 GHz. For these two parameters, we visualized the predictions by
plotting smith charts.
The R2 score for these two predictions was found to be 0.86 and 0.84.
20
CHAPTER 5
Challenges and Conclusion
21
uncertainty is critical for assessing their reliability and making informed
decisions. Traditional validation techniques, such as cross-validation and
holdout validation, may not adequately capture the uncertainty inherent
in device modeling. Additionally, quantifying uncertainty in predictions
is challenging, especially in complex semiconductor systems where
variability and nonlinearity are prevalent.
6. Computational Resources and Scalability: Training and deploying
machine learning models for device modeling can be computationally
demanding, requiring substantial computational resources and time.
Scaling machine learning algorithms to handle large datasets and
complex models may pose challenges, particularly for researchers with
limited access to high-performance computing infrastructure.
7. Integration with Physics-Based Models: Integrating machine learning
with physics-based models to leverage the strengths of both approaches
presents technical challenges. Combining empirical data-driven insights
with physics-based principles requires careful calibration, validation,
and interpretation to ensure consistency and accuracy in device
modeling.
5.2Conclusion:-
In conclusion, our investigation showcases the transformative potential of
machine learning (ML) in modeling AlGaN/GaN HEMTs, but significant
challenges remain. Foremost among these is the constrained availability of
comprehensive and diverse datasets, limiting the scalability and robustness of
ML models. Additionally, the intricate interplay between semiconductor
physics, fabrication processes, and device performance presents complexities
that demand sophisticated modeling approaches and computational
resources.
22
Despite these obstacles, our work underscores the transformative potential of
ML in accelerating device optimization and informing future advancements in
the semiconductor industry. By surmounting these challenges through
collective endeavors, we can harness the full power of ML to drive innovation,
enhance efficiency, and unlock new opportunities in semiconductor research
and development.
23
CHAPTER 6
Bibliography
24