SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1695
BIG DATA AND BAYES THEOREM USED ANALYZE THE STUDENT’S
PERFORMANCE IN EDUCATIONAL AND LEARNING FRAMEWORK
N.NASURUDEEN AHAMED1, S.SARANYA DEVI2, D. SAVITHA3
1Assistant Professor, Dept of computer science engineering, Vivekanandha College of Engineering for Women,
Tamilnadu, India
2,3U.G Scholar, Dept of computer science engineering, Vivekanandha College of engineering for women,
Tamilnadu, India
------------------------------------------------------------------------***-------------------------------------------------------------------------
Abstract - The paper presents a brief introduction to big data
and its role in educational and learning applications. It is
pragmatic that the use of big dataarchitectureandtechniques
are continuously support in managingthe speedydatagrowth
in educational industry. Here, initiallyanexperimentalstudyis
performed to analyze the role of big data in educational
industry. It has been observed that important work has been
done using big data in educational and learning. Nowadays, it
is involved the based mathematics that has been increasingly
used in artificial intelligence applications of computer science
is “probability based decision making.” The decision making
(if, if-else, switch-case) based upon randomly generated
numerical values. At the university and applied level we see
decisions being made based upon more sophisticated criteria.
A major part of this work is predicated upon knowledge of
Bayes’ Theorem. Here, a novel design of analyze the student’s
performance like to cross checkingtheirassignmentsusing the
bayes theorem and its advanced mechanism to proposed to
handle the big data of educational industry involving
“probability based decision making.”
Key Words: Bayes Theorem, Decision Making,
Classification, Supervised Learning, Regression.
1. INTRODUCTION
Today, big data refers to the voluminousandcomplexamount
of data collected from sources like web, enterprise
applications, mobile devices and digital repositories which
cannot be easily managed by using traditional tools. Big data
is not only about the large data size; rather, it is an act of
storing and managing data for eventual analysis. As the
humans are getting digitized, therefore, the computing
embroils data with greater variety, volume and velocity. The
significance of 3V’s is briefly mentioned below: - Volume: Big
data analyze comparatively a huge quantity of data such as in
terabytes. Variety: Big data incorporates data from distinct
sources that appears in numerous formatssuch asstructured,
unstructured, multifactor, and probabilistic. Velocity: Big
data handles the fast processing of data to promote the
decision makingprocess.In ComputerScienceBayesTheorem
is used in enhancing low resolution imaging and in filtering
situations such as spam and noise filters…all situations
involving “probability based decision making.” In this
research article, conceptual thoughts and theory of Bayes
theorem are discussed in introductory part, then also
discussed the application of Bayesian inference with
illustration and discussed about Bayes in computational
models, in sub sequential sections.
2. RELATED WORKS
Based on the concept of decision making system based on
mathematics that has increasingly used in artificial
intelligence application of computer science. Thomas Bayes
develop a theorem to understand conditional probability. A
theorem is a statement that can be proven true through the
use of math. Bayes’ theorem is written as follows:-
P (A | B)
This complex notation simply means, from the above
notation is, the probability of event A given event B occurs.
One key to understanding theessenceofBayes'theoremisto
recognize that we are dealing with sequential events,
whereby new additional information is obtained for a
subsequent event, and that new informationisusedtorevise
the probability of the initial event. To use this concept to
analyze the student’s performance like how many students
copy the assignment content of one student to other
students. That means it’s very helpful to rather than the
cross check assignments in classroom. In Computer Science
Bayes Theorem is used in enhancing low resolution imaging
and in filtering situations such as spam and noise filters…all
situations involving “probability based decision making.”
3. PROPOSED SYSTEM
The main purpose of this method is used to analyze the
student’s performance in educational and learning
framework like cross check the assignments. In, class room
the teacher gives the common assignment topic to all
students. After the submission the teachers to verify the
cross checking assignment is complicated. So, analyze the
student’s performance using bayes theorem to decision
making.
3.1 TECHNIQUES
3.1.1 BAYES THEOREM, AN ANTICIPATORY SET
In the educational world an “anticipatory set” is a
preliminary discussion of a topic.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1696
Problem: A given class room is 40% girls and 60% boys.
30% of the boy’s carbon copy the assignment topic but only
10% of the girls carbon copy the assignment topic. A visual
can make all this data immediately available to our brains to
process.
Class Room P
Probability a person chosen at random from set P is boys, P
(boys) = 60% of entire population
Probability a person chosen at random from set P is girls, P
(girls) = 40% of entire population
Probability of picking at random from set of boys a subject
who likes to carbon copy:
P (carbon copy | boys) = 30% of boys (but 30% * 60% =
18% of entire population)
Probability of picking at random from the set of girls a
subject who likes to carbon copy:
P (carbon copy | girls) = 10% of girls! (but 10% * 40% =
4% of entire population)
Notice the symbolism P(carbon copy| boys)and P(carbon
copy | girls).
P (carbon copy | boys) is read as “the probability of
choosing a person who likes to carbon copy from the set of
boys.”
P (carbon copy | girls) is read as “the probability of
choosing a person who likes to carbon copy from the set of
girls”
Probabilities of the form P (set 1 | set 2) are called
“conditional probabilities.”
3.1.2 BAYES THEOREM, APPLIED…NO GRID
When doing an experiment there are four things that can
happen. The experiment can:
1.) Correctly identify something as true (correct true test)
2.) Incorrectly identify something as true (false positive)
3.) Correctly identify something as false (correct false test)
4.) Incorrectly identify something as false (false negative)
For example: A staff declare that the student used for
carbon copy there for assignment results in 95% true
positives and 15% false positives.10% of the students did
carbon copy. What is the probability that your he/she uses
carbon copy the assignment?
Let S represent those students on your team that use carbon
copy. Hence S ' will be those students that do not use carbon
copy. Let TP represent all the people who test positive for
carbon copy…
TP = true positive + false positive .Your friend just tested
positive. What is the Probability that your friend is a user?
Given: P(S) = 10%
P (TP | S) = 95%
P (TP | S ‘) = 15%
Implied: P(S ‘) = 90%
The generic Bayes Theorems are:
P (A | B) = P (B | A) * P (A)
P (B)
P (A | B) = P (B | A) * P (A)
P (B |A)*P (A) + P (B |A’)*P (A)
For this specific problem the formulas would be:
P(S | TP) = P (TP | S) * P(S)
P (TP)
P(S | TP) = P (TP | S) * P(S)
P (TP | S)*P(S) + P (TP | S ‘)*P(S ‘)
P(S | TP) = 95% * 10%
(95% * 10%) + (15% * 90%)
= 0.095
0.23
= 0.413
= 41%
Probability, friends (41%) draw on carbon copy foranother
friend assignment topic in class room.
P (BOYS | CARBON COPY) = P (CARBON COPY | BOYS) * P (BOYS)
P (CARBON COPY)
BAYES THEOREM, A SNEAK PEAK
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1697
4. FUTURE SCOPE
The proposed methodology hasdescribepredictstheclassof
data set is very fast. In spite of the great advances of the
Machine Learning in the last years, it has proven to not only
be simple but also fast, accurate and reliable. Naive Bayes is
a family of probabilistic algorithms that take advantage of
probability theory and Bayes’ Theorem .In, future is easy to
predict the carbon copy of assignments in educational and
learning framework. In, Baye’s Theorem is the statistical
method for classification belongs to the supervised learning
method and it’s also easy to predicts the data set like
classification and regression in the given data set. So,
educational framework it’s very fast and easilyevaluatesthe
student’s performance. To, Baye’s Theorem associated an
underlying the probabilistic method. That is can solve the
problems involving both categorical and continuous valued
attributes.
5. CONCLUSION
The main aim of this work is to propose an Naive Bayes
model is easy to build and particularly useful for very large
data sets. Along with simplicity, Naive Bayes is known
to outperform even highly sophisticated classification
methods. It is easy and fast to predict class of test data set. It
also performs well in multi class prediction. Naive Bayes is
an eager learning classifier and it is sure fast. Thus, it could
be used for making predictions in real time.Thisalgorithmis
also well known for multi class prediction feature. Here we
can predict the probability of multiple classes of target
variable. In, this method is going to be implemented in
educational framework toanalyzethestudent’sperformance
like carbon copy the assignment topic among thestudentsin
class room very fast and reliable manner in statistical
method of classification.
REFERENCES
[1]. Hitendra P. Dave, Krutarth H. Dave.” Application of
Bayesian Decision Theory In Management Research
Problems” International Journal of Scientific Research
Engineering & Technology (IJSRET) ISSN: 2278–0882,
March-2015.
[2]. Thomas Z. Fahidy.” Some Applications of Bayes’ Rule in
Probability Theory to Electrocatalytic ReactionEngineering”
SAGE-Hindawi Access to Research International Journal of
Electrochemistry Volume 2011, Article ID 404605, 5 pages
doi:10.4061/2011/404605
[3]. Jasmine Norman, Mangayarkarasi R, Vanitha M,Praveen
Kumar T, UmaMaheswari G.” A NAIVE-BAYES STRATEGY
FOR SENTIMENT ANALYSIS ON DEMONETIZATION AND
INDIAN BUDGET 2017-CASE-STUDY” International Journal
of Pure and Applied Mathematics Volume 117 No. 17 2017,
23-31.
BIOGRAPHIES
N.Nasurudeen Ahamed received
his Bachelor of Engineering degree
in Computer science from Anna
UniversityChennaiin2011, Master
of Engineering degree in computer
science from Anna University
Chennai in 2013. He is currently
working as an Assistant Professor
in the Department of Computer
science and Engineering at
Vivekanandha College of
Engineering for Women,
Namakkal. His main research
interests include IOT and Artificial
Intelligence.

More Related Content

What's hot

Machine learning basics using trees algorithm (Random forest, Gradient Boosting)
Machine learning basics using trees algorithm (Random forest, Gradient Boosting)Machine learning basics using trees algorithm (Random forest, Gradient Boosting)
Machine learning basics using trees algorithm (Random forest, Gradient Boosting)Parth Khare
 
Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...butest
 
Introduction to machine learning and deep learning
Introduction to machine learning and deep learningIntroduction to machine learning and deep learning
Introduction to machine learning and deep learningShishir Choudhary
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...IJERDJOURNAL
 
ensemble learning
ensemble learningensemble learning
ensemble learningbutest
 
An Adaptive Approach for Subjective Answer Evaluation
An Adaptive Approach for Subjective Answer EvaluationAn Adaptive Approach for Subjective Answer Evaluation
An Adaptive Approach for Subjective Answer Evaluationvivatechijri
 
Applications: Prediction
Applications: PredictionApplications: Prediction
Applications: PredictionNBER
 
Module 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationModule 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationSara Hooker
 
Cost-effective Interactive Attention Learning with Neural Attention Process
Cost-effective Interactive Attention Learning with Neural Attention ProcessCost-effective Interactive Attention Learning with Neural Attention Process
Cost-effective Interactive Attention Learning with Neural Attention ProcessMLAI2
 
Probability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional ExpertsProbability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional ExpertsChirag Gupta
 
notes as .ppt
notes as .pptnotes as .ppt
notes as .pptbutest
 
Module 1 introduction to machine learning
Module 1  introduction to machine learningModule 1  introduction to machine learning
Module 1 introduction to machine learningSara Hooker
 
Decision tree, softmax regression and ensemble methods in machine learning
Decision tree, softmax regression and ensemble methods in machine learningDecision tree, softmax regression and ensemble methods in machine learning
Decision tree, softmax regression and ensemble methods in machine learningAbhishek Vijayvargia
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.pptbutest
 
Introduction to Some Tree based Learning Method
Introduction to Some Tree based Learning MethodIntroduction to Some Tree based Learning Method
Introduction to Some Tree based Learning MethodHonglin Yu
 
Zero shot-learning: paper presentation
Zero shot-learning: paper presentationZero shot-learning: paper presentation
Zero shot-learning: paper presentationJérémie Kalfon
 

What's hot (20)

Machine learning basics using trees algorithm (Random forest, Gradient Boosting)
Machine learning basics using trees algorithm (Random forest, Gradient Boosting)Machine learning basics using trees algorithm (Random forest, Gradient Boosting)
Machine learning basics using trees algorithm (Random forest, Gradient Boosting)
 
Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...
 
Clustering
ClusteringClustering
Clustering
 
Introduction to machine learning and deep learning
Introduction to machine learning and deep learningIntroduction to machine learning and deep learning
Introduction to machine learning and deep learning
 
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
Predictive Data Mining with Normalized Adaptive Training Method for Neural Ne...
 
ensemble learning
ensemble learningensemble learning
ensemble learning
 
An Adaptive Approach for Subjective Answer Evaluation
An Adaptive Approach for Subjective Answer EvaluationAn Adaptive Approach for Subjective Answer Evaluation
An Adaptive Approach for Subjective Answer Evaluation
 
Joseph Jay Williams - WESST - Bridging Research via MOOClets and Collaborativ...
Joseph Jay Williams - WESST - Bridging Research via MOOClets and Collaborativ...Joseph Jay Williams - WESST - Bridging Research via MOOClets and Collaborativ...
Joseph Jay Williams - WESST - Bridging Research via MOOClets and Collaborativ...
 
Applications: Prediction
Applications: PredictionApplications: Prediction
Applications: Prediction
 
Module 4: Model Selection and Evaluation
Module 4: Model Selection and EvaluationModule 4: Model Selection and Evaluation
Module 4: Model Selection and Evaluation
 
Cost-effective Interactive Attention Learning with Neural Attention Process
Cost-effective Interactive Attention Learning with Neural Attention ProcessCost-effective Interactive Attention Learning with Neural Attention Process
Cost-effective Interactive Attention Learning with Neural Attention Process
 
Probability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional ExpertsProbability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional Experts
 
notes as .ppt
notes as .pptnotes as .ppt
notes as .ppt
 
Basen Network
Basen NetworkBasen Network
Basen Network
 
Module 1 introduction to machine learning
Module 1  introduction to machine learningModule 1  introduction to machine learning
Module 1 introduction to machine learning
 
AI Algorithms
AI AlgorithmsAI Algorithms
AI Algorithms
 
Decision tree, softmax regression and ensemble methods in machine learning
Decision tree, softmax regression and ensemble methods in machine learningDecision tree, softmax regression and ensemble methods in machine learning
Decision tree, softmax regression and ensemble methods in machine learning
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
 
Introduction to Some Tree based Learning Method
Introduction to Some Tree based Learning MethodIntroduction to Some Tree based Learning Method
Introduction to Some Tree based Learning Method
 
Zero shot-learning: paper presentation
Zero shot-learning: paper presentationZero shot-learning: paper presentation
Zero shot-learning: paper presentation
 

Similar to IRJET- Big Data and Bayes Theorem used Analyze the Student’s Performance in Educational and Learning Framework

Using Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a StudentUsing Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a Studentijtsrd
 
Opinion mining framework using proposed RB-bayes model for text classication
Opinion mining framework using proposed RB-bayes model for text classicationOpinion mining framework using proposed RB-bayes model for text classication
Opinion mining framework using proposed RB-bayes model for text classicationIJECEIAES
 
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...cscpconf
 
Association rule discovery for student performance prediction using metaheuri...
Association rule discovery for student performance prediction using metaheuri...Association rule discovery for student performance prediction using metaheuri...
Association rule discovery for student performance prediction using metaheuri...csandit
 
Rd1 r17a19 datawarehousing and mining_cap617t_cap617
Rd1 r17a19 datawarehousing and mining_cap617t_cap617Rd1 r17a19 datawarehousing and mining_cap617t_cap617
Rd1 r17a19 datawarehousing and mining_cap617t_cap617Ravi Kumar
 
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and PredictionUsing ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Predictionijtsrd
 
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxHomework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxadampcarr67227
 
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODEL
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODELADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODEL
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODELijcsit
 
ICELW Conference Slides
ICELW Conference SlidesICELW Conference Slides
ICELW Conference Slidestoolboc
 
Oversampling technique in student performance classification from engineering...
Oversampling technique in student performance classification from engineering...Oversampling technique in student performance classification from engineering...
Oversampling technique in student performance classification from engineering...IJECEIAES
 
Dynamic Question Answer Generator An Enhanced Approach to Question Generation
Dynamic Question Answer Generator An Enhanced Approach to Question GenerationDynamic Question Answer Generator An Enhanced Approach to Question Generation
Dynamic Question Answer Generator An Enhanced Approach to Question Generationijtsrd
 
Educational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanIRJET Journal
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data MiningKai Koenig
 

Similar to IRJET- Big Data and Bayes Theorem used Analyze the Student’s Performance in Educational and Learning Framework (20)

Using Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a StudentUsing Naive Bayesian Classifier for Predicting Performance of a Student
Using Naive Bayesian Classifier for Predicting Performance of a Student
 
Opinion mining framework using proposed RB-bayes model for text classication
Opinion mining framework using proposed RB-bayes model for text classicationOpinion mining framework using proposed RB-bayes model for text classication
Opinion mining framework using proposed RB-bayes model for text classication
 
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...
ASSOCIATION RULE DISCOVERY FOR STUDENT PERFORMANCE PREDICTION USING METAHEURI...
 
Association rule discovery for student performance prediction using metaheuri...
Association rule discovery for student performance prediction using metaheuri...Association rule discovery for student performance prediction using metaheuri...
Association rule discovery for student performance prediction using metaheuri...
 
RESULT MINING: ANALYSIS OF DATA MINING TECHNIQUES IN EDUCATION
RESULT MINING: ANALYSIS OF DATA MINING TECHNIQUES IN EDUCATIONRESULT MINING: ANALYSIS OF DATA MINING TECHNIQUES IN EDUCATION
RESULT MINING: ANALYSIS OF DATA MINING TECHNIQUES IN EDUCATION
 
Rd1 r17a19 datawarehousing and mining_cap617t_cap617
Rd1 r17a19 datawarehousing and mining_cap617t_cap617Rd1 r17a19 datawarehousing and mining_cap617t_cap617
Rd1 r17a19 datawarehousing and mining_cap617t_cap617
 
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and PredictionUsing ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
Using ID3 Decision Tree Algorithm to the Student Grade Analysis and Prediction
 
Thesis_Rehan_Aziz
Thesis_Rehan_AzizThesis_Rehan_Aziz
Thesis_Rehan_Aziz
 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelw
 
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docxHomework 21. Complete Chapter 3, Problem #1 under Project.docx
Homework 21. Complete Chapter 3, Problem #1 under Project.docx
 
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODEL
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODELADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODEL
ADABOOST ENSEMBLE WITH SIMPLE GENETIC ALGORITHM FOR STUDENT PREDICTION MODEL
 
ICELW Conference Slides
ICELW Conference SlidesICELW Conference Slides
ICELW Conference Slides
 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelw
 
Oversampling technique in student performance classification from engineering...
Oversampling technique in student performance classification from engineering...Oversampling technique in student performance classification from engineering...
Oversampling technique in student performance classification from engineering...
 
Short story ppt
Short story pptShort story ppt
Short story ppt
 
Pca seminar final report
Pca seminar final reportPca seminar final report
Pca seminar final report
 
Dynamic Question Answer Generator An Enhanced Approach to Question Generation
Dynamic Question Answer Generator An Enhanced Approach to Question GenerationDynamic Question Answer Generator An Enhanced Approach to Question Generation
Dynamic Question Answer Generator An Enhanced Approach to Question Generation
 
Educational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept PlanEducational Data Mining to Analyze Students Performance – Concept Plan
Educational Data Mining to Analyze Students Performance – Concept Plan
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
 
Short story ppt
Short story pptShort story ppt
Short story ppt
 

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

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
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
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)

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...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
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
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
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
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 

IRJET- Big Data and Bayes Theorem used Analyze the Student’s Performance in Educational and Learning Framework

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1695 BIG DATA AND BAYES THEOREM USED ANALYZE THE STUDENT’S PERFORMANCE IN EDUCATIONAL AND LEARNING FRAMEWORK N.NASURUDEEN AHAMED1, S.SARANYA DEVI2, D. SAVITHA3 1Assistant Professor, Dept of computer science engineering, Vivekanandha College of Engineering for Women, Tamilnadu, India 2,3U.G Scholar, Dept of computer science engineering, Vivekanandha College of engineering for women, Tamilnadu, India ------------------------------------------------------------------------***------------------------------------------------------------------------- Abstract - The paper presents a brief introduction to big data and its role in educational and learning applications. It is pragmatic that the use of big dataarchitectureandtechniques are continuously support in managingthe speedydatagrowth in educational industry. Here, initiallyanexperimentalstudyis performed to analyze the role of big data in educational industry. It has been observed that important work has been done using big data in educational and learning. Nowadays, it is involved the based mathematics that has been increasingly used in artificial intelligence applications of computer science is “probability based decision making.” The decision making (if, if-else, switch-case) based upon randomly generated numerical values. At the university and applied level we see decisions being made based upon more sophisticated criteria. A major part of this work is predicated upon knowledge of Bayes’ Theorem. Here, a novel design of analyze the student’s performance like to cross checkingtheirassignmentsusing the bayes theorem and its advanced mechanism to proposed to handle the big data of educational industry involving “probability based decision making.” Key Words: Bayes Theorem, Decision Making, Classification, Supervised Learning, Regression. 1. INTRODUCTION Today, big data refers to the voluminousandcomplexamount of data collected from sources like web, enterprise applications, mobile devices and digital repositories which cannot be easily managed by using traditional tools. Big data is not only about the large data size; rather, it is an act of storing and managing data for eventual analysis. As the humans are getting digitized, therefore, the computing embroils data with greater variety, volume and velocity. The significance of 3V’s is briefly mentioned below: - Volume: Big data analyze comparatively a huge quantity of data such as in terabytes. Variety: Big data incorporates data from distinct sources that appears in numerous formatssuch asstructured, unstructured, multifactor, and probabilistic. Velocity: Big data handles the fast processing of data to promote the decision makingprocess.In ComputerScienceBayesTheorem is used in enhancing low resolution imaging and in filtering situations such as spam and noise filters…all situations involving “probability based decision making.” In this research article, conceptual thoughts and theory of Bayes theorem are discussed in introductory part, then also discussed the application of Bayesian inference with illustration and discussed about Bayes in computational models, in sub sequential sections. 2. RELATED WORKS Based on the concept of decision making system based on mathematics that has increasingly used in artificial intelligence application of computer science. Thomas Bayes develop a theorem to understand conditional probability. A theorem is a statement that can be proven true through the use of math. Bayes’ theorem is written as follows:- P (A | B) This complex notation simply means, from the above notation is, the probability of event A given event B occurs. One key to understanding theessenceofBayes'theoremisto recognize that we are dealing with sequential events, whereby new additional information is obtained for a subsequent event, and that new informationisusedtorevise the probability of the initial event. To use this concept to analyze the student’s performance like how many students copy the assignment content of one student to other students. That means it’s very helpful to rather than the cross check assignments in classroom. In Computer Science Bayes Theorem is used in enhancing low resolution imaging and in filtering situations such as spam and noise filters…all situations involving “probability based decision making.” 3. PROPOSED SYSTEM The main purpose of this method is used to analyze the student’s performance in educational and learning framework like cross check the assignments. In, class room the teacher gives the common assignment topic to all students. After the submission the teachers to verify the cross checking assignment is complicated. So, analyze the student’s performance using bayes theorem to decision making. 3.1 TECHNIQUES 3.1.1 BAYES THEOREM, AN ANTICIPATORY SET In the educational world an “anticipatory set” is a preliminary discussion of a topic.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1696 Problem: A given class room is 40% girls and 60% boys. 30% of the boy’s carbon copy the assignment topic but only 10% of the girls carbon copy the assignment topic. A visual can make all this data immediately available to our brains to process. Class Room P Probability a person chosen at random from set P is boys, P (boys) = 60% of entire population Probability a person chosen at random from set P is girls, P (girls) = 40% of entire population Probability of picking at random from set of boys a subject who likes to carbon copy: P (carbon copy | boys) = 30% of boys (but 30% * 60% = 18% of entire population) Probability of picking at random from the set of girls a subject who likes to carbon copy: P (carbon copy | girls) = 10% of girls! (but 10% * 40% = 4% of entire population) Notice the symbolism P(carbon copy| boys)and P(carbon copy | girls). P (carbon copy | boys) is read as “the probability of choosing a person who likes to carbon copy from the set of boys.” P (carbon copy | girls) is read as “the probability of choosing a person who likes to carbon copy from the set of girls” Probabilities of the form P (set 1 | set 2) are called “conditional probabilities.” 3.1.2 BAYES THEOREM, APPLIED…NO GRID When doing an experiment there are four things that can happen. The experiment can: 1.) Correctly identify something as true (correct true test) 2.) Incorrectly identify something as true (false positive) 3.) Correctly identify something as false (correct false test) 4.) Incorrectly identify something as false (false negative) For example: A staff declare that the student used for carbon copy there for assignment results in 95% true positives and 15% false positives.10% of the students did carbon copy. What is the probability that your he/she uses carbon copy the assignment? Let S represent those students on your team that use carbon copy. Hence S ' will be those students that do not use carbon copy. Let TP represent all the people who test positive for carbon copy… TP = true positive + false positive .Your friend just tested positive. What is the Probability that your friend is a user? Given: P(S) = 10% P (TP | S) = 95% P (TP | S ‘) = 15% Implied: P(S ‘) = 90% The generic Bayes Theorems are: P (A | B) = P (B | A) * P (A) P (B) P (A | B) = P (B | A) * P (A) P (B |A)*P (A) + P (B |A’)*P (A) For this specific problem the formulas would be: P(S | TP) = P (TP | S) * P(S) P (TP) P(S | TP) = P (TP | S) * P(S) P (TP | S)*P(S) + P (TP | S ‘)*P(S ‘) P(S | TP) = 95% * 10% (95% * 10%) + (15% * 90%) = 0.095 0.23 = 0.413 = 41% Probability, friends (41%) draw on carbon copy foranother friend assignment topic in class room. P (BOYS | CARBON COPY) = P (CARBON COPY | BOYS) * P (BOYS) P (CARBON COPY) BAYES THEOREM, A SNEAK PEAK
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1697 4. FUTURE SCOPE The proposed methodology hasdescribepredictstheclassof data set is very fast. In spite of the great advances of the Machine Learning in the last years, it has proven to not only be simple but also fast, accurate and reliable. Naive Bayes is a family of probabilistic algorithms that take advantage of probability theory and Bayes’ Theorem .In, future is easy to predict the carbon copy of assignments in educational and learning framework. In, Baye’s Theorem is the statistical method for classification belongs to the supervised learning method and it’s also easy to predicts the data set like classification and regression in the given data set. So, educational framework it’s very fast and easilyevaluatesthe student’s performance. To, Baye’s Theorem associated an underlying the probabilistic method. That is can solve the problems involving both categorical and continuous valued attributes. 5. CONCLUSION The main aim of this work is to propose an Naive Bayes model is easy to build and particularly useful for very large data sets. Along with simplicity, Naive Bayes is known to outperform even highly sophisticated classification methods. It is easy and fast to predict class of test data set. It also performs well in multi class prediction. Naive Bayes is an eager learning classifier and it is sure fast. Thus, it could be used for making predictions in real time.Thisalgorithmis also well known for multi class prediction feature. Here we can predict the probability of multiple classes of target variable. In, this method is going to be implemented in educational framework toanalyzethestudent’sperformance like carbon copy the assignment topic among thestudentsin class room very fast and reliable manner in statistical method of classification. REFERENCES [1]. Hitendra P. Dave, Krutarth H. Dave.” Application of Bayesian Decision Theory In Management Research Problems” International Journal of Scientific Research Engineering & Technology (IJSRET) ISSN: 2278–0882, March-2015. [2]. Thomas Z. Fahidy.” Some Applications of Bayes’ Rule in Probability Theory to Electrocatalytic ReactionEngineering” SAGE-Hindawi Access to Research International Journal of Electrochemistry Volume 2011, Article ID 404605, 5 pages doi:10.4061/2011/404605 [3]. Jasmine Norman, Mangayarkarasi R, Vanitha M,Praveen Kumar T, UmaMaheswari G.” A NAIVE-BAYES STRATEGY FOR SENTIMENT ANALYSIS ON DEMONETIZATION AND INDIAN BUDGET 2017-CASE-STUDY” International Journal of Pure and Applied Mathematics Volume 117 No. 17 2017, 23-31. BIOGRAPHIES N.Nasurudeen Ahamed received his Bachelor of Engineering degree in Computer science from Anna UniversityChennaiin2011, Master of Engineering degree in computer science from Anna University Chennai in 2013. He is currently working as an Assistant Professor in the Department of Computer science and Engineering at Vivekanandha College of Engineering for Women, Namakkal. His main research interests include IOT and Artificial Intelligence.