Brain MRI edge histograms & HOG Β· Tweet Count/TF-IDF Β· PCA(β2D) Β· Visual separability analysis
- Images: RGB β Grayscale β Sobel edges β 36-bin histograms β PCA (36β2D) scatter plots
- HOG Features: Extracted via
skimage.feature.hog
- Tweets: CountVectorizer / TF-IDF β PCA (2D) visualization
- Conclusion: No perfectly separable clusters, strong overlaps between classes
- Clone the repo:
git clone https://github.com/z1zw/Data-Mining-Programming.git cd Data-Mining-Programming
Install dependencies:
pip install -r requirements.txt Run the notebook:
jupyter notebook programming-assignment-1-data-preparation-and-und.ipynb π€ Contributing Pull requests are welcome. For major changes, please open an issue first to discuss.
π License This project is licensed under the MIT License - see the LICENSE file for details.