* feat(latex): initialize new structure for methodology chapter * feat(latex): initialize sections for methodology chapter including data analysis, materials, and steps * feat(latex): add detailed description and structure for materials section in methodology chapter * fix(latex): correct section title from "Bahan dan Materi" to "Benda Uji" to give more context about the thesis Closes #71 * feat(latex): add section for tools in methodology chapter * feat(latex): initialize methodology steps with overall clue descriptions of research phases * feat(latex): add specimen diagram with sensor notation for data representation in methodology chapter * feat(latex): add diagram for joint and sensors placement in methodology chapter * feat(latex): update dataset figure and add specimen image in methodology chapter * feat(latex): expand data analysis section in methodology chapter * fix(latex): fix citation format for secondary data source in methodology chapter * feat(latex): add data acquisition section with dataset details and sampling information * fix(latex): update input paths in methodology chapter for correct file referencing * feat(latex): add hardware and software sections with detailed descriptions and components used in the research * Update latex/chapters/id/03_methodology/tool/hardware.tex fix(latex): Fix figure reference Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update latex/chapters/id/03_methodology/steps/index.tex chore: remove double slash of image path Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update latex/chapters/id/03_methodology/data_analysis/index.tex fix(latex): Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: nuluh <dam.ar@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
770 B
TeX
11 lines
770 B
TeX
Berikut merupakan perangkat lunak yang digunakan selama proses penelitian ini:
|
||
|
||
\begin{itemize}
|
||
\item \textbf{Python 3.11} – digunakan untuk proses pra-pemrosesan data, pemodelan, dan evaluasi.
|
||
\item \textbf{NumPy 1.22.4} – digunakan untuk perhitungan deret numerik.
|
||
\item \textbf{Pandas 1.5.1} – digunakan untuk memanipulasi struktur data.
|
||
\item \textbf{Pandas 1.7.3} – digunakan untuk memproses sinyal.
|
||
\item \textbf{Matplotlib 3.7.1} – digunakan untuk menghasilkan plot data.
|
||
\item \textbf{Scikit-Learn 1.5.1} – digunakan untuk membangun dan melatih model dengan algoritma pemelajaran mesin klasik.
|
||
\item \textbf{Jupyter Notebook} – digunakan untuk pelatihan model dan percobaan eksperimental secara interaktif.
|
||
\end{itemize} |