Data Science Report Format
Data Science Report Format
on
BACHELOR OF TECHNOLOGY
DEGREE
Session 2022-23
in
Name of discipline
By
SHOBHIT SINHA
2000320100160
AFFILIATED TO
DR. A.P.J. ABDUL KALAM TECHNICAL UNIVERSITY, U.P., LUCKNOW
(Formerly UPTU)
STUDENT’S DECLARATION
I hereby declare that the work being presented in this report entitled “ TITLE OF
This is to certify that the above statement made by the candidates is correct to the
best of my knowledge.
Signature of Supervisor
(Dr Mala Saraswat)
(Associate Professor)
(CSE Department)
CERTIFICATE
Supervisor
Date
ACKNOWLEDGEMENT
It gives us a great sense of pleasure to present the report of the Data Science Project
undertaken during B. Tech. Third Year. We owe special debt of gratitude to Dr. Mala
Saraswat Department of Computer Science & Engineering, ABESEC Ghaziabad for his
constant support and guidance throughout the course of our work. His/Her sincerity,
thoroughness and perseverance have been a constant source of inspiration for us. It is
only his cognizant efforts that our endeavors have seen light of the day.
We also take the opportunity to acknowledge the contribution of Professor (Dr.) Divya
Mishra, Head, Department of Computer Science & Engineering, ABESEC Ghaziabad for
his full support and assistance during the development of the project.
We also do not like to miss the opportunity to acknowledge the contribution of all faculty
members of the department for their kind assistance and cooperation during the
development of our project. Last but not the least, we acknowledge our friends for their
contribution in the completion of the project.
Signature:
Name :
Roll No.:
Date :
ABSTRACT
This project investigates the development of a conversational artificial
intelligence system called ChatGPT clone, which is intended to comprehend
natural language and provide responses that seem human. The clone uses
cutting-edge natural language processing techniques to understand user
input and produce coherent, contextually relevant responses. Its
architecture is modeled by OpenAI's GPT models.
DECLARATION ................................................................................................... ii
CERTIFICATE……....................................................................................................iii
ACKNOWLEDGEMENTS .................................................................................. iv
ABSTRACT ........................................................................................................... v
LIST OF TABLES.................................................................................................. vii
LIST OF FIGURES................................................................................................ viii
LIST OF SYMBOLS .............................................................................................. ix
LIST OF ABBREVIATIONS ............................................................................... x
CHAPTER 1 1
1.1. ................................................................................................................. 5
1.2. ................................................................................................................. 8
CHAPTER 2 ……………………………. ......................................................... 13
2.1. ............................................................................................................... 15
2.2. ............................................................................................................... 17
2.2.1. ....................................................................................................... 19
2.2.2. ....................................................................................................... 20
CHAPTER 3 ………………………….….......................................................... 30
3.1. ................................................................................................................36
3.2. ................................................................................................................39
CHAPTER 4 (CONCLUSIONS) ......................................................................40
APPENDIX A .........................................................................................................45
REFERENCES... .................................................................................................... 49
6
LIST OF TABLES
7
LIST OF FIGURES
8
CHAPTER 1
INTRODUCTION
It is the first chapter of the Report. The purpose of an introduction in the B. Tech data
science Project Report is to justify the reasons for writing about the report. The goal in
this section is to introduce the topic to the reader, provide an overview of previous
research on the topic, and identify the own hypothesis. The goals just mentioned
could, if abused, lead to write an introduction that is pages and pages long. It can be
noted here that the introduction should not contain every bit of detail in the report, and
it should not include support for the report. An introduction might, however, include
the reasons for supporting the report.
In order for readers to trust the writer, the introduction must be well written with few
errors. In order to keep readers reading, the writer needs to catch the attention of the
reader and write in an interesting way. The unique language enhancement feature
may suggest words to strengthen the writing. Strong writing may hold readers'
attention.
In addition to well-written English with strong vocabulary, there are a few other
strategies to hold readers' attention. It should be noted that to excite the readers'
interest, one may also want to sound as though the readers know the topic that are
considered in the report. Some of the following strategies in the bullet-list above may
help.
• To pose a specific question that can invite the readers to keep reading for
the answer-- A provocative question works well to engage readers, so long
as it doesn't put them off
9
It has been observed that the difficulty level to write the Introduction is average and it
takes the variable amount of time. Following sub headings are to be included in this
chapter depending on the project-
1.1.1. Motivation
It briefly includes previous work carried out in this field, researching the
problem studied, summarization of the results obtained etc
10
CHAPTER 2
LITERATURE SURVEY
A brief description of what is studied in the survey should be given in a paragraph of
6-10 lines (approx.) this paragraph should not contain any title.
Then you can elaborate on each technique/algorithm/ technology depending on your
project section wise. For example if literature survey is for face recognition then all
existing approaches should be mentioned in a separate section.
Each section should contain a heading and should be numbered. It can also contain
images, formulae, flow chart and tabular data that are needed for explanation. Each
section size should not exceed 1 to 1.5 pages.
Use citations from the References section where ever required-
Example- A pun, or paronomasia, is a form of word play that deliberately exploits
[1]
ambiguity between similar-sounding words for humorous or rhetorical effect. (If the
contents are taken from reference 1 of References section).
Any included image, formula, flow chart or tabular data should be numbered and
should be referred in the respective section. Tables numbering should appear on the
top of table and figure numbering should be below the figure.
At the end of the literature survey chapter, include a summary section with the
heading SUMMARY. In this section sum up the above studied techniques/algorithms/
technologies paragraph wise.
11
CHAPTER 3
3.1.2. DFD, Class Diagram, flow charts, ER Diagrams (which ever applicable
depending on the project)
3.2. Algorithm(s)
(if required, add any other section applicable for the methods and
approaches you have followed)
12
CHAPTER 4
In this section provide the details of any software or hardware requires for the
implementation of the project.
4.4.3. Results
Include the output of your work here. The result can be in tabular and/or
graphical format depending on the project. Comparison with earlier or other
work may also be presented.
13
CHAPTER 5
CONCLUSION
This chapter should usually be reasonably short---a few pages perhaps. As with the
introduction, it is a good idea to ask someone who is not a specialist to read this
section and to comment
14
Appendix
If there is material that should be in the project report but which would break up the
flow or bore the reader unbearably, include it as an appendix. Some things which are
typically included in appendices are: important and original computer programs, data
files that are too large to be represented simply in the results chapters, pictures or
diagrams of results which are not important enough to keep in the main text. Thus in
the appendix, one may include
15
References
Thumb rules followed to refer some one’s work are given below.
1. Cite all ideas, concepts, text, data that are not own by the project group
3. Doe, N., Control System Principles, New York: John Wiley, 1999.
7. Lokhande, R., Arya, K. V., and Gupta, P., "Identification of Parameters and
Restoration of Motion Blurred Images", Proceedings of the 2006 ACM
Symposium on Applied Computing (SAC 2006), pp. 89-95, Dijon, France, April 2-
7, 2006.
16