SlideShare a Scribd company logo
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 15
COMBINED CHARGES DIFFICULTY EVALUATION AND
TESTEES LEVEL FOR INTELLECT APPRAISAL
1
S.Bhuvana, 2
Lokesh Raj R.M , 2
Sriram.S , 2
Yuvaraj.P
1
Assistant Professor, 2
Final year student, Department of CSE,
Sriram Engineering college, Perumalpattu,Tiruvallur District-602024
bhupreethi@gmail.com,lokeshrm8@gmail.com,
srisundar321@gmail.com,yuvaraj.p4599@gmail.com
ABSTRACT
In this paper, the combined charge difficulty evaluation and testees level for intellect appraisal are to find the
employee performance. In testing the tests and task evaluation of different designation employee’s
performance outcome result is difficult to rank the outcome result. Whereby higher officials evaluate and
provide feedback on employee job performance, including steps to improve or redirect activities as need.
Higher official documenting performance provides a basis for pay increases and promotions. In this project,
higher official evaluates the lower official by assigning task and testees. The higher official will solve the
difficulties of testing and ranking problem for appraisal. All these findings are useful to intelligence tests. Here
the evaluation of each employee was calculated and view by the Bernoulli’s Distribution algorithm.
Keywords-Task evaluation, employee appraisal, ranking of employees
I. Introduction
TESTING the intelligence level of a human or an
artificial intelligent system is an important yet hard
problem. Since it is really hard to directly define
intelligence, we usually indirectly characterize the
intelligence level of the human or artificial intelligent
systems according to their behaviors in some
dedicated tests.
For example, we often test the intelligence levels of
children based on their performance in some standard
tasks designed by human experts. However, such
methods may not work for some artificial intelligent
systems, since we do not have a standard comparison
level fortasks
In this paper, we study the testing tasks evaluation
and testees ranking problem. Tasks may have different
difficulty levels, and testees may have different
capabilities; however, we do not know in such a
scope. Usually, we setup a series of tasks (e.g., traffic
sign detection, vehicle detection, and pedestrian
detection) for the vehicle and check whether it can
successfully finish these tasks in time. However, we
cannot accurately determine the difficulties of each
task. The vehicles that take part in the tests may also
have noticeably various capabilities, so that we cannot
judge the difficulty of each task simply by their
performance
Our objective is to simultaneously determine the
relative difficulty level of each testing task and the
relative capability of every testee, purely based on the
test outcome of every testees on each task. Moreover,
we assume that testees may have a probability to pass
a certain task so as to allow certain uncertainty.
To solve this problem, we have designed two models
to solve this problem. One model assumes that the test
out- come follows a certain Bernoulli distribution,
while the other assumes that the test outcome follows
a certain Bernoulli distribution with the beta
distribution-type a priori knowledge. We formulate
the problem as likelihood estimation problems. And
propose coordinate descent algorithm to solve the
Para- meters of the studied distributions. We show
that the beta distribution-type a priori knowledge is
useful, when we only carry out a limited number of
tests due to time and financial budgets.
To better present our findings, the rest of this paper is
arranged as follows. Sections II and III present the
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 16
i,j
i,j
problems and give two statistical learning models as
well as the solving algorithm. Section IV provides an
empirical numerical study. SectionV discusses how to
extend this model for more general cases.
Finally,SectionVI provides the conclusion.
This model is somewhat like the logistic principal
component analysis model proposed .However, our
model adds quite different assumptions on the latent
structure of the statistical model.
Clearly, to derive an estimation of piand q jis
equivalent to finding a parameter set of piand q jthat
maximize L. How- ever, it is not a convex
optimization problem for maximum likelihood
estimation (MLE) problem
Summarizing the above analysis, we propose the
follow- ing coordinate descent algorithm. The
numerical tests show that this coordinate descent
algorithm converges to the local optimal solution
quickly. To increase the probability to hit the global
optimal solution, we can run the following algorithm
for several times with different initialvalues
Therefore, each iteration can increase or maintain the
lower bound estimation of the log-likelihood.
Consequently, the lower bound of the log-likelihood
will finally converge to a local maximum
II. TESTINGRESULTS
Here, we give a numerical example for intelligent
vehicles testing In November 2017, 11 teams took
part in the vehicle detection competition supported by
the National Natural Science Foundation of China.
The competition consists of 48 vehicles to detect, and
the testing results are shown in Fig. 1. Each column
represents for a testees while each row represents for
a task vehicle. Then, the element in the j th row and i
th column stands for the binary detection result, where
1 means passed and 0 means failed. (worked out 46
tasks) is very close to team 7 (worked out 47 tasks),
their capability differences should not be omitted.
Intuitively, the most difficult task,i.e.,task7,and the
most capable testee, i.e., team 7, located in the top
right of each figure, should be distinguishable from
other tasks and testees, especially nearby ones. Such
distinguish ability implies the curves of estimated and
sorted pi and q j should not be flat contrarily, the
Bernoulli distribution with the beta distribution- type
a priori knowledge model appropriately emphasizes
this point and, meanwhile, gives the prominence to
the difficulty level of task 7, as shown in Fig. 3.
Therefore, we can conclude that, when we have
limited times of tests for a single task, the beta
distribution-type a priori knowledge is needed
III. FURTHERDISCUSSION
Model Estimation Considering MissingData
The afore mentioned statistical learning model (1)
provides a basis for simultaneous tasks evaluation and
testees ranking. However, in many situations,
(a)Estimated
and sorted pi,and the simple ranks of the testees
(b) Estimated and sorted q j , and the simple ranks of the testees.
Do not have enough time and money to carry out
tests on each task for every testee.To handle the
parameter estimation with respect to missing
observations, were sort to the classic expectation
maximization(EM) algorithm Suppose that the
available part of xi,jcan be written as x obs and the
missing part of xi,j can be written as x miss. The
detailed algorithm is given as follows. It is easy to
prove that the above algorithm is a standard EM
algorithm can converge to a local optimal solution
International Journal of Trendy Research in Engineering andTechnology
Volume 4 Issue 2 April 2020
ISSN NO 2582-0958
________________________________________________________________________
www.trendytechjournals.com 17
=
=
quickly. We need to run the above algorithm for
several times with different initial values to increase
the probability to hit the global optimal solution. The
larger the missing ratio, the larger is the number of
running times. Similarly, we can handle the cases
when the beta distribution-type a prior knowledge is
considered
Model Estimation Considering Multiple Experiments
The above models assume that every testee runs each
test once. However, we can further relax this
assumption and allow the i th testee to run the j th
testing task for yi,j times and record the number of
successfully finish. We can still derive an estimation
of piand q jby finding a parameter set of piand q jto
maximize the likelihood function
IV. CONCLUSION
In this paper, we discuss how to simultaneously
determine the difficulty levels of testing tasks and the
capabilities of testees, especially when heterogeneous
tasks and testees are considered. We propose several
statistical learning models to handle such problems
and allow testees to have some certain uncertainties in
finishing tasks. The numerical test results verify the
effectiveness of the proposed learning models and
also the solving algorithms. All these findings are
useful to designs of tests for artificial intelligent
systems.
It should be pointed out that the aforementioned
algorithm only provides an up-to-time estimation of
the tasks and testees, because the capability of a testee
may grow with time and the relative difficulty of a
task may also vary accordingly. Similar to the
Elaborating system for chess and Go games [6], we
need to continuously design new and tougher tasks to
keep a proper understanding of the testees.
V. REFERENES
[1] S. J. Russell and P.Norvig, Artificial Intelligence: A Modern
Approach, 3rd ed. London, U.K.: PearsonEducation, 2010.
[2] L. Li et al., “Artificial intelligence test: A case study of
intelligent vehicles,” Artif. Intell. Rev., vol. 50, no. 3, pp.
441⣓465, Oct.2018.
[3] R. J. Sternberg, Beyond IQ: A Triarchic Theory of Human
Intelligence. Cambridge, U.K.: Cambridge Univ.
Press,1985.
[4] N. Mackintosh, IQ and Human Intelligence, 2nd ed.
Oxford, U.K.: Oxford Univ. Press,2011.
[5] S. Ohlsson, R. H. Sloan, G. Turán, and A. Urasky,
“Measuring an artificial intelligence system’s
performance on a verbal IQ test for young children,” J.
Experim., Theor. Artif. Intell., vol. 29, no. 4, pp. 679–693,
2017.
[6] D. Silver et al., “Mastering the game of Go without human
knowledge,”
Nature, vol. 550, pp. 354–359, Oct. 2017.
[7] L. Li, D. Wen, N.-N. Zheng, and L.-C. Shen, “Cognitive cars:
A new frontier for ADAS research,” IEEE Trans. Intell.
Transp. Syst., vol. 13, no. 1, pp. 395–407,Mar. 2012.
[8] W. Huang, D. Wen, J. Geng, and N.-N. Zheng, “Task-
specific perfor- mance evaluation of UGVs: Case studies
at the IVFC,” IEEE Trans. Intell. Transp. Syst., vol. 15, no. 5,
pp. 1969–1979, Oct.2014.
[9] L. Li, W.-L. Huang, Y. Liu, N.-N. Zheng, and F.-Y.
Wang,“Intelligence testing for autonomous vehicles: A new
approach,” IEEE Trans. Intell. Veh., vol. 1, no. 2, pp. 158–
166, Jun. 2016
[10] A. I. Schein, L. K. Saul, and L. H. Ungar, “A generalized
linear model for principal component analysis of binary
data,” in Proc. 9 th Int. Workshop Artif. Intell. Statist., Jan.
2003, p.10.
[11] L. Li, Selected Applications of Convex Optimization. Beijing,
China: Springer,2015.
[12] A. K. Gupta and S. Nadarajah, Eds., Handbook of Beta
Distribution and Its Applications. Boca Raton, FL, USA: CRC
Press,2004.
[13] A. Dempster, N. Laird, and D. B. Rubin, “Maximum
likelihood from incomplete data via the EM algorithm,” J.
Roy. Stat. Soc. Ser. B, vol. 39, no. 1, pp. 1–38,1977.
[14] M. E. Tipping and C. M. Bishop, “Probabilistic principal

More Related Content

What's hot

Marketplace affiliates potential analysis using cosine similarity and vision-...
Marketplace affiliates potential analysis using cosine similarity and vision-...Marketplace affiliates potential analysis using cosine similarity and vision-...
Marketplace affiliates potential analysis using cosine similarity and vision-...
journalBEEI
 
Usability of developed multiple file encryption using rijndael algorithm
Usability of developed multiple file encryption using rijndael algorithm Usability of developed multiple file encryption using rijndael algorithm
Usability of developed multiple file encryption using rijndael algorithm
Bryan Guibijar
 
Multidirectional Product Support System for Decision Making In Textile Indust...
Multidirectional Product Support System for Decision Making In Textile Indust...Multidirectional Product Support System for Decision Making In Textile Indust...
Multidirectional Product Support System for Decision Making In Textile Indust...
IOSR Journals
 
IRJET - Interaction based Expert System
IRJET -  	  Interaction based Expert SystemIRJET -  	  Interaction based Expert System
IRJET - Interaction based Expert System
IRJET Journal
 
IRJET - Hyper Local Delivery Application
IRJET - Hyper Local Delivery ApplicationIRJET - Hyper Local Delivery Application
IRJET - Hyper Local Delivery Application
IRJET Journal
 
A Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition TechniquesA Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition Techniques
rahulmonikasharma
 
Millennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching toolMillennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching tool
journalBEEI
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET Journal
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction System
IRJET Journal
 
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET Journal
 
J1803045759
J1803045759J1803045759
J1803045759
IOSR Journals
 
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
Bhagyashree Mohanta
 
An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...
eSAT Journals
 
Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013
SBGC
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigData
IRJET Journal
 
IRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper Generator
IRJET Journal
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
IRJET Journal
 
Positive developments but challenges still ahead a survey study on ux profe...
Positive developments but challenges still ahead   a survey study on ux profe...Positive developments but challenges still ahead   a survey study on ux profe...
Positive developments but challenges still ahead a survey study on ux profe...
Journal Papers
 
K K I S109
K K I S109K K I S109
K K I S109pajo01
 
Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...
IJECEIAES
 

What's hot (20)

Marketplace affiliates potential analysis using cosine similarity and vision-...
Marketplace affiliates potential analysis using cosine similarity and vision-...Marketplace affiliates potential analysis using cosine similarity and vision-...
Marketplace affiliates potential analysis using cosine similarity and vision-...
 
Usability of developed multiple file encryption using rijndael algorithm
Usability of developed multiple file encryption using rijndael algorithm Usability of developed multiple file encryption using rijndael algorithm
Usability of developed multiple file encryption using rijndael algorithm
 
Multidirectional Product Support System for Decision Making In Textile Indust...
Multidirectional Product Support System for Decision Making In Textile Indust...Multidirectional Product Support System for Decision Making In Textile Indust...
Multidirectional Product Support System for Decision Making In Textile Indust...
 
IRJET - Interaction based Expert System
IRJET -  	  Interaction based Expert SystemIRJET -  	  Interaction based Expert System
IRJET - Interaction based Expert System
 
IRJET - Hyper Local Delivery Application
IRJET - Hyper Local Delivery ApplicationIRJET - Hyper Local Delivery Application
IRJET - Hyper Local Delivery Application
 
A Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition TechniquesA Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition Techniques
 
Millennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching toolMillennials and the use of social networking sites as a job searching tool
Millennials and the use of social networking sites as a job searching tool
 
IRJET - Sentiment Analysis of Posts and Comments of OSN
IRJET -  	  Sentiment Analysis of Posts and Comments of OSNIRJET -  	  Sentiment Analysis of Posts and Comments of OSN
IRJET - Sentiment Analysis of Posts and Comments of OSN
 
IRJET - Job Portal Analysis and Salary Prediction System
IRJET -  	  Job Portal Analysis and Salary Prediction SystemIRJET -  	  Job Portal Analysis and Salary Prediction System
IRJET - Job Portal Analysis and Salary Prediction System
 
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
 
J1803045759
J1803045759J1803045759
J1803045759
 
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
Applied machine learning techniques for v.u.c.a. management in healthcare 4.0...
 
An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...An efficient data pre processing frame work for loan credibility prediction s...
An efficient data pre processing frame work for loan credibility prediction s...
 
Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013Bulk ieee projects 2012 2013
Bulk ieee projects 2012 2013
 
IRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigDataIRJET- Recommendation System for Electronic Products using BigData
IRJET- Recommendation System for Electronic Products using BigData
 
IRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper GeneratorIRJET- Instant Exam Paper Generator
IRJET- Instant Exam Paper Generator
 
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
Providing Highly Accurate Service Recommendation over Big Data using Adaptive...
 
Positive developments but challenges still ahead a survey study on ux profe...
Positive developments but challenges still ahead   a survey study on ux profe...Positive developments but challenges still ahead   a survey study on ux profe...
Positive developments but challenges still ahead a survey study on ux profe...
 
K K I S109
K K I S109K K I S109
K K I S109
 
Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...Vertical intent prediction approach based on Doc2vec and convolutional neural...
Vertical intent prediction approach based on Doc2vec and convolutional neural...
 

Similar to COMBINED CHARGES DIFFICULTY EVALUATION AND TESTEES LEVEL FOR INTELLECT APPRAISAL

Truth Table Generator
Truth Table GeneratorTruth Table Generator
Truth Table Generator
IRJET Journal
 
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
inventionjournals
 
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTINGANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
acijjournal
 
Test design techniques
Test design techniquesTest design techniques
Test design techniques
Gregory Solovey
 
Data Science Machine
Data Science Machine Data Science Machine
Data Science Machine
Luis Taveras EMBA, MS
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations research
smumbahelp
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations research
smumbahelp
 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...
eSAT Publishing House
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...
eSAT Journals
 
D05511625
D05511625D05511625
D05511625
IOSR-JEN
 
AMAZON STOCK PRICE PREDICTION BY USING SMLT
AMAZON STOCK PRICE PREDICTION BY USING SMLTAMAZON STOCK PRICE PREDICTION BY USING SMLT
AMAZON STOCK PRICE PREDICTION BY USING SMLT
IRJET Journal
 
IRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and ChallengesIRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and Challenges
IRJET Journal
 
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATIONAN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
ecij
 
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTIONOPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
ijcsity
 
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITY
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITYQM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITY
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITYsmumbahelp
 
Performance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning AlgorithmsPerformance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning Algorithms
Dinusha Dilanka
 
IRJET- Semantic Analysis of Online Customer Queries
IRJET-  	  Semantic Analysis of Online Customer QueriesIRJET-  	  Semantic Analysis of Online Customer Queries
IRJET- Semantic Analysis of Online Customer Queries
IRJET Journal
 
operation research notes
operation research notesoperation research notes
operation research notesRenu Thakur
 
Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance Predictor
IRJET Journal
 
LNCS 5050 - Bilevel Optimization and Machine Learning
LNCS 5050 - Bilevel Optimization and Machine LearningLNCS 5050 - Bilevel Optimization and Machine Learning
LNCS 5050 - Bilevel Optimization and Machine Learningbutest
 

Similar to COMBINED CHARGES DIFFICULTY EVALUATION AND TESTEES LEVEL FOR INTELLECT APPRAISAL (20)

Truth Table Generator
Truth Table GeneratorTruth Table Generator
Truth Table Generator
 
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm	Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
Study on Evaluation of Venture Capital Based onInteractive Projection Algorithm
 
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTINGANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
ANALYZING THE EFFICIENT TEST ORDER FOR INTEGRATION TESTING
 
Test design techniques
Test design techniquesTest design techniques
Test design techniques
 
Data Science Machine
Data Science Machine Data Science Machine
Data Science Machine
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations research
 
Mb0048 operations research
Mb0048  operations researchMb0048  operations research
Mb0048 operations research
 
Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...Software testing effort estimation with cobb douglas function a practical app...
Software testing effort estimation with cobb douglas function a practical app...
 
Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...Software testing effort estimation with cobb douglas function- a practical ap...
Software testing effort estimation with cobb douglas function- a practical ap...
 
D05511625
D05511625D05511625
D05511625
 
AMAZON STOCK PRICE PREDICTION BY USING SMLT
AMAZON STOCK PRICE PREDICTION BY USING SMLTAMAZON STOCK PRICE PREDICTION BY USING SMLT
AMAZON STOCK PRICE PREDICTION BY USING SMLT
 
IRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and ChallengesIRJET- Machine Learning: Survey, Types and Challenges
IRJET- Machine Learning: Survey, Types and Challenges
 
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATIONAN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
AN ENVIRONMENT FOR NON-DUPLICATE TEST GENERATION FOR WEB BASED APPLICATION
 
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTIONOPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
OPTIMAL CHOICE: NEW MACHINE LEARNING PROBLEM AND ITS SOLUTION
 
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITY
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITYQM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITY
QM0012- STATISTICAL PROCESS CONTROL AND PROCESS CAPABILITY
 
Performance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning AlgorithmsPerformance Comparision of Machine Learning Algorithms
Performance Comparision of Machine Learning Algorithms
 
IRJET- Semantic Analysis of Online Customer Queries
IRJET-  	  Semantic Analysis of Online Customer QueriesIRJET-  	  Semantic Analysis of Online Customer Queries
IRJET- Semantic Analysis of Online Customer Queries
 
operation research notes
operation research notesoperation research notes
operation research notes
 
Student Performance Predictor
Student Performance PredictorStudent Performance Predictor
Student Performance Predictor
 
LNCS 5050 - Bilevel Optimization and Machine Learning
LNCS 5050 - Bilevel Optimization and Machine LearningLNCS 5050 - Bilevel Optimization and Machine Learning
LNCS 5050 - Bilevel Optimization and Machine Learning
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOTWARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
IJTRET-International Journal of Trendy Research in Engineering and Technology
 

More from IJTRET-International Journal of Trendy Research in Engineering and Technology (20)

A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATIONA NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
A NOVEL STEP UP MISO CONVERTER FOR HYBRID ELECTRICAL VEHICLES APPLICATION
 
VIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITYVIRTUAL TUTOR USING AUGMENTED REALITY
VIRTUAL TUTOR USING AUGMENTED REALITY
 
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
PREDICTIVE DATA MINING ALGORITHMS FOR OPTIMIZED BEST CROP IN SOIL DATA CLASSI...
 
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCENUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
NUDGE - A DAY PLANNER ANDROID APPLICATION USING ARTIFICIAL INTELLIGENCE
 
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATIONEFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
EFFECTIVE IN-HOUSE VOTING AND VERIFICATION USING BLOCK CHAIN IMPLEMENTATION
 
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEMSAFETY NOTIFICATION AND BUS MONITORING SYSTEM
SAFETY NOTIFICATION AND BUS MONITORING SYSTEM
 
PROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEMPROVISION MULTI-VENDOR APPLICATION SYSTEM
PROVISION MULTI-VENDOR APPLICATION SYSTEM
 
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
Integrative detection of Human, Object movement and Fire Sensing Using LoRaWA...
 
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEMREVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
REVIEW ON: IOT BASED HEART DISEASE MONITORING SYSTEM
 
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOTWARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
WARNING SYSTEM FROM THREAT OF WILD ANIMALS USING IOT
 
Emission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol EmulsionEmission Control in CI Engine using Ethanol Emulsion
Emission Control in CI Engine using Ethanol Emulsion
 
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON  THERMOMECHANICAL PROPERTI...
EXPERIMENTAL INVESTIGATION OF CuO NANOPARTICLES ON THERMOMECHANICAL PROPERTI...
 
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...OPTIMIZATION OF QUALITY ENHANCEMENT  OF CNC MACHINING PROCESS BY USING  NEURA...
OPTIMIZATION OF QUALITY ENHANCEMENT OF CNC MACHINING PROCESS BY USING NEURA...
 
Analysis of Gravity Die Casted Aluminium parts using MAGMA
Analysis of Gravity Die Casted Aluminium parts  using MAGMAAnalysis of Gravity Die Casted Aluminium parts  using MAGMA
Analysis of Gravity Die Casted Aluminium parts using MAGMA
 
A review on Friction Stir Welding
A review on Friction Stir WeldingA review on Friction Stir Welding
A review on Friction Stir Welding
 
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE  (LA3GA5.5NB0.5O14) CERAMICS...
PREPARATION OF PURE AND AL SUBSTITUTED LANGANITE (LA3GA5.5NB0.5O14) CERAMICS...
 
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR  EXTRACTING ARTIFACT...
AN IMPROVED NONINVASIVE AND MULTIMODEL PSO ALGORITHM FOR EXTRACTING ARTIFACT...
 
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICSPRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
PRINCIPLE AND APPLICATIONS OF EJECTION SEAT IN AERONAUTICS
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 

Recently uploaded

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
nikitacareer3
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 

Recently uploaded (20)

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptxTOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
TOP 10 B TECH COLLEGES IN JAIPUR 2024.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 

COMBINED CHARGES DIFFICULTY EVALUATION AND TESTEES LEVEL FOR INTELLECT APPRAISAL

  • 1. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 15 COMBINED CHARGES DIFFICULTY EVALUATION AND TESTEES LEVEL FOR INTELLECT APPRAISAL 1 S.Bhuvana, 2 Lokesh Raj R.M , 2 Sriram.S , 2 Yuvaraj.P 1 Assistant Professor, 2 Final year student, Department of CSE, Sriram Engineering college, Perumalpattu,Tiruvallur District-602024 bhupreethi@gmail.com,lokeshrm8@gmail.com, srisundar321@gmail.com,yuvaraj.p4599@gmail.com ABSTRACT In this paper, the combined charge difficulty evaluation and testees level for intellect appraisal are to find the employee performance. In testing the tests and task evaluation of different designation employee’s performance outcome result is difficult to rank the outcome result. Whereby higher officials evaluate and provide feedback on employee job performance, including steps to improve or redirect activities as need. Higher official documenting performance provides a basis for pay increases and promotions. In this project, higher official evaluates the lower official by assigning task and testees. The higher official will solve the difficulties of testing and ranking problem for appraisal. All these findings are useful to intelligence tests. Here the evaluation of each employee was calculated and view by the Bernoulli’s Distribution algorithm. Keywords-Task evaluation, employee appraisal, ranking of employees I. Introduction TESTING the intelligence level of a human or an artificial intelligent system is an important yet hard problem. Since it is really hard to directly define intelligence, we usually indirectly characterize the intelligence level of the human or artificial intelligent systems according to their behaviors in some dedicated tests. For example, we often test the intelligence levels of children based on their performance in some standard tasks designed by human experts. However, such methods may not work for some artificial intelligent systems, since we do not have a standard comparison level fortasks In this paper, we study the testing tasks evaluation and testees ranking problem. Tasks may have different difficulty levels, and testees may have different capabilities; however, we do not know in such a scope. Usually, we setup a series of tasks (e.g., traffic sign detection, vehicle detection, and pedestrian detection) for the vehicle and check whether it can successfully finish these tasks in time. However, we cannot accurately determine the difficulties of each task. The vehicles that take part in the tests may also have noticeably various capabilities, so that we cannot judge the difficulty of each task simply by their performance Our objective is to simultaneously determine the relative difficulty level of each testing task and the relative capability of every testee, purely based on the test outcome of every testees on each task. Moreover, we assume that testees may have a probability to pass a certain task so as to allow certain uncertainty. To solve this problem, we have designed two models to solve this problem. One model assumes that the test out- come follows a certain Bernoulli distribution, while the other assumes that the test outcome follows a certain Bernoulli distribution with the beta distribution-type a priori knowledge. We formulate the problem as likelihood estimation problems. And propose coordinate descent algorithm to solve the Para- meters of the studied distributions. We show that the beta distribution-type a priori knowledge is useful, when we only carry out a limited number of tests due to time and financial budgets. To better present our findings, the rest of this paper is arranged as follows. Sections II and III present the
  • 2. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 16 i,j i,j problems and give two statistical learning models as well as the solving algorithm. Section IV provides an empirical numerical study. SectionV discusses how to extend this model for more general cases. Finally,SectionVI provides the conclusion. This model is somewhat like the logistic principal component analysis model proposed .However, our model adds quite different assumptions on the latent structure of the statistical model. Clearly, to derive an estimation of piand q jis equivalent to finding a parameter set of piand q jthat maximize L. How- ever, it is not a convex optimization problem for maximum likelihood estimation (MLE) problem Summarizing the above analysis, we propose the follow- ing coordinate descent algorithm. The numerical tests show that this coordinate descent algorithm converges to the local optimal solution quickly. To increase the probability to hit the global optimal solution, we can run the following algorithm for several times with different initialvalues Therefore, each iteration can increase or maintain the lower bound estimation of the log-likelihood. Consequently, the lower bound of the log-likelihood will finally converge to a local maximum II. TESTINGRESULTS Here, we give a numerical example for intelligent vehicles testing In November 2017, 11 teams took part in the vehicle detection competition supported by the National Natural Science Foundation of China. The competition consists of 48 vehicles to detect, and the testing results are shown in Fig. 1. Each column represents for a testees while each row represents for a task vehicle. Then, the element in the j th row and i th column stands for the binary detection result, where 1 means passed and 0 means failed. (worked out 46 tasks) is very close to team 7 (worked out 47 tasks), their capability differences should not be omitted. Intuitively, the most difficult task,i.e.,task7,and the most capable testee, i.e., team 7, located in the top right of each figure, should be distinguishable from other tasks and testees, especially nearby ones. Such distinguish ability implies the curves of estimated and sorted pi and q j should not be flat contrarily, the Bernoulli distribution with the beta distribution- type a priori knowledge model appropriately emphasizes this point and, meanwhile, gives the prominence to the difficulty level of task 7, as shown in Fig. 3. Therefore, we can conclude that, when we have limited times of tests for a single task, the beta distribution-type a priori knowledge is needed III. FURTHERDISCUSSION Model Estimation Considering MissingData The afore mentioned statistical learning model (1) provides a basis for simultaneous tasks evaluation and testees ranking. However, in many situations, (a)Estimated and sorted pi,and the simple ranks of the testees (b) Estimated and sorted q j , and the simple ranks of the testees. Do not have enough time and money to carry out tests on each task for every testee.To handle the parameter estimation with respect to missing observations, were sort to the classic expectation maximization(EM) algorithm Suppose that the available part of xi,jcan be written as x obs and the missing part of xi,j can be written as x miss. The detailed algorithm is given as follows. It is easy to prove that the above algorithm is a standard EM algorithm can converge to a local optimal solution
  • 3. International Journal of Trendy Research in Engineering andTechnology Volume 4 Issue 2 April 2020 ISSN NO 2582-0958 ________________________________________________________________________ www.trendytechjournals.com 17 = = quickly. We need to run the above algorithm for several times with different initial values to increase the probability to hit the global optimal solution. The larger the missing ratio, the larger is the number of running times. Similarly, we can handle the cases when the beta distribution-type a prior knowledge is considered Model Estimation Considering Multiple Experiments The above models assume that every testee runs each test once. However, we can further relax this assumption and allow the i th testee to run the j th testing task for yi,j times and record the number of successfully finish. We can still derive an estimation of piand q jby finding a parameter set of piand q jto maximize the likelihood function IV. CONCLUSION In this paper, we discuss how to simultaneously determine the difficulty levels of testing tasks and the capabilities of testees, especially when heterogeneous tasks and testees are considered. We propose several statistical learning models to handle such problems and allow testees to have some certain uncertainties in finishing tasks. The numerical test results verify the effectiveness of the proposed learning models and also the solving algorithms. All these findings are useful to designs of tests for artificial intelligent systems. It should be pointed out that the aforementioned algorithm only provides an up-to-time estimation of the tasks and testees, because the capability of a testee may grow with time and the relative difficulty of a task may also vary accordingly. Similar to the Elaborating system for chess and Go games [6], we need to continuously design new and tougher tasks to keep a proper understanding of the testees. V. REFERENES [1] S. J. Russell and P.Norvig, Artificial Intelligence: A Modern Approach, 3rd ed. London, U.K.: PearsonEducation, 2010. [2] L. Li et al., “Artificial intelligence test: A case study of intelligent vehicles,” Artif. Intell. Rev., vol. 50, no. 3, pp. 441⣓465, Oct.2018. [3] R. J. Sternberg, Beyond IQ: A Triarchic Theory of Human Intelligence. Cambridge, U.K.: Cambridge Univ. Press,1985. [4] N. Mackintosh, IQ and Human Intelligence, 2nd ed. Oxford, U.K.: Oxford Univ. Press,2011. [5] S. Ohlsson, R. H. Sloan, G. Turán, and A. Urasky, “Measuring an artificial intelligence system’s performance on a verbal IQ test for young children,” J. Experim., Theor. Artif. Intell., vol. 29, no. 4, pp. 679–693, 2017. [6] D. Silver et al., “Mastering the game of Go without human knowledge,” Nature, vol. 550, pp. 354–359, Oct. 2017. [7] L. Li, D. Wen, N.-N. Zheng, and L.-C. Shen, “Cognitive cars: A new frontier for ADAS research,” IEEE Trans. Intell. Transp. Syst., vol. 13, no. 1, pp. 395–407,Mar. 2012. [8] W. Huang, D. Wen, J. Geng, and N.-N. Zheng, “Task- specific perfor- mance evaluation of UGVs: Case studies at the IVFC,” IEEE Trans. Intell. Transp. Syst., vol. 15, no. 5, pp. 1969–1979, Oct.2014. [9] L. Li, W.-L. Huang, Y. Liu, N.-N. Zheng, and F.-Y. Wang,“Intelligence testing for autonomous vehicles: A new approach,” IEEE Trans. Intell. Veh., vol. 1, no. 2, pp. 158– 166, Jun. 2016 [10] A. I. Schein, L. K. Saul, and L. H. Ungar, “A generalized linear model for principal component analysis of binary data,” in Proc. 9 th Int. Workshop Artif. Intell. Statist., Jan. 2003, p.10. [11] L. Li, Selected Applications of Convex Optimization. Beijing, China: Springer,2015. [12] A. K. Gupta and S. Nadarajah, Eds., Handbook of Beta Distribution and Its Applications. Boca Raton, FL, USA: CRC Press,2004. [13] A. Dempster, N. Laird, and D. B. Rubin, “Maximum likelihood from incomplete data via the EM algorithm,” J. Roy. Stat. Soc. Ser. B, vol. 39, no. 1, pp. 1–38,1977. [14] M. E. Tipping and C. M. Bishop, “Probabilistic principal