Skip to content

z1zw/Data-Mining-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data-Mining-Programming

Brain MRI edge histograms & HOG Β· Tweet Count/TF-IDF Β· PCA(β†’2D) Β· Visual separability analysis

Open in Kaggle

Stars Forks Issues License


πŸ“– Overview

  • 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

πŸ’» Run Locally

  1. 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.

About

Programming code and dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published