Skip to content

Wccurate/EE6483_Report

Repository files navigation

EE6483 Report

LaTeX source for the EE6483 report, organized by chapter with a main entry file.

Structure

  • main.tex: entry point that stitches together all chapters and front matter.
  • Front/, Title/: abstract, assignments, and cover/title pages.
  • Chapter1Chapter8/: chapter content.
  • Appendix/: supplementary material and code snippets.
  • Ref/References.bib: bibliography database.

Build

Prerequisites: a full LaTeX distribution (e.g., TeX Live/MiKTeX), latexmk, and Pygments for minted.

Compile with shell-escape enabled for minted:

latexmk -pdf -shell-escape main.tex

Clean auxiliary files:

latexmk -c

License

MIT License. See LICENSE for details.

About

Report for EE6483 mini Project Binary Sentiment Classification.

Resources

License

Stars

Watchers

Forks

Contributors