Chapter 1 INTRODUCTION
Chapter 1 INTRODUCTION
INTRODUCTION
1.1 Introduction
The total of information that whichever organization within the humankind managing is huge.
This “Big Data” is often characterizing by three V’s i.e. volume, velocity, and selection. It is usually a lot
of concerning of these three dimensions coming back along than considering any of them on an individual
basis. The existence of enormous amount of ordered records much like grades, conscription information,
and development quotes likewise as unstructured in order like scholar opinions articulated via surveys, it
will become time and useful source overwhelming to précis the facts by hand to gain information lead
conclusions and alternatives.
Studying analytics can be discipline of information analytics to procedures, analyzes, reviews and
predicts facts regarding learners for the aim of optimizing coaching and studying. On the opposite side, it is
essential to recognize the outline generated by means of the information like scholar feedback to correctly
develop the overall routine of the established order and to form plans to reinforce institutions’ coaching and
mastering understanding. From among the numerous systems for aggregation pupil comments, surveys
contain a vital position and most of the establishments commence surveys in several paperwork.
The focal point is on utilizing Opinion Mining approach for categorizing the student’s feedback
received all through component estimate survey that is accomplished each semester to understand
comments of scholars in regards to several options of coaching and knowledge like module, teaching,
assessments, and so forth. The mined and preprocessed datasets be subjected to several supervised opinion
mining method like aid Vector gadget (SVM), Naive Bayes (NB), Artificial Neural Networks (NN) applied
the usage of Python, the open supply device accessible for opinion mining. The proportional effectiveness
of the algorithms in the selected utility circumstance is evaluated exploitation.
accuracy; take into account and accuracy measures. Accurateness is outlined because of the
quantitative relation of entire classifications that place unit specifically to the entire style of knowledge set.
Accuracy is that the quantitative relation of true positives toward the whole type of positives that vicinity
unit foretold while keeping in mind is that the quantitative relation of actual positives by means of the
complete positives inside the dataset.
1
Chapter 2
LITERATURE SURVEY
The paper spotlight on victimization Opinion Mining method for classifying the student's comments
acquired during module evaluation survey. The mined and preprocessed datasets have been based to
numerous supervised evaluations taking out rule like aid Vector Naïve Bayes (NB), Nearest Neighbor
(KNN) and Neural Networks (NN) enforced [1].
It is visible currently that there is a rise of expertise availableness, the alleged statistics deluge,
accomplice inflated controlled amount by of electronic motion accomplished, and additionally the
revolutionary pervasive attain of IT altogether gadgets. the number one of those developments is that the
supposed open statistics association, distinguished by the manner that the complete method throughout
European and also the united states, governments area unit more and more e book their information
repositories for humans to admittance and use it any other pattern issues the inconceivable amount of
knowledge is formed handy by electorate through participatory sensing": commonplace play a practical
position in booklet commentary and grumbling online, and increasingly more make use of novelty to report
further in sequence.[2]
The paper projected a web feedback system that is concerning automating the method of recording
student’s feedback. The projected system collects the feedback submitted by students and so classifies
them as positive feedbacks or negative feedbacks victimization SVM classifier. Then, it generates a
performance outline of a coach for the themes he or she schooled there in academic term employing a
delimited account rule. In my view, the projected system may be helpful for the educational establishments
and may additionally facilitate academics to know their teaching performance in an exceedingly
summarized manner. This projected a web feedback system which might record the student’s feedback and
analyze the teacher's performance supported opinion mining victimization SVM classifier and so
summarizes the teacher performance delimited outline rule supported i.e. count frequency of positive and
negative reviews.[3].
The work aims to dig deeper into the feedback information of an establishment. Presently the
feedback information is employed to report solely the performance of the teacher. The paper proposes ways
to research the feedback information victimization data processing techniques for a higher understanding of
the college, course, and student. The format of feedback varies from establishment to establishment, thus
there cannot be a general technique which will appropriate information from the scholars is analyzed by
victimization completely different data processing techniques. The feedback information is used for
analyzing all the parameters thought of for feedback which might facilitate management in creating policy
choices in teaching-learning method. This Paper surveys all data processing technique that is applied for
analyzing feedback information.[4]
2
Chapter 3
EXISTING SYSTEM
3.1 Introduction
The work aims to dig deeper into the feedback information of an establishment. Presently the
feedback information is employed to report solely the performance of the teacher. The paper
proposes ways to research the feedback information victimization data processing techniques for
a higher understanding of the college, course, and student. The format of feedback varies from
establishment to establishment, thus there cannot be a general technique which will appropriate
information from the scholars is analyzed by victimization completely different data processing
techniques. The feedback information is used for analyzing all the parameters thought of for
feedback which might facilitate management in creating policy choices in teaching-learning
method. This Paper surveys all data processing technique that is applied for analyzing feedback
information.
3.2 Disadvantages
3
Chapter 4
PROPOSED SYSTEM
The data is collected from the students in the form of the feedback of the college. The feedback
consists of the textual reviews. Then the data pre processing is done on the data that is collected.
Later the Opinion classification is performed on the dataset and the results are obtained.
A collection of associated information including disconnect data fundamentals stored,
retrieved, or else organized and indulgence as a unit, i.e., folder. For our project, we are using a
comma-separated value data structure. Datasets are of two types’ linear dataset and non linear
dataset. The linear dataset is the one which is having equal properties whereas the non-linear
dataset is the one which is having non-equal properties. Machine learning works well for linear
datasets. The datasets contain reviews made by students. This dataset contains 30,000 reviews
with their studentfiid, student_ name, review, and their emotion.
The review contains textual input about the college. Pre-processing is the progression of
concentrated effort the data from redundant elements. It enlarges the accurateness of the results by
dropping errors in the data. Not by means of pre-processing, such as enchantment corrections,
may lead the system to disregard important words. Preprocessing and concentrated effort of data
are one of the most important tasks that must be one before dataset be able to be used for machine
learning. The real-world statistics is strident, incomplete and incompatible. So, it is necessary to
be cleaned. There are many general pre-processing techniques, of which the majority common is:
tokenization, convert text to lower or upper case, eliminate punctuation, take away numbers, take
out repeated letters, get rid of stop words, stemming and negation. The data that is obtained after
the preprocessing is done is given to the Machine learning algorithm.
Later the data is skilled through the machine learning algorithms. The built Machine learning
models present the confusion matrix and the accurateness of the models. The dealing out time for
running this module is also demonstrated. The output of the algorithm is that it results in a new
column which shows the predicted emotion of the review.
4
Architecture
Chapter 5
5
SOFTWARE REQUIREMENTS
SPECIFICATION
• Processor - I3/I5/I7
• Speed - 2.1 GHz
• RAM - 2 GB(min)
• Hard Disk - 20 GB
• Key Board - Standard Windows Keyboard
• Mouse - Two or Three Button Mouse
• Monitor - SVGA
Chapter 6
6
SYSTEM DESIGN
A level 0 data flow diagram (DFD), also known as a context diagram, shows a data
system as a whole and emphasizes the way it interacts with external entities. This
DFD level 0 example shows how such a system might function within a typical
retail business.
7
Figure 6.1: Data Flow Diagram Level 0
8
Data Flow Diagram Level 1
A level 1 data flow diagram (DFD) is more detailed than a level 0 DFD but not as
detailed as a level 2 DFD. It breaks down the main processes into subprocesses that
can then be analyzed and improved on a more intimate level.
9
6.1.1 ER Diagram
10
6.2 UML Diagrams
11
Figure 6.6: Activity Diagram
12
6.2.2 Class Diagram :
13
Figure 6.7: Class Diagram
14
Chapter 7
CONCLUSION
7.1 Conclusion
A Student Feedback Mining System is work to inquire about points and their
slants as of understudy produced criticism. This strategy will be useful to
improve student knowledge and educator's process for conveyance. Automating
the student’s feedback may give several advantages together with saving price,
time and creating economical report generation, etc. the utilization of opining
mining will facilitate in summarizing the feedback report effectively and
evaluating school performance in the type of a summarized read might be
helpful for the establishments.
15
8.References
[1]. V. Dhanalakshmi ; Dhivya Bino “Opinion mining from student feedback data
using supervised learning algorithms”, 2016 3rd MEC International Conference on
Big Data and Smart City (ICBDSC)
[2]. .Sarpreet Kaur1 , Rasleen Deol,” Students Feedback for Mining Their
Opinions Using Supervised Learning Algorithm” International Journal of
Engineering Science and Computing, June 2017
[3]. Vaibhav Jain,Evaluating and Summarizing Student’s Feedback Using
Opinion Mining , International Journal of Scientific Research in Computer Science
and Engineering
[4]. Anushree Chitriv, Prof. A. Thomas Analysis of Student Feedback by Using
Data Mining Techniques , Helix 2018
[5]. Khan, Khairullah, “Mining opinion components from unstructured reviews: A
review,” Journal of King Saud University – Computer and Information Sciences ,
Vol. 26, 2016.
[6]. Pang, B. and Lillian L. s.l, “Opinion mining and sentiment analysis :
Foundations and trends in information retrieval”, Vol. 2, 2016.
[7]. Kumar Ravi, Vadlamani Ravi, “A survey on opinion mining and sentiment
analysis: Tasks, approaches and applications”, Published in Knowledge-Based
Systems Vol. 89 , 14–46, 2017.
[8]. S.Vijayarani, “Preprocessing Techniques for Text Mining – An Overview”,
International Journal of Computer Science & Communication Networks, Vol
5(1),7-16. [9]. Trisha Patel, “Sentiment Analysis of Parents Feedback for
Educational Institutes”, International Journal of Innovative and Emerging Research
in Engineering, Volume 2, Issue 3, 2017.
[10]. SunghwanMacKim and Rafael, “Sentiment Analysis in Student Experiences
of Learning”, Available at ResearchGate.com
[11]. Vijayarani,Ilamathi, and Nithya“Preprocessing Techniques for Text Mining-
An Overview”,International Journal of Computer Science & Communication
Networks,Vol 5
[12]. Munkova, Dasa, Munk, Michal and Mozar, Martin, “Data Pre-Processing
Evaluation for Text Mining:Transaction/Sequence Model”, Procedia Computer
Science, Vol. 18, 2017.
[13]. B. Seerat and F.Azam “Opinion Mining: Issues and Challenges (A survey)”
International Journal of Computer Applications (0975 – 8887)Volume 49– No.9,
July 2016.
16
17