This repository contains two major investigations related to violent crime rates per capita:
- Dimension Reduction and Handwriting Analysis
- Linear Model Investigation and Derivation
Each subfolder contains its own code, documentation, and results, with a dedicated README for more details.
Investigation_of_Violent_Crime_Rates_per_Capita/
├── Dimension_Reduction_Investigation_of_Violent_Crime_Rates_per_Capita_And_Handwriting_Analysis/
│ ├── README.md
│ ├── code.ipynb
│ ├── Brief_Introduction.pdf
│ ├── Code_Part.pdf
│ ├── target.pdf
│ └── ...
├── Linear_Model_Investigation_of_Violent_Crime_Rates_per_Capita_And_Derivation/
│ ├── README.md
│ ├── code.pdf
│ ├── code_colab.pdf
│ ├── Brief_Introduction_And_Equation_Derivation.pdf
│ ├── target.pdf
│ ├── coefficient trajectory/
│ │ ...
│ └── Other PICS and Model Performance/
│ ...
└── ...
- Location:
Dimension_Reduction_Investigation_of_Violent_Crime_Rates_per_Capita_And_Handwriting_Analysis/ - Focus:
- Application of dimension reduction techniques (e.g., PCA, LDA)
- Analysis of violent crime rates and handwriting data
- Jupyter notebook implementation and PDF documentation
- Key Files:
code.ipynb: Main analysis notebookBrief_Introduction.pdf: Project backgroundCode_Part.pdf: Full code in PDF formattarget.pdf: Project requirements/objectives
See the subfolder's README for details.
- Location:
Linear_Model_Investigation_of_Violent_Crime_Rates_per_Capita_And_Derivation/ - Focus:
- Linear modeling of violent crime rates
- Theoretical derivations and statistical analysis
- Visualizations of model performance and coefficient trajectories
- Key Files:
code.pdf,code_colab.pdf: Implementation in PDF/Colab formatBrief_Introduction_And_Equation_Derivation.pdf: Theory and derivationstarget.pdf: Project requirements/objectivescoefficient trajectory/: Coefficient analysis imagesOther PICS and Model Performance/: Model performance images
See the subfolder's README for details.
- Each subproject is self-contained and can be explored independently.
- For setup, requirements, and detailed methodology, refer to the README in each subfolder.
Course: STAT 5241 - Statistical Machine Learning
Institution: Columbia University
Semester: Second Semester
Date: February 2025