SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1077
Predicting Academic Course Preference using Inspired MapReduce
Nandini Patil1, Nageshwari2
1Professor, CSE, Sharanbasva University, Kalaburagi, India
2Student, CSE, Sharanbasva University, Kalaburagi, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - With the emergence of new technologies, new academic trends introduced into Educational system which results in
large data which is unregulated and it is also challenge for students to prefer to those academic courses which are helpful in their
industrial training and increases their career prospects. Another challenge is to convert the unregulated data intostructuredand
meaningful information there is need of Data Mining Tools. Distributed File System is used to hold large amount of data. TheFiles
are stored in a redundant fashion across multiple machines which ensure their endurance to failure and parallel applications.
Knowledge extracted using Map Reduce will be helpful in decision making for students to determine courses chosen for industrial
trainings. In this paper, we are deriving preferable courses for pursuing training for students based oncoursecombinations. Here,
using DFS, tasks run over Map Reduce and output is obtained after aggregation of results.
Keywords: Data Mining Tools, Distributed File System, Map Reduce
1. INTRODUCTION
Data mining is one of the most prominent areas in modern technologies for retrieving meaningful information from huge
amount of unstructured and distributed data using parallel processingofdata.ThereishugeadvantagetoEducational sector of
following Data Mining Techniques to analyze data input from students, feedbacks, latest academic trends etc which helps in
providing quality education and decision-makingapproachforstudentstoincreasetheircareerprospectsand rightselectionof
courses for industrial trainings to fulfill the skill gap pertains between primary education and industry hiring students. Data
Mining has great impact in academic systems where education is weighed as primary input for societal progress.
Big data is the emerging field of data mining. It is a term for datasets that are so large or complex that traditional data
processing application software is incompetent to deal with them. Big data includes gathering of data for storage and analysis
purpose which gain control over operations like searching, sharing, visualization of data, query processing, updation and
maintain privacy of information. In Big data, there is extremely large dataset that is analyzed computationally to reveal
patterns, trends and associations. It deals with unstructured data which may include MS Office files, PDF, Text etc whereas
structured data may be the relational data. Big Data approach can help colleges, institutions, universities to get a
comprehensive aspect about the students. It helps in answering questions related to the learning behaviors, better
understanding and curriculum trends, and future course selection for students which helps to create captivating learning
experiences for students. The problem of enormously large size of dataset can be solved using Map Reduce Techniques .Map
Reduce jobs run and Clusters by splitting the big data into small chunks and process the data by running it parallel on
distributed clusters.
Fig. 1. Block Diagram of Industrial Training Course selection Using Map Reduce
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1078
1.1 RELATED WORK
 Jongwook Woo, "Apriori-Map/Reduce Algorithm." Proceedings of the International Conference on Parallel and
Distributed Processing Techniques and Applications (PDPTA). The Steering Committee of The WorldCongressinComputer
Science, Computer Engineering and Applied Computing (WorldComp), 2012.Apriori algorithm is implemented and high
performance is achieved using Map Reduce Technique of Hadoop framework to collect item sets frequently occurred in
dataset.
 Xin YueYang,Zhen Liu,Yan Fu, “MapReduce as a Programming Model for Association Rules Algorithm on Hadoop”,
Information Sciences and Interaction Sciences (ICIS), 2010 3rd International Conference on, pp. 99-102. IEEE, 2010.author
has mainly addressed the challenges of using Map Reduce model for computing parallel application of Apriori.
 Katrina Sin, Loganathan Muthu,"Application of Big Data in Education Data Mining and Learning Analytics – A
Literature Review”, ICTACT Journal on Soft Computing, ISSN: 2229-6956 (online), Vol5, Issue 4, July 2015.
 Big Data Techniques are the necessity in learningenvironmentsandpresentscenario withlargeamountofunstructureddata
and introduction of Massive open online courses in Education has stressed upon the need for data mining in Education.
 B.Manjulatha, Ambica Venna, K.Soumya,"Implementation of Hadoop Operations for Big Data Processing in
Educational Institutions”, International Journal of Innovative Research in Computer and Communication Engineering,
ISSN(Online) : 2320-9801, Vol. 4, Issue 4, April 2016. Tools of Data Mining like MangoDB, an open-sourcebdatabase and
Apache Hadoop are discussed. Data Mining Techniques using these tools help students in choosing their course curriculum.
1.2 PROPOSED SYSTEM
Here, we have used, a single machine called the name node. The input dataset collected from students is shown in Table I is
stored in the DFS for Map reduce.
Table I :Dataset for Course selection
The input data is then split into various clusters and provide it to the mapper that maps data to the output. The output from
the mapper is represented as <key, value> pair. The output obtained from the mapper are then combined together in the
combiner and then sent to the reducer.
ADVANTAGES OF PROPOSED SYSTEM
 Helps in providing quality education and decision-making approach for students to increase their career prospects
 For right selection of courses for industrial trainingsto fulfil theskill gappertainsbetweenprimaryeducationandindustry
hiring students
 Avoids ambiguity.
 Easy course finding for training centres.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1079
MODULES
 Admin
 Student Register
 Course Selection
 Map reducing
2. RESULTS
 Admin
This module maintains course master and map reducing. Administrator Management allows the administratortocontrol who
has access to leap within their company or organization. Administration Management allows the administrator to control the
level of access each authorized person has to leap's administration and content modules. Trusted Users Groups. The System
Administration Module (also called the Admin GUI) is an application that allows administrative users to manage CONNECT
configuration, monitor gateway statistics and help with troubleshooting issues using CONNECT log files.
 Student Register
Registration Department is also interested in the documentation of processes to monitor grades and modify andaddordelete
courses during the regular student in the study. ... Student registration system is a structure that provides a simple set-up of
programs for student enrolment.
With the advent of Information Technology in the last decade, the major focus has shifted from manual systems to
computerised systems. Various systems viz. training, railway reservation, hospital management etc. involving manual work
have been automated efficiently. Student course registration process in colleges involve filling registration forms manually,
getting it signed by respective subject teachers, and then getting the documents acknowledged from the concerned Advisors,
College Deans and Accounts Officers respectively. Finally the registrationformsaresubmittedintheAdministrativeBranch. As
is evident, this process is very laborious and time consuming. So an Online Student Course Registration System has been
developed to simplify the current manual procedure. This module is used to register the student by entering fname, address,
email, contact..etc.
 Course Selection
This is used to select the course by student. The student will select the course for industrial training purpose.
 Map reducing
This module loads the input data of the student. Then splits the data. Performs mapping, shuffling, reducing andprovidesthe
output data of the course selected by the student. Based on this result, the industrial course conducted admin can be able to
find out how many number of student enroll for each course so that he can able to manage the staff for coaching.
Fig 2. Menu
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1080
Fig 3. Split data
Fig 4. Mapping
Fig.5 Shuffling
Fig.6 Final Result
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1081
3. CONCLUSION
The Map Reduce approach is used for running jobs over DFS. Using Map Reduce, the application can be scaled to run over
multiple machines in a cluster and for that cluster is used. The Map Reduce Framework consists of Map and Reduce Functions
with single Resource Manager which acts as a master and one Node manager which acts as slave per cluster node. The input
dataset is fed into the mapper and after passing through shuffle phase, reducer displays theoutputafteraggregatingthetuples
obtained from mapper and are in the form of <key, value> pair. The dataset shows that the students have opted for multiple
course combinations for industrial trainings andthedata becomesunstructuredaswell confusingforstudentstooptforcourse
for trainings. The results in this paper shows that large volume of coursecombinations intheformofinputdatasetafterpassed
through mapper function in Map Reduce Framework which runs the job in parallel on a singlenodecluster,itconvertsthedata
into individual tuples and the meaningful data obtained fromReducerfunctionclassifiesthedata ofcoursecombinationsopted
more by students and strengthens the decision-making of students as well institutions to prefer demanding course for
Industrial trainings.
REFERENCES
1] Sonali Agarwal, G. N. Pandey, M. D. Tiwari, “Data Mining in Education: Data Classification and Decision Tree Approach”,
International Journal of e-Education, e-Business, e-Management and e-Learning, Vol. 2, No. 2, April 2012.
[2] Jongwook Woo, "Apriori-Map/Reduce Algorithm." Proceedings of the International Conference on Parallel and
Distributed Processing Techniques and Applications (PDPTA). The Steering Committee of The World Congress in Computer
Science, Computer Engineering and Applied Computing (WorldComp), 2012.
[3] Xin YueYang, Zhen Liu,Yan Fu, “MapReduce as a Programming Model for Association Rules Algorithm on Hadoop”,
Information Sciences and Interaction Sciences (ICIS), 2010 3rd International Conference on, pp. 99-102. IEEE, 2010.
[4] Katrina Sin, Loganathan Muthu,"Application of Big Data inEducationData MiningandLearningAnalytics – ALiterature
Review" ,ICTACT Journal on Soft Computing, ISSN: 2229-6956 (online), Vol5, Issue 4,July 2015.
[5] B.Manjulatha, Ambica Venna, K.Soumya,"Implementation of HadoopOperationsforBigData ProcessinginEducational
Institutions", International Journal of Innovative Research in ComputerandCommunicationEngineering,ISSN(Online):2320-
9801,Vol. 4, Issue 4, April 2016.

More Related Content

What's hot

Information systems planning using a synthesis of modelling techniques
Information systems planning using a synthesis of modelling techniquesInformation systems planning using a synthesis of modelling techniques
Information systems planning using a synthesis of modelling techniquesTony Toole
 
Competency model for
Competency model forCompetency model for
Competency model forcsandit
 
Prototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo DataPrototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo DataIJSRED
 
Smart School Framework for Boarding School Based on Service System Engineering
Smart School Framework for Boarding School Based on Service System EngineeringSmart School Framework for Boarding School Based on Service System Engineering
Smart School Framework for Boarding School Based on Service System Engineeringsabaribmt
 
IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...eraser Juan José Calderón
 
Result generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationResult generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationeSAT Journals
 
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...eraser Juan José Calderón
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management systemeSAT Journals
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...eSAT Publishing House
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019kamilHussain15
 
Two-Scheme Grading Management and Student Profiling System
Two-Scheme Grading Management and Student Profiling SystemTwo-Scheme Grading Management and Student Profiling System
Two-Scheme Grading Management and Student Profiling SystemRix Morales
 
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...paperpublications3
 
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSIjdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSijdms
 
Smudie case study
Smudie case studySmudie case study
Smudie case studyTony Toole
 
Evaluating a restructured university portal framework with reusable components
Evaluating a restructured university portal framework with reusable componentsEvaluating a restructured university portal framework with reusable components
Evaluating a restructured university portal framework with reusable componentseSAT Journals
 
Automated Course registration and Result Processing System
Automated Course registration and  Result Processing SystemAutomated Course registration and  Result Processing System
Automated Course registration and Result Processing SystemAbebayehuAlaro
 
Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Associate Professor in VSB Coimbatore
 
A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Miningijircee
 
IRJET- A Survey on Current Apply in Teaching of AI
IRJET-  	  A Survey on Current Apply in Teaching of AIIRJET-  	  A Survey on Current Apply in Teaching of AI
IRJET- A Survey on Current Apply in Teaching of AIIRJET Journal
 
Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...IJECEIAES
 

What's hot (20)

Information systems planning using a synthesis of modelling techniques
Information systems planning using a synthesis of modelling techniquesInformation systems planning using a synthesis of modelling techniques
Information systems planning using a synthesis of modelling techniques
 
Competency model for
Competency model forCompetency model for
Competency model for
 
Prototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo DataPrototype of the Export Information System for Managing Cargo Data
Prototype of the Export Information System for Managing Cargo Data
 
Smart School Framework for Boarding School Based on Service System Engineering
Smart School Framework for Boarding School Based on Service System EngineeringSmart School Framework for Boarding School Based on Service System Engineering
Smart School Framework for Boarding School Based on Service System Engineering
 
IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...IoT-based students interaction framework using attention-scoring assessment i...
IoT-based students interaction framework using attention-scoring assessment i...
 
Result generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organizationResult generation system for cbgs scheme in educational organization
Result generation system for cbgs scheme in educational organization
 
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
Multimedia based IoT-centric smart framework for eLearning paradigm Muhammad ...
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management system
 
A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...A study model on the impact of various indicators in the performance of stude...
A study model on the impact of various indicators in the performance of stude...
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019
 
Two-Scheme Grading Management and Student Profiling System
Two-Scheme Grading Management and Student Profiling SystemTwo-Scheme Grading Management and Student Profiling System
Two-Scheme Grading Management and Student Profiling System
 
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...
Dimensions of Enterprise Resource Planning Systems Success in Public and Priv...
 
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSIjdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
 
Smudie case study
Smudie case studySmudie case study
Smudie case study
 
Evaluating a restructured university portal framework with reusable components
Evaluating a restructured university portal framework with reusable componentsEvaluating a restructured university portal framework with reusable components
Evaluating a restructured university portal framework with reusable components
 
Automated Course registration and Result Processing System
Automated Course registration and  Result Processing SystemAutomated Course registration and  Result Processing System
Automated Course registration and Result Processing System
 
Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities Development of Intelligent Alumni Management System for Universities
Development of Intelligent Alumni Management System for Universities
 
A Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data MiningA Nobel Approach On Educational Data Mining
A Nobel Approach On Educational Data Mining
 
IRJET- A Survey on Current Apply in Teaching of AI
IRJET-  	  A Survey on Current Apply in Teaching of AIIRJET-  	  A Survey on Current Apply in Teaching of AI
IRJET- A Survey on Current Apply in Teaching of AI
 
Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...Design an expert system for students graduation projects in Iraq universities...
Design an expert system for students graduation projects in Iraq universities...
 

Similar to IRJET- Predicting Academic Course Preference using Inspired Mapreduce

A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemIRJET Journal
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
A Review on Student Result Management System
A Review on Student Result Management SystemA Review on Student Result Management System
A Review on Student Result Management SystemIRJET Journal
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable GeneratorIRJET Journal
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET Journal
 
IRJET- Course outcome Attainment Estimation System
IRJET-  	  Course outcome Attainment Estimation SystemIRJET-  	  Course outcome Attainment Estimation System
IRJET- Course outcome Attainment Estimation SystemIRJET Journal
 
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENT
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENTPORTAL FOR INFORMATION TECHNOLOGY DEPARTMENT
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENTIRJET Journal
 
IRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management SystemIRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management SystemIRJET Journal
 
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSES
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSESEDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSES
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSESIRJET Journal
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEIRJET Journal
 
IRJET- Application of Mobile Technologies to Enhance the Teaching and Lea...
IRJET-  	  Application of Mobile Technologies to Enhance the Teaching and Lea...IRJET-  	  Application of Mobile Technologies to Enhance the Teaching and Lea...
IRJET- Application of Mobile Technologies to Enhance the Teaching and Lea...IRJET Journal
 
IRJET- College Campus Event Management System
IRJET- College Campus Event Management SystemIRJET- College Campus Event Management System
IRJET- College Campus Event Management SystemIRJET Journal
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET Journal
 
A Review on Training and Placement Management System
A Review on Training and Placement Management SystemA Review on Training and Placement Management System
A Review on Training and Placement Management SystemIRJET Journal
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student AttendanceIRJET Journal
 
IRJET- Smart College
IRJET- Smart CollegeIRJET- Smart College
IRJET- Smart CollegeIRJET Journal
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET Journal
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web ApplicationIRJET Journal
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web ApplicationMandy Brown
 

Similar to IRJET- Predicting Academic Course Preference using Inspired Mapreduce (20)

A Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management SystemA Literature Survey on Student Profile Management System
A Literature Survey on Student Profile Management System
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
A Review on Student Result Management System
A Review on Student Result Management SystemA Review on Student Result Management System
A Review on Student Result Management System
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
 
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
IRJET- Educational Data Mining for Prediction of StudentsPerformance using Cl...
 
IRJET- Course outcome Attainment Estimation System
IRJET-  	  Course outcome Attainment Estimation SystemIRJET-  	  Course outcome Attainment Estimation System
IRJET- Course outcome Attainment Estimation System
 
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENT
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENTPORTAL FOR INFORMATION TECHNOLOGY DEPARTMENT
PORTAL FOR INFORMATION TECHNOLOGY DEPARTMENT
 
IRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management SystemIRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management System
 
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSES
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSESEDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSES
EDUCATIONAL ANALYSIS FOR UNDERGRADUATION COURSES
 
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGEDEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
DEPARTMENT MANAGEMENT SYSTEM FOR A PARTICULAR DEPARTMENT IN THE COLLEGE
 
IRJET- Application of Mobile Technologies to Enhance the Teaching and Lea...
IRJET-  	  Application of Mobile Technologies to Enhance the Teaching and Lea...IRJET-  	  Application of Mobile Technologies to Enhance the Teaching and Lea...
IRJET- Application of Mobile Technologies to Enhance the Teaching and Lea...
 
IRJET- College Campus Event Management System
IRJET- College Campus Event Management SystemIRJET- College Campus Event Management System
IRJET- College Campus Event Management System
 
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-AlgorithmIRJET- Secure Pinboard Information Shared By Sha-Algorithm
IRJET- Secure Pinboard Information Shared By Sha-Algorithm
 
A Review on Training and Placement Management System
A Review on Training and Placement Management SystemA Review on Training and Placement Management System
A Review on Training and Placement Management System
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student Attendance
 
IRJET- Smart College
IRJET- Smart CollegeIRJET- Smart College
IRJET- Smart College
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary Education
 
Alumni Management System – Web Application
Alumni Management System – Web ApplicationAlumni Management System – Web Application
Alumni Management System – Web Application
 
Alumni Management System -Web Application
Alumni Management System -Web ApplicationAlumni Management System -Web Application
Alumni Management System -Web Application
 
Student information system
Student information systemStudent information system
Student information system
 

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

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 

Recently uploaded (20)

Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(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...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 

IRJET- Predicting Academic Course Preference using Inspired Mapreduce

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1077 Predicting Academic Course Preference using Inspired MapReduce Nandini Patil1, Nageshwari2 1Professor, CSE, Sharanbasva University, Kalaburagi, India 2Student, CSE, Sharanbasva University, Kalaburagi, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - With the emergence of new technologies, new academic trends introduced into Educational system which results in large data which is unregulated and it is also challenge for students to prefer to those academic courses which are helpful in their industrial training and increases their career prospects. Another challenge is to convert the unregulated data intostructuredand meaningful information there is need of Data Mining Tools. Distributed File System is used to hold large amount of data. TheFiles are stored in a redundant fashion across multiple machines which ensure their endurance to failure and parallel applications. Knowledge extracted using Map Reduce will be helpful in decision making for students to determine courses chosen for industrial trainings. In this paper, we are deriving preferable courses for pursuing training for students based oncoursecombinations. Here, using DFS, tasks run over Map Reduce and output is obtained after aggregation of results. Keywords: Data Mining Tools, Distributed File System, Map Reduce 1. INTRODUCTION Data mining is one of the most prominent areas in modern technologies for retrieving meaningful information from huge amount of unstructured and distributed data using parallel processingofdata.ThereishugeadvantagetoEducational sector of following Data Mining Techniques to analyze data input from students, feedbacks, latest academic trends etc which helps in providing quality education and decision-makingapproachforstudentstoincreasetheircareerprospectsand rightselectionof courses for industrial trainings to fulfill the skill gap pertains between primary education and industry hiring students. Data Mining has great impact in academic systems where education is weighed as primary input for societal progress. Big data is the emerging field of data mining. It is a term for datasets that are so large or complex that traditional data processing application software is incompetent to deal with them. Big data includes gathering of data for storage and analysis purpose which gain control over operations like searching, sharing, visualization of data, query processing, updation and maintain privacy of information. In Big data, there is extremely large dataset that is analyzed computationally to reveal patterns, trends and associations. It deals with unstructured data which may include MS Office files, PDF, Text etc whereas structured data may be the relational data. Big Data approach can help colleges, institutions, universities to get a comprehensive aspect about the students. It helps in answering questions related to the learning behaviors, better understanding and curriculum trends, and future course selection for students which helps to create captivating learning experiences for students. The problem of enormously large size of dataset can be solved using Map Reduce Techniques .Map Reduce jobs run and Clusters by splitting the big data into small chunks and process the data by running it parallel on distributed clusters. Fig. 1. Block Diagram of Industrial Training Course selection Using Map Reduce
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1078 1.1 RELATED WORK  Jongwook Woo, "Apriori-Map/Reduce Algorithm." Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA). The Steering Committee of The WorldCongressinComputer Science, Computer Engineering and Applied Computing (WorldComp), 2012.Apriori algorithm is implemented and high performance is achieved using Map Reduce Technique of Hadoop framework to collect item sets frequently occurred in dataset.  Xin YueYang,Zhen Liu,Yan Fu, “MapReduce as a Programming Model for Association Rules Algorithm on Hadoop”, Information Sciences and Interaction Sciences (ICIS), 2010 3rd International Conference on, pp. 99-102. IEEE, 2010.author has mainly addressed the challenges of using Map Reduce model for computing parallel application of Apriori.  Katrina Sin, Loganathan Muthu,"Application of Big Data in Education Data Mining and Learning Analytics – A Literature Review”, ICTACT Journal on Soft Computing, ISSN: 2229-6956 (online), Vol5, Issue 4, July 2015.  Big Data Techniques are the necessity in learningenvironmentsandpresentscenario withlargeamountofunstructureddata and introduction of Massive open online courses in Education has stressed upon the need for data mining in Education.  B.Manjulatha, Ambica Venna, K.Soumya,"Implementation of Hadoop Operations for Big Data Processing in Educational Institutions”, International Journal of Innovative Research in Computer and Communication Engineering, ISSN(Online) : 2320-9801, Vol. 4, Issue 4, April 2016. Tools of Data Mining like MangoDB, an open-sourcebdatabase and Apache Hadoop are discussed. Data Mining Techniques using these tools help students in choosing their course curriculum. 1.2 PROPOSED SYSTEM Here, we have used, a single machine called the name node. The input dataset collected from students is shown in Table I is stored in the DFS for Map reduce. Table I :Dataset for Course selection The input data is then split into various clusters and provide it to the mapper that maps data to the output. The output from the mapper is represented as <key, value> pair. The output obtained from the mapper are then combined together in the combiner and then sent to the reducer. ADVANTAGES OF PROPOSED SYSTEM  Helps in providing quality education and decision-making approach for students to increase their career prospects  For right selection of courses for industrial trainingsto fulfil theskill gappertainsbetweenprimaryeducationandindustry hiring students  Avoids ambiguity.  Easy course finding for training centres.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1079 MODULES  Admin  Student Register  Course Selection  Map reducing 2. RESULTS  Admin This module maintains course master and map reducing. Administrator Management allows the administratortocontrol who has access to leap within their company or organization. Administration Management allows the administrator to control the level of access each authorized person has to leap's administration and content modules. Trusted Users Groups. The System Administration Module (also called the Admin GUI) is an application that allows administrative users to manage CONNECT configuration, monitor gateway statistics and help with troubleshooting issues using CONNECT log files.  Student Register Registration Department is also interested in the documentation of processes to monitor grades and modify andaddordelete courses during the regular student in the study. ... Student registration system is a structure that provides a simple set-up of programs for student enrolment. With the advent of Information Technology in the last decade, the major focus has shifted from manual systems to computerised systems. Various systems viz. training, railway reservation, hospital management etc. involving manual work have been automated efficiently. Student course registration process in colleges involve filling registration forms manually, getting it signed by respective subject teachers, and then getting the documents acknowledged from the concerned Advisors, College Deans and Accounts Officers respectively. Finally the registrationformsaresubmittedintheAdministrativeBranch. As is evident, this process is very laborious and time consuming. So an Online Student Course Registration System has been developed to simplify the current manual procedure. This module is used to register the student by entering fname, address, email, contact..etc.  Course Selection This is used to select the course by student. The student will select the course for industrial training purpose.  Map reducing This module loads the input data of the student. Then splits the data. Performs mapping, shuffling, reducing andprovidesthe output data of the course selected by the student. Based on this result, the industrial course conducted admin can be able to find out how many number of student enroll for each course so that he can able to manage the staff for coaching. Fig 2. Menu
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1080 Fig 3. Split data Fig 4. Mapping Fig.5 Shuffling Fig.6 Final Result
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1081 3. CONCLUSION The Map Reduce approach is used for running jobs over DFS. Using Map Reduce, the application can be scaled to run over multiple machines in a cluster and for that cluster is used. The Map Reduce Framework consists of Map and Reduce Functions with single Resource Manager which acts as a master and one Node manager which acts as slave per cluster node. The input dataset is fed into the mapper and after passing through shuffle phase, reducer displays theoutputafteraggregatingthetuples obtained from mapper and are in the form of <key, value> pair. The dataset shows that the students have opted for multiple course combinations for industrial trainings andthedata becomesunstructuredaswell confusingforstudentstooptforcourse for trainings. The results in this paper shows that large volume of coursecombinations intheformofinputdatasetafterpassed through mapper function in Map Reduce Framework which runs the job in parallel on a singlenodecluster,itconvertsthedata into individual tuples and the meaningful data obtained fromReducerfunctionclassifiesthedata ofcoursecombinationsopted more by students and strengthens the decision-making of students as well institutions to prefer demanding course for Industrial trainings. REFERENCES 1] Sonali Agarwal, G. N. Pandey, M. D. Tiwari, “Data Mining in Education: Data Classification and Decision Tree Approach”, International Journal of e-Education, e-Business, e-Management and e-Learning, Vol. 2, No. 2, April 2012. [2] Jongwook Woo, "Apriori-Map/Reduce Algorithm." Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA). The Steering Committee of The World Congress in Computer Science, Computer Engineering and Applied Computing (WorldComp), 2012. [3] Xin YueYang, Zhen Liu,Yan Fu, “MapReduce as a Programming Model for Association Rules Algorithm on Hadoop”, Information Sciences and Interaction Sciences (ICIS), 2010 3rd International Conference on, pp. 99-102. IEEE, 2010. [4] Katrina Sin, Loganathan Muthu,"Application of Big Data inEducationData MiningandLearningAnalytics – ALiterature Review" ,ICTACT Journal on Soft Computing, ISSN: 2229-6956 (online), Vol5, Issue 4,July 2015. [5] B.Manjulatha, Ambica Venna, K.Soumya,"Implementation of HadoopOperationsforBigData ProcessinginEducational Institutions", International Journal of Innovative Research in ComputerandCommunicationEngineering,ISSN(Online):2320- 9801,Vol. 4, Issue 4, April 2016.