\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{subcaption}
\usepackage[english]{babel}
\usepackage[export]{adjustbox}
\usepackage{enumerate}
\usepackage[left=3.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm]{geometry}
\usepackage{lineno}
\usepackage{cite}
\usepackage{acronym}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\begin{center}
\begin{huge}
\bf{Thesis Title Here!\\}
\end{huge}
\vspace*{35pt}
\textbf{A DISSERTATION\\
\it{submitted in partial fulfillment of the requirements \\for the award of the degree of}\\}
\vspace{40pt}
\textbf{\large{Master of Technology}\\}
in\\
\vspace{10pt}
{ARTIFICIAL INTELLIGENCE \& MACHINE LEARNING }\\
\vspace{10pt}
\textbf{by\\
\vspace{20pt}
Name Here!\\ROLL NO. Here!}\\
\vspace{10pt}
Under the supervision of\\
\textbf{Supervisor Name}\\
Supervisor Designation
\vspace{20pt}
\includegraphics[width=0.4\textwidth]{./srm.png} \\
\vspace{30pt}
\textbf{
DEPARTMENT OF COMPUTER SCIENCE \& ENGINEERING\\
SRM UNIVERSITY--AP\\
Mangalagiri--Mandal, Neerukonda \\
Andhra Pradesh--522240, India.\\
May, 2023
}
\end{center}
\pagenumbering{gobble}
\clearpage
\newcommand{\RN}[1]{%
\textup{\uppercase\expandafter{\romannumeral#1}}%
}
\pagenumbering{roman}
\begin{center}
\section*{CERTIFICATE}
\noindent{\rule{\textwidth}{1.5pt}}
\end{center}
\addcontentsline{toc}{section}{CERTIFICATE}
I hereby certify that the work which is being presented in the M.Tech. Dissertation entitled \textbf{``",}Thesis Title Here! in partial fulfillment of the requirements for the award of the \textbf{Master of Technology in Artificial Intelligence \& Machine Learning, Department of Computer Science \& Engineering} is an authentic record of my own work carried out during a period from Start Month,Year to End Month,Year under the supervision of \textbf{Supervisor Name, Designation}, Computer Engineering Department.
\vspace{30pt}
\par
The matter presented in this thesis has not been submitted for the award of any other degree elsewhere.
\begin{flushright}
\textit{Signature of Candidate \\}
\textbf{Your Name Here!\\ Roll No. Roll No Here!\\}
\end{flushright}
\vspace{30pt}
\par
This is to certify that the above statement made by the candidate is correct to the best of my knowledge.
\vspace{20pt}
%\vfill
%\newcommand{\namesigdate}[2][5cm]{%
%\begin{minipage}{#1}
% #2 \vspace{1.5cm}\hrule\smallskip
%\end{minipage}
%}
%\noindent \namesigdate{Supervisor Name,\\ Supervisor Designation} \ \hfill \namesigdate[5cm]{Supervisor Name,\\ Supervisor Designation}
\begin{flushleft}
\textit{-------------------------------- \hfill --------------------------------\\}
\textit{Signature of Supervisor \hfill Signature of HOD\\}
\textbf{Supervisor Name, \hfill HOD Name,\\ Designation \hfill Designation}
\end{flushleft}
\clearpage
\begin{center}
\section*{ACKNOWLEDGEMENT}
\noindent{\rule{\textwidth}{1.5pt}}
\end{center}\addcontentsline{toc}{section}{ACKNOWLEDGEMENT}
First of all, I express my gratitude to the Family, who blessed me with the zeal and enthusiasm to complete this research work successfully. I am extremely thankful to my supervisors Supervisor Name Here, Supervisor Designation, Department of Computer Science and Engineering, SRM University -- AP, for their motivation and tireless efforts to help me to get deep knowledge of the research area and supporting me throughout the life cycle of my M. Tech. dissertation work.
\\
\dots \\
\dots \\
\dots \\
\dots
% Especially, the extensive comments, healthy discussions, and fruitful interactions with the supervisors had a direct impact on the final form and quality of M. Tech. dissertation work.
% \par
% I am also thankful to Name of The HOD, Head of the Computer Engineering Department, for his fruitful guidance through the early years of chaos and confusions. I wish to thank the faculty members and supporting staff of Computer Engineering Department for their full support and heartiest co-operation.
% \par
% This thesis would not have been possible without the hearty support of my friends. My deepest regards to my Parents for their blessings, affection and continuous support.
\begin{flushright}
(Your Name!)
\end{flushright}
\clearpage
\section*{ABSTRACT}
\noindent{\rule{\textwidth}{1.5pt}}
Abstract Here!
\addcontentsline{toc}{section}{ABSTRACT}
\clearpage
\tableofcontents
\listoffigures
\addcontentsline{toc}{section}{List of Figures}
\listoftables
\addcontentsline{toc}{section}{List of Tables}
\listofalgorithms
\addcontentsline{toc}{section}{List of Algorithms}
\chapter*{List of Abbreviations}
\addcontentsline{toc}{chapter}{List of Abbreviations}
\begin{acronym}[TDMA]
\setlength{\itemsep}{-\parsep}
\acro{VC}{Visual Cryptography}
\end{acronym}
\chapter{INTRODUCTION}
\noindent{\rule{\textwidth}{1.5pt}}
\pagenumbering{arabic}
\setcounter{page}{1}
Introduction Here!
\par
Some more text here!
\par
Some more text here!
\section{Sub-Introduction 1}
Some text here!
\section{Sub-Introduction 2}
Some text here!
\subsection*{Sub for Sub-Introduction 2}
\section{Sub-Introduction 3}
\section{Our Contribution}
\section{Thesis Organization}
\chapter{LITERATURE REVIEW}
\noindent{\rule{\textwidth}{1.5pt}}
\section{Sub-Literature Review 1}
\section{Sub-Literature Review 2}
\section{Sub-Literature Review 3}
\section{Sub-Literature Review 4}
\subsection{Sub1 for Sub-Literature Review 4}
\subsection{Sub2 for Sub-Literature Review 4}
\begin{table}[htbp]
\caption{Table Type Styles}
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
\textbf{Table}&\multicolumn{3}{|c|}{\textbf{Table Column Head}} \\
\cline{2-4}
\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
\hline
copy& More table copy$^{\mathrm{a}}$& & \\
\hline
\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
\end{tabular}
\label{tab1}
\end{center}
\end{table}
\chapter{Problem Definition}
\noindent{\rule{\textwidth}{1.5pt}}
\chapter{1st Paper}
\noindent{\rule{\textwidth}{1.5pt}}
\section{Sub 1st paper 1}
\section{Sub 1st paper 2}
\section{Sub 1st paper 3}
\section{Sub 1st paper 4}
\subsection{Sub1 for Sub-1st paper 4}
\subsection{Sub2 for Sub-1st paper 4}
\chapter{2nd paper}
\noindent{\rule{\textwidth}{1.5pt}}
\section{Sub 2nd paper 1}
\section{Sub 2nd paper 2}
\section{Sub 2nd paper 3}
\section{Sub 2nd paper 4}
\subsection{Sub1 for Sub-2nd paper 4}
\subsection{Sub2 for Sub-2nd paper 4}
\chapter{3rd paper}
\noindent{\rule{\textwidth}{1.5pt}}
\section{Sub 3rd paper 1}
\section{Sub 3rd paper 2}
\section{Sub 3rd paper 3}
\section{Sub 3rd paper 4}
\subsection{Sub1 for Sub-3rd paper 4}
\subsection{Sub2 for Sub-3rd paper 4}
\chapter{Discussion}
\noindent{\rule{\textwidth}{1.5pt}}
Discuss Chapter 3,4,5,6 in reference of Chapter 2
\chapter{Conclusion \& Future Scope}
\noindent{\rule{\textwidth}{1.5pt}}
\bibliographystyle{IEEEtran}
\addcontentsline{toc}{chapter}{Bibliography}
\begin{thebibliography}{00}
\bibitem{b1} G. Eason, B. Noble, and I. N. Sneddon, ``On certain integrals of Lipschitz-Hankel type involving products of Bessel functions,'' Phil. Trans. Roy. Soc. London, vol. A247, pp. 529--551, April 1955.
\bibitem{b2} J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68--73.
\bibitem{b3} I. S. Jacobs and C. P. Bean, ``Fine particles, thin films and exchange anisotropy,'' in Magnetism, vol. III, G. T. Rado and H. Suhl, Eds. New York: Academic, 1963, pp. 271--350.
\bibitem{b4} K. Elissa, ``Title of paper if known,'' unpublished.
\bibitem{b5} R. Nicole, ``Title of paper with only first word capitalized,'' J. Name Stand. Abbrev., in press.
\bibitem{b6} Y. Yorozu, M. Hirano, K. Oka, and Y. Tagawa, ``Electron spectroscopy studies on magneto-optical media and plastic substrate interface,'' IEEE Transl. J. Magn. Japan, vol. 2, pp. 740--741, August 1987 [Digests 9th Annual Conf. Magnetics Japan, p. 301, 1982].
\bibitem{b7} M. Young, The Technical Writer's Handbook. Mill Valley, CA: University Science, 1989.
\end{thebibliography}
\chapter*{Publications}
\addcontentsline{toc}{chapter}{Publications}
\begin{enumerate}[{[1]}]
\item Reference 1.
\item Reference 2.
\end{enumerate}
\end{document}