Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KB-309] intro updated #217

Merged
merged 12 commits into from
Jun 12, 2024
20 changes: 10 additions & 10 deletions report_thesis/src/sections/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ \section{Introduction}\label{sec:introduction}
\item We have contributed directly to the development of \gls{pyhat}, a Python-based toolset by \gls{usgs} for machine learning and data analysis on hyperspectral data. Our work has been integrated into the toolset, further enhancing its capabilities for the scientific community.
\end{itemize}


% TODO: Add remaining sections
The remainder of this paper is organized as follows:
Section~\ref{sec:background} provides background on the onoging Mars exploration missions, the \gls{libs} technique, and the baseline \gls{moc} model.
Section~\ref{sec:problem_definition} formally defines the problem addressed in this work.
Section~\ref{sec:methodology} describes our proposed methodology, including data preprocessing, dimensionality reduction, and machine learning models.
Section~\ref{sec:methodology} presents our experimental design and setup.
Section~\ref{sec:results} presents the results of our experiments.
Section~\ref{sec:future_work} discusses potential future work.
Finally, Section~\ref{sec:conclusion} concludes the paper by summarizing our findings and discussing the implications of our work.
In the following sections, we provide a comprehensive exploration of our research.
Section~\ref{sec:related-work} reviews the existing literature on \gls{libs} data analysis and machine learning models, highlighting previous approaches and their limitations.
Section~\ref{sec:problem_definition} formally defines the problem we address, focusing on the challenges of high dimensionality, multicollinearity, and matrix effects in \gls{libs} data.
Section~\ref{sec:background} offers background information on the data, as well as the preprocessing techniques and machine learning models that were used.
In Section~\ref{sec:baseline_replica}, we describe the baseline model used for Martian geological sample analysis, our efforts to replicate it, and the modifications made to improve its performance.
This was then used as a baseline to evaluate our proposed stacking ensembles against.
Section~\ref{sec:proposed_approach} presents our proposed approach for optimizing pipeline configurations, detailing the selection of models and preprocessing techniques, our approach to data partitioning, validation and testing procedures, and the implementation of the hyperparameter optimization framework.
Section~\ref{sec:methodology} presents the design and results of our experiments, as well as the analysis of the results.
Our experiments include initial model selection, hyperparameter optimization, and the final evaluation of our proposed stacking ensemble.
Finally, Section~\ref{sec:conclusion} summarizes our key findings and contributions, while Section~\ref{sec:future_work} discusses potential future research directions and improvements.

Due to the overlapping nature of terminology used in \gls{libs} data analysis and machine learning, we provide a list of terms in Table~\ref{tab:terms} to clarify their meaning.

Expand Down
Loading