Monday, April 1, 2019
Socio Political Factors Affecting The Students Education Essay
Socio Political Factors Affecting The Students breeding EssayEducation sector in India is a growing dramaturgy that plays a pivotal role in improving the living status. The sparing status or the rise of a country depends on the better commandment system. According to statistical survey, India after Independence gave more grandness to primary education and expanded literacy rate to two thirds of its population. There argon several efforts made by the government to improve the literacy rate in India. Despite the educations sector yield, 25% of its population be still unknowledgeable and the number of instrument of learners to higher education is still in decline. entropy mine deals with the process in which we identify and extract all the incomprehensible schooling from entropy bases. Educational information digging plays a rattling important role in identifying, analyzing and visualizing the data to predict students performance, their academic achievements, providing feedback for load-bearing(a) instructors and so on. There ar so many factors that affect students adjustment to jeopardize vicarious education. So, the main aim of this research is to identify those factors use data mining techniques which will answer the educational institutions, academic heads and to a fault the policy makers of the government enlightens to take necessary action.3. INTRODUCTIONA.DATA MINING entropy mining 6 7 is the uphill field of applying statistical and artificial intelligence techniques to the caper of finding novel, profitable, and non-trivial patterns from large databases. Data Mining is often defined as finding hidden information in a database8. Data mining provides many businesss that could help to study the students performance9. Different data mining techniques are utilise in various fields of life much(prenominal) as medicine, statistical analysis, engineering, education, banking, marketing, sale, etc (MacLennan. 2005).B.EDUCATIONAL DATA MI NING (EDM)Educational Data Mining is an emerging discipline, concerned with developing methods for exploring the unique types of data that come from educational compulsivetings, and exploitation those methods to better understand students, and the speciali establishings which they learn in.1. Day by day the growth of the data is precise rapid and that data need to transformed and converted into an useful information 2. Educational data mining (EDM) tends to focus on new tools and techniques for discovering patterns in the data. It also gains popularity in the new research areas in higher education. Recent research findings in educational data mining helps the students, institutions and government for improving the look of education. Inspite of the rapid growth in the education sector , 25% of its population is still illiterate , 15% of the students evanesce high school, and except 7% graduate3. Statistics says according to the year 2011,out of 74% of the literacy rate, only 4 7% have attained the diploma and post diploma courses4.Post thirdhand education plays a vital role in countrys development. But the statistical data proves still major population in India are school dropouts. There are so many factors which affect the students enrolment to post secondary education much(prenominal) as family background, school infrastructure and facilities and their mental behaviours and so on. The main aim of this paper is to identify the reasons for poor enrolment to post secondary education and the result will help the students, focal point and policy makers to give a better solution. Data mining techniques specially compartmentalization helps to analyze the input data and to develop a sit describing important data classes or to predict future data trends.4. books SURVEYIn11, the author uses the data mining processes, particularly miscellanea to help in enhancing the quality of the higher educational system by evaluating student data to study the main att ributes that may affect the students performance in courses. Ayesha et.al 12 employ clustering techniques in data mining to analyze students tuition behaviour which helped the teachers to identify the drop out ratio to a world-shattering level and improve the performance of the students. Liu Kan 13 designed a course watchfulness system on the basis of data mining methods such as classification, association rules and clustering. In 14, the author used different classification algorithms to rent useful information to close-making out of customers transaction behaviours. In 15, the author applies foursome different classification methods for classifying students based on their final grade obtained in their courses. Dr. Surabh paul16, in his research used classification to evaluate previous long time student dropout data using Bayesian classification method.5. STATEMENT OF THE worryThis minor research aims to study the socio-political factors affecting the students enrolment to post secondary education using data mining techniques. These attributes consist of 1)personal information such as age, gender, occupation of the parents, family income, highest educational cogency of the parents, stay, family size.2)institution related information such as type of learning, usage of didactics aids, exposure to ICT, faculty qualification etc 3) mental information such as social status, illness, disability etc are considered. These attributes were used to predict the students enrolment to post secondary education.6. CONCEPTUAL AND THEORETICAL fashion personateTo build the classification, lively methodology is adopted. The proposed methodology is to build the classification object lesson that tests the factors which affect the students enrolment to post secondary education.DATA MINING surgical procedureKnowing the reasons for not continuing their post secondary education empennage help the teachers and administrators to take necessary actions so that enrolment r ate nookie be improved. Predicting the reason for students not enrolling to post secondary education needs a lot of parameters to be considered. Prediction influences that include all personal, social, psychological and other environmental variables are necessitated for the effective prediction and decisions to be made.A.BUSINESS groundsBusiness understanding focuses on the understanding of the confinement objective and requirements from business organization perspective thence converting it into a data mining problem translation and a plan is designed to accomplish those objectives.B.DATA UNDERSTANDINGData set is to get familiar with the data and to identify the problem to discover useful information out of it. Data understanding also helps to examine the quality of data in addressing the questions Is the data complete? or any miss values?. The data set used in this study was obtained from the Gottigere presidential term High School, Karnataka. Initially size of the data i s 110.C.DATA PREPARATIONData prep takes usually 90% of the time to collect, assess, clean and select the data call for to construct, integrate and format the data. Identify data sources based on the data available to solve an determine business problem or objective. From the selected data sources, the actual data to be used must be inflexible 20.D.BUILDING THE CLASSIFICATION MODELThe collected attributes may have some orthogonal attributes that may degrade the performance of the classification model a accept pickax approach is used to select the most appropriate set of features. Classification techniques are supervised learning techniques that classify data occurrence into predefined class label 19. This technique in data mining is very useful from a data set to build the classification model that is used to predict future data trends. With classification, the generated model will be able to predict a class for given data depending on previously learned information from hist orical data. To explore knowledge breakthrough decision tree to produce a model with rules in gentle readable commission. The tree has the advantages of easy interpretation and understanding for decision makers to equality with their domain knowledge for validation and justify their decision 19. Some of decision tree classifiers are C4.5/C5.0/J4.8,ID3 and others.Generating the Classification rule by applying ID3 algorithmThe classifier identified to implement this model is ID3 algorithm. The decision tree building algorithm ID3 determines the classification of objects by testing the values of the their attributes. It builds the tree in a lift down fashion, starting from a set of objects and a specification of square-toedties. At each node of the tree, a property is tested and the results are used to partition the object set. This process is recursively done till the set in a given sub tree is homogeneous with respect to the classification criteria in other words it contains ob jects belonging to the same category. This process then becomes a leaf node. At each node, the property to test is elect based on information theoretic criteria that seek to maximize information gain and minimize entropy. In simpler terms, that property is tested which divides the candidate set in the most homogeneous subsets17. For this purpose the WEKA toolkit is used and the attributes are ranked and then the ranked attributes are eliminated by the feature selection approach.E. EVALUATIONEvaluation is to check whether we correctly built the model and determines how to die and whether to finish the labor and move on to deployment phase. Evaluating the results assess the degree to which the model meets the business objectives and also unveils additional challenges, information or hints for future directions. Choosing the proper data mining method is a critical and difficult task in KDD process. To implement this model WEKA Toolkit is used which has a entreaty of shape learning algorithms for solving data mining problems implemented in Java. Weka has tools for data processing, classification, regression and association, clustering and visualization. It is an open source toolkit for machine learning.F.DEPLOYMENTDeployment phase is to determine how the evaluated results need to be utilized. The knowledge gained has to be organize and presented in the way it is applicable to the end user. This phase may be a final and comprehensive presentation of the data mining results. This CRISP provides a uniform framework for experimenting, analyzing, evaluating and predicting the result7. SPECIFIC OBJECTIVESThere are few objectives stated below1. This project is a preliminary attack to help supporting the decision makers of the institution to improve their teaching methodology, and teaching aids and all other infrastructure facilities that they lack.2. The result evaluated out of this project will motivate the parents of BPL (Below poverty line) towards the values of post secondary education.3. This project will help the policy makers of our Indian government to help the children perusal in government schools in a much better way towards their post secondary education.4. The model proposed as an academician can be useful to build a software model to provide a solution by formulating the result.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment