Pune Institute of Computer Technology Dhankawadi, Pune - 411043

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

PUNE INSTITUTE OF COMPUTER TECHNOLOGY

DHANKAWADI, PUNE – 411043


B.E. PROJECT SYNOPSIS

Dept: Computer Engineering Academic Year: 2018-19

Group id: 51

Roll No. Name Allocated Guide


4353 Satale Vaishnavi Ganesh Prof. H. P. Channe
4444 Patawar Monica Laxman
4447 Pawar Dipali Nandakumar
4449 Rakhonde Akash Gajanan

Project Title: Smart Study Guide using Machine Learning.


Domain: Machine Learning

Sponsership: WebCrazyStudio

Abstract:
Indirect regular study plays important role in student’s academics and provide solution for
improving performance of student in exams. Also, students want to study from the Internet, but
as it is a large source of data it becomes difficult to gain relevant and necessary information. So,
we can make them learn at least list of various units over the period of a semester. The android
application should provide a short summary of topics in the syllabus. It will explain those topics
by providing a brief view. This will provide the students a way to quickly summerise the
syllabus topics. We can achieve this with the help of machine learning. By mining key text
fragments from text, extractive summaries are generated. It uses statistical analysis of individual
or mixed surface level features to find the location from where the sentences are to be extracted.
The process involves different techniques like tokenization, removal of stop words,
lemmatization, feature extraction, clustering and sentense extraction. This application will help
to get abstract information from the Internet. The existing system can be used for the purpose of
the text extraction. The proposed system will provide additional feature of generating questions
on the extracted data in order to sure deeper study of a specific topic.

Keywords: Data Mining, Machine learning, Text Summarization, NLP.

1. Alguliyev, Rasim, Ramiz Aliguliyev, and Nijat Isazade. "A sentence selection model
and HLO algorithm for extractive text summarization." Application of Information and
Communication Technologies (AICT), 2016 IEEE 10th International Conference on.
IEEE, 2016.

2. Moratanch, N., and S. Chitrakala. "A survey on extractive text


summarization." Computer, Communication and Signal Processing (ICCCSP),
2017 International Conference on. IEEE, 2017.

3. Tandel, Amol, et al. "Multi-document text summarization-a survey." Data Mining


and Advanced Computing (SAPIENCE), International Conference on. IEEE, 2016.
4. GOTO, Takuya, et al. "An Automatic Generation of Multiple-choice Cloze
Questions Based on Statistical Learning."

5. Arik, Sercan O., et al. "Deep Voice: Real-time neural text-to-speech." arXiv
preprint arXiv:1702.07825 (2017).

PROPOSED MATHEMATICAL MODEL


S = { s, e, X, Y, F, DD, NDD, Su, Fl }
Where,
s = start state
e = end state
X= Input Set = {Syllabus}
where Syllabus Є {[A-Z] U [a-z] U [0-9] U special symbols}
special symbols = {+ , - , * , / , % , ~ …}

Y= Output Set
Y= {Summary,Audio,Video}
where Summary Є Syllabus ,
Audio , Video Є B where B is set of Binary
F = set of functions
F = {F11, F12}
F11: Text Summarization
F12: Text to speech

DD= Deterministic data


DD= {Syllabus}
NDD= φ
Plan of execution:

You might also like