SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2010
Machine learning Models for classification of cushing’s syndrome using
retrospective Data
Harsha R Rao1
Dept. of MCA, Vidya Vikas Institute Of Engineering And Technology, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Treatments for Cushingsyndrome canheal your
body's cortisol levels to required healthy ratio and improve
your chances of treating the disease completely.Iftheearlier
treatment begins, there are better chances for recovery.
Accurate classification of Cushing’s Syndrome (CS) plays a
very important role in providing the early and correct
diagnosis of CS that may make the treatment and improve
patient health.
According to the algorithm/model comparisonandselection
process, we found that RF algorithm is best suitable for the
classification of CS. Also, RF-based models were developed
using training and validation (T&V) dataset with chosen
features derived from measurementsofStage-1biochemical
screening test, Stage-2 biochemical later tests, and image
findings. Trained models were tested using separate
independent dataset to show their predictive performance
on data that is not seen in a real-world environment. The
developed models were used for further analysis and
classification study of CS.
We can show that using ML approach, it is possible to
classify subjects with CS with an average accuracy of 92%
and an average F1 score of 91.5%, depending on the class
comparison strategy and also the features that we have
selected so far.
Key Words: Cushing's syndrome (CS), Cortisol levels,
Hormones, Adrenocorticotropic hormone (ACTH),
Pituitary gland.
1. INTRODUCTION
Cushing disease can show problems and mood disorders
such as anxiety, irritability, and depression. This condition
can also make effects on a person's concentration and
memory. People with Cushing disease have more likely
chance of getting high blood pressure (hypertension) and
diabetes.
Cushing’s Syndrome (CS) is a potentially lethal disorder
caused by abnormally high levels of cortisol hormone, first
described in 1912 by Harvey Cushing . Early diagnosis plays
a crucial role in reducing mortality and improving the
prognosis of this syndrome. The treatment of CS can be little
difficult, for instance, due to slowdevelopmentofsymptoms,
and due to overlap with features of metabolic syndromelike
increased blood pressure, high blood sugar, excess body fat
around the waist, and abnormal cholesterol or triglyceride
levels. Also, many of these features are common in many
people in the general population .
Diagnosis of CS is a complex process, which will require
careful and back to back interpretation of signs and
symptoms, results of multiple biochemical test
measurements, and findings of medical imaging by
physicians with a high level of specialtyandknowledgetodo
correct decisions.Variationsinaccuracyofbiochemical tests,
changes in test and decision criteria, and overlapping
characteristics of CS subtypes make it even more difficult.
Treatment of cushing’s syndrome in the modern era,there
are majorly Four reasons to make it difficult to identify
Cushing syndrome. Cushing asperger phenotype, which is
caused by the increase use of exogenous cortisone; the
confusion caused by no pathophysiological
hyperparathyroidism, which can be present with symptoms
consistent with Cushing syndrome;
2.Existing System
Excessive level of cortisol (i.e., hypercortisolism) shows
clinical features like a largeroundedface, abdominal obesity,
and reducing of muscle tissue or skin thickness. Early
diagnosis plays a crucial role in reducing mortality and
improving the prognosis of this syndrome.
The difficulty may be solved by using rough down samples
and oversampling techniques. Down sampling the
classification algorithm reduces the amount of useful
information since the dataset is already too small. It's
possible that new training dataset created with a few old
samples will bring mingle with the accuracy since they can't
implement much more changes to the dataset.
Disadvantage:
Diagnosing CS and classifying its subtypes Wants required
number of interpretation of medical testing, which is
complicated by the limited capacity and experience of
clinicians to handle more and complicated data.
Cortisol may give effects like hypertension, obesity,
metabolic syndrome or diabetes, hyperglycemia, and
osteoporosis if it is secreted in little amounts.A
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2011
asymptomatic CS, however, cannot be directly blamed for
these negative effects, since they are common in today ’s
society.
3.Proposed System
The proposed approach is suitable for use in both screening
testing stage for the diagnosis of CS, and also for the follow-
up testing stage for the identification of the cause of CS.
Based on the classification comparison technique and the
data that is selected, the suggested approachisabletodefine
CS with a classification performance of 92%.
Alternatively, the body may also produce more cortisol due
to endogenic factors. Adrenal hormones manufacturing too
much endogenous cortisol are most regularly caused by
Cushing's disease, a CS subtype.
Advantage:
Machine learning techniques are analyzed to show their
potential as clinical practice guidelines to know and
categorise CS to help in the evaluation, prognosis, and
treatment of CS.
Tumour excision: Tumors causing the condition may be
present in the pituitary, adrenal gland, lungs, or pancreas
and can be surgically removed.
Radiation therapy:If the tumour cannot be completely
removed by surgery, radiation is used to destroy the
remaining tumour cells.
One should also limit the intake of sodium (salty foods) and
fat.
4. SYSTEM DESIGN
In order to understand from a problem to a solution, the
first step in the process is to design the system. Manage to
begin the process of moving from the issue domain to the
solution making plans, the problem must be defined.
There are a few parts of the system that must be taken into
account. As a result of the research conductedinthissection,
new forms for presenting the findings will be devised.
Fig 4 : Architectural Design
4.1 Dataset Profile
The CS dataset will be having 241 samples and 11 features.
The target variable shows 3 classes of subtypes for patients
with CS and 1 class for patients without CS. The other
properties (i.e. mean, standard deviation, ratio, and counts
(n)) of the dataset features according to the type of
treatment process to be done.
4.2 Dataset Splitting and Subset Preparation
The input dataset was randomly split into T&V dataset
(n = 168, 70%) and FIT dataset (n = 73, 30%) by stratisfied
sampling knowing that ratios of classes are shown in the
newly created datasets. Due to the limited dataset size, two-
sample Kolmogorov-Smirnov (K-S) test was performed for
each feature to check whetherbothT&VandFITdatasets are
good and responsive for the same distribution.
4.3 DETAILED DESIGN:
Use Case Diagram
The use-case analysis in the Unified Modeling Language is
what's discussed and constructed in the use-case diagram,
which is a behavioural diagram (UML).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2012
Fig 4.3 Use Case Diagram
5. IMPLEMENTATION
Modular description and methodology
Cushing’s syndrome:
It is essential and important tocategoriseCushing'sdisorder
(CS) so that early and accurate diagnosis may be made,
which can lead to a good management and improved patient
outcomes.
Technique:
It is well-known that a model's prediction performance
suffers when a dataset has an imbalance of classes. Down
sampling and oversampling technologies may be used to
address this issue. Reverse sampling the majority class is
ineffective due to the short dataset.
Methodology:
In the case of little data, this might result in
misunderstanding owing toparametertuningfailuresand,as
a result, a diminished capacity to generalise the results. The
more data wegather, otherwise we'll be able to compareand
contrast imputation strategies.
5.1Clinical Performance Evaluation
The calibration curve for the ALL vs NF Model at
Stage1.Predictions are on the x-axis. The observed
proportions are on the y-axis.
Perfect case is represented by 45∘ line with a slope of 1 and
intercept of 0 on the x-axis.
Fig 5.1: Calibration curve for the ALL vs NF Model at
Stage1.
6. SYSTEM TESTING
ML algorithm comparison results indicate that most of the
compared algorithms get well estimates of predictive
performances. But still, RF algorithm is found to be the best
algorithm in overall performance according to the scores
achieved fordifferent class comparison schemesand feature
sets that we got by the implementation.
Test Cases
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2013
7. CONCLUSIONS
Despite our sample's class imbalance and the dataset's
modest size, it was proven that RF-based models could
accurately predict CS interpretation. Because the RF
algorithm can work well with short sample sizes and
unbalanced CS data and understand complicated
relationships also, as well as reduce variance, it has proven
to be a great success. Data scaling or standardisation isn't
required in advance of it.
ML approach can help improve physicians’ judgment in
diagnosing CS subtypes withlimited biochemical testswhich
are cumbersome and stressful for patients.
REFERENCES
[1] H. Cushing, The pituitary body and its disorders: clinical
states produced by disorders of the hypophysis cerebri. jB
Lippincott, 1912.
[2] A. Lacroix, R. A. Feelders, C. A. Stratakis, andL.K.Nieman,
“Cushing’s syndrome,” The Lancet, vol. 386, no. 9996, pp.
913 – 927, 2015. [Online]. Available:
http://www.sciencedirect.com/science/article/
pii/S0140673614613751
[3] L. Vilar, M. d. C. A. A. Freitas, M. Faria, R. Montenegro,L.A.
Casulari, L. Naves, and O. D. Bruno, “Pitfalls in the diagnosis
of Cushing’s syndrome,” Arquivos Brasileiros de
Endocrinologia e Metabologia, vol. 51, pp. 1207 – 1216, 11
2007. [Online]. Available:
http://www.scielo.br/scielo.php?script=sci_arttext&
pid=S0004-27302007000800006&nrm=iso
[4] R. Alwani, L. Schmit Jongbloed, F. De Jong, A.-J. van der
Lely, W. De Herder, and R. Feelders,“Differentiatingbetween
cushing’s disease and pseudo-cushing’s syndrome:
comparison of four tests,” Eur J Endocrinol, vol. 170, no. 4,
pp. 477–86, 2014.
[5] Cushing Syndrome: Treatment, Home Remedies,
Symptoms (epainassist.com)

More Related Content

Similar to Machine learning Models for classification of cushing’s syndrome using retrospective Data

IRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung RegionIRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung RegionIRJET Journal
 
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESHEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESIRJET Journal
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET Journal
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...cscpconf
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...csandit
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesIRJET Journal
 
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESIRJET Journal
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...IJDKP
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...IJDKP
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...IJDKP
 
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...IRJET Journal
 
Paper id 21201434
Paper id 21201434Paper id 21201434
Paper id 21201434IJRAT
 
Heart Disease Prediction Using Multi Feature and Hybrid Approach
Heart Disease Prediction Using Multi Feature and Hybrid ApproachHeart Disease Prediction Using Multi Feature and Hybrid Approach
Heart Disease Prediction Using Multi Feature and Hybrid ApproachIRJET Journal
 
A novel salp swarm clustering algorithm for prediction of the heart diseases
A novel salp swarm clustering algorithm for prediction of the heart diseasesA novel salp swarm clustering algorithm for prediction of the heart diseases
A novel salp swarm clustering algorithm for prediction of the heart diseasesnooriasukmaningtyas
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET Journal
 
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...IRJET Journal
 
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSHEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSIRJET Journal
 
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET Journal
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONIRJET Journal
 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationIRJET Journal
 

Similar to Machine learning Models for classification of cushing’s syndrome using retrospective Data (20)

IRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung RegionIRJET- Automatic Segmentation and Recognition of Lung Region
IRJET- Automatic Segmentation and Recognition of Lung Region
 
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUESHEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
HEART DISEASE PREDICTION USING MACHINE LEARNING TECHNIQUES
 
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
IRJET - Survey on Chronic Kidney Disease Prediction System with Feature Selec...
 
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
Discovering Abnormal Patches and Transformations of Diabetics Retinopathy in ...
 
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
DISCOVERING ABNORMAL PATCHES AND TRANSFORMATIONS OF DIABETICS RETINOPATHY IN ...
 
Heart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning TechniquesHeart Disease Prediction Using Machine Learning Techniques
Heart Disease Prediction Using Machine Learning Techniques
 
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUESDETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
DETECTION OF LIVER INFECTION USING MACHINE LEARNING TECHNIQUES
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
 
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
THE APPLICATION OF EXTENSIVE FEATURE EXTRACTION AS A COST STRATEGY IN CLINICA...
 
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...
A REVIEW ON THE PREDICTION OF CONGENITAL HEART DISEASE USING DEEP LEARNING AN...
 
Paper id 21201434
Paper id 21201434Paper id 21201434
Paper id 21201434
 
Heart Disease Prediction Using Multi Feature and Hybrid Approach
Heart Disease Prediction Using Multi Feature and Hybrid ApproachHeart Disease Prediction Using Multi Feature and Hybrid Approach
Heart Disease Prediction Using Multi Feature and Hybrid Approach
 
A novel salp swarm clustering algorithm for prediction of the heart diseases
A novel salp swarm clustering algorithm for prediction of the heart diseasesA novel salp swarm clustering algorithm for prediction of the heart diseases
A novel salp swarm clustering algorithm for prediction of the heart diseases
 
IRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine LearningIRJET- Diabetes Prediction using Machine Learning
IRJET- Diabetes Prediction using Machine Learning
 
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...
AN EFFECTIVE PREDICTION OF CHRONIC KIDENY DISEASE USING DATA MINING CLASSIFIE...
 
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMSHEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
HEART DISEASE PREDICTION RANDOM FOREST ALGORITHMS
 
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
IRJET - Deep Multiple Instance Learning for Automatic Detection of Diabetic R...
 
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSIONPREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
PREDICTION OF HEART DISEASE USING LOGISTIC REGRESSION
 
Detection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM ClassificationDetection of Lung Cancer using SVM Classification
Detection of Lung Cancer using SVM Classification
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

Machine learning Models for classification of cushing’s syndrome using retrospective Data

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2010 Machine learning Models for classification of cushing’s syndrome using retrospective Data Harsha R Rao1 Dept. of MCA, Vidya Vikas Institute Of Engineering And Technology, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Treatments for Cushingsyndrome canheal your body's cortisol levels to required healthy ratio and improve your chances of treating the disease completely.Iftheearlier treatment begins, there are better chances for recovery. Accurate classification of Cushing’s Syndrome (CS) plays a very important role in providing the early and correct diagnosis of CS that may make the treatment and improve patient health. According to the algorithm/model comparisonandselection process, we found that RF algorithm is best suitable for the classification of CS. Also, RF-based models were developed using training and validation (T&V) dataset with chosen features derived from measurementsofStage-1biochemical screening test, Stage-2 biochemical later tests, and image findings. Trained models were tested using separate independent dataset to show their predictive performance on data that is not seen in a real-world environment. The developed models were used for further analysis and classification study of CS. We can show that using ML approach, it is possible to classify subjects with CS with an average accuracy of 92% and an average F1 score of 91.5%, depending on the class comparison strategy and also the features that we have selected so far. Key Words: Cushing's syndrome (CS), Cortisol levels, Hormones, Adrenocorticotropic hormone (ACTH), Pituitary gland. 1. INTRODUCTION Cushing disease can show problems and mood disorders such as anxiety, irritability, and depression. This condition can also make effects on a person's concentration and memory. People with Cushing disease have more likely chance of getting high blood pressure (hypertension) and diabetes. Cushing’s Syndrome (CS) is a potentially lethal disorder caused by abnormally high levels of cortisol hormone, first described in 1912 by Harvey Cushing . Early diagnosis plays a crucial role in reducing mortality and improving the prognosis of this syndrome. The treatment of CS can be little difficult, for instance, due to slowdevelopmentofsymptoms, and due to overlap with features of metabolic syndromelike increased blood pressure, high blood sugar, excess body fat around the waist, and abnormal cholesterol or triglyceride levels. Also, many of these features are common in many people in the general population . Diagnosis of CS is a complex process, which will require careful and back to back interpretation of signs and symptoms, results of multiple biochemical test measurements, and findings of medical imaging by physicians with a high level of specialtyandknowledgetodo correct decisions.Variationsinaccuracyofbiochemical tests, changes in test and decision criteria, and overlapping characteristics of CS subtypes make it even more difficult. Treatment of cushing’s syndrome in the modern era,there are majorly Four reasons to make it difficult to identify Cushing syndrome. Cushing asperger phenotype, which is caused by the increase use of exogenous cortisone; the confusion caused by no pathophysiological hyperparathyroidism, which can be present with symptoms consistent with Cushing syndrome; 2.Existing System Excessive level of cortisol (i.e., hypercortisolism) shows clinical features like a largeroundedface, abdominal obesity, and reducing of muscle tissue or skin thickness. Early diagnosis plays a crucial role in reducing mortality and improving the prognosis of this syndrome. The difficulty may be solved by using rough down samples and oversampling techniques. Down sampling the classification algorithm reduces the amount of useful information since the dataset is already too small. It's possible that new training dataset created with a few old samples will bring mingle with the accuracy since they can't implement much more changes to the dataset. Disadvantage: Diagnosing CS and classifying its subtypes Wants required number of interpretation of medical testing, which is complicated by the limited capacity and experience of clinicians to handle more and complicated data. Cortisol may give effects like hypertension, obesity, metabolic syndrome or diabetes, hyperglycemia, and osteoporosis if it is secreted in little amounts.A
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2011 asymptomatic CS, however, cannot be directly blamed for these negative effects, since they are common in today ’s society. 3.Proposed System The proposed approach is suitable for use in both screening testing stage for the diagnosis of CS, and also for the follow- up testing stage for the identification of the cause of CS. Based on the classification comparison technique and the data that is selected, the suggested approachisabletodefine CS with a classification performance of 92%. Alternatively, the body may also produce more cortisol due to endogenic factors. Adrenal hormones manufacturing too much endogenous cortisol are most regularly caused by Cushing's disease, a CS subtype. Advantage: Machine learning techniques are analyzed to show their potential as clinical practice guidelines to know and categorise CS to help in the evaluation, prognosis, and treatment of CS. Tumour excision: Tumors causing the condition may be present in the pituitary, adrenal gland, lungs, or pancreas and can be surgically removed. Radiation therapy:If the tumour cannot be completely removed by surgery, radiation is used to destroy the remaining tumour cells. One should also limit the intake of sodium (salty foods) and fat. 4. SYSTEM DESIGN In order to understand from a problem to a solution, the first step in the process is to design the system. Manage to begin the process of moving from the issue domain to the solution making plans, the problem must be defined. There are a few parts of the system that must be taken into account. As a result of the research conductedinthissection, new forms for presenting the findings will be devised. Fig 4 : Architectural Design 4.1 Dataset Profile The CS dataset will be having 241 samples and 11 features. The target variable shows 3 classes of subtypes for patients with CS and 1 class for patients without CS. The other properties (i.e. mean, standard deviation, ratio, and counts (n)) of the dataset features according to the type of treatment process to be done. 4.2 Dataset Splitting and Subset Preparation The input dataset was randomly split into T&V dataset (n = 168, 70%) and FIT dataset (n = 73, 30%) by stratisfied sampling knowing that ratios of classes are shown in the newly created datasets. Due to the limited dataset size, two- sample Kolmogorov-Smirnov (K-S) test was performed for each feature to check whetherbothT&VandFITdatasets are good and responsive for the same distribution. 4.3 DETAILED DESIGN: Use Case Diagram The use-case analysis in the Unified Modeling Language is what's discussed and constructed in the use-case diagram, which is a behavioural diagram (UML).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2012 Fig 4.3 Use Case Diagram 5. IMPLEMENTATION Modular description and methodology Cushing’s syndrome: It is essential and important tocategoriseCushing'sdisorder (CS) so that early and accurate diagnosis may be made, which can lead to a good management and improved patient outcomes. Technique: It is well-known that a model's prediction performance suffers when a dataset has an imbalance of classes. Down sampling and oversampling technologies may be used to address this issue. Reverse sampling the majority class is ineffective due to the short dataset. Methodology: In the case of little data, this might result in misunderstanding owing toparametertuningfailuresand,as a result, a diminished capacity to generalise the results. The more data wegather, otherwise we'll be able to compareand contrast imputation strategies. 5.1Clinical Performance Evaluation The calibration curve for the ALL vs NF Model at Stage1.Predictions are on the x-axis. The observed proportions are on the y-axis. Perfect case is represented by 45∘ line with a slope of 1 and intercept of 0 on the x-axis. Fig 5.1: Calibration curve for the ALL vs NF Model at Stage1. 6. SYSTEM TESTING ML algorithm comparison results indicate that most of the compared algorithms get well estimates of predictive performances. But still, RF algorithm is found to be the best algorithm in overall performance according to the scores achieved fordifferent class comparison schemesand feature sets that we got by the implementation. Test Cases
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2013 7. CONCLUSIONS Despite our sample's class imbalance and the dataset's modest size, it was proven that RF-based models could accurately predict CS interpretation. Because the RF algorithm can work well with short sample sizes and unbalanced CS data and understand complicated relationships also, as well as reduce variance, it has proven to be a great success. Data scaling or standardisation isn't required in advance of it. ML approach can help improve physicians’ judgment in diagnosing CS subtypes withlimited biochemical testswhich are cumbersome and stressful for patients. REFERENCES [1] H. Cushing, The pituitary body and its disorders: clinical states produced by disorders of the hypophysis cerebri. jB Lippincott, 1912. [2] A. Lacroix, R. A. Feelders, C. A. Stratakis, andL.K.Nieman, “Cushing’s syndrome,” The Lancet, vol. 386, no. 9996, pp. 913 – 927, 2015. [Online]. Available: http://www.sciencedirect.com/science/article/ pii/S0140673614613751 [3] L. Vilar, M. d. C. A. A. Freitas, M. Faria, R. Montenegro,L.A. Casulari, L. Naves, and O. D. Bruno, “Pitfalls in the diagnosis of Cushing’s syndrome,” Arquivos Brasileiros de Endocrinologia e Metabologia, vol. 51, pp. 1207 – 1216, 11 2007. [Online]. Available: http://www.scielo.br/scielo.php?script=sci_arttext& pid=S0004-27302007000800006&nrm=iso [4] R. Alwani, L. Schmit Jongbloed, F. De Jong, A.-J. van der Lely, W. De Herder, and R. Feelders,“Differentiatingbetween cushing’s disease and pseudo-cushing’s syndrome: comparison of four tests,” Eur J Endocrinol, vol. 170, no. 4, pp. 477–86, 2014. [5] Cushing Syndrome: Treatment, Home Remedies, Symptoms (epainassist.com)