This repository contains two comprehensive data analysis projects focusing on behavioral detection and mobile device analysis. Each project employs various statistical and machine learning techniques to derive meaningful insights from the data.
This project focuses on analyzing behavioral patterns through statistical methods and hypothesis testing. The analysis is divided into three main components:
-
Behavior Detection
- Implementation of behavioral pattern recognition
- Analysis of behavioral indicators
- Pattern identification and classification
-
Descriptive Statistics
- Statistical analysis of behavioral data
- Key metrics calculation
- Distribution analysis and visualization
-
Hypothesis Testing
- Statistical hypothesis formulation and testing
- Significance level analysis
- Data-driven conclusion validation
- Implemented using Python in Jupyter Notebooks
- Utilizes statistical analysis libraries
- Incorporates data visualization techniques
This project focuses on analyzing mobile device data using various unsupervised learning techniques and data extraction methods. The project consists of four main components:
-
Data Extraction
- Extraction of mobile device specifications from JSON files
- Data cleaning and preprocessing
- Structured data transformation to CSV format
-
Unsupervised Learning Analysis
- Implementation of multiple clustering techniques:
- K-means clustering
- DBSCAN (Density-Based Spatial Clustering of Applications with Noise)
- Pattern recognition in mobile device specifications
- Market segment identification
- Implementation of multiple clustering techniques:
- Python 3.x
- Key Libraries:
- pandas
- numpy
- scikit-learn
- json
- matplotlib/seaborn (for visualization)
├── Part1/
│ ├── Behavior_Detection.ipynb
│ ├── Descriptive_Statistics.ipynb
│ └── hypothesis_test.ipynb
├── Part2/
│ ├── extract_mobile_data.ipynb
│ ├── Unsupervised_dbscan.ipynb
│ ├── Unsupervised_Kmean.ipynb
│ └── Unsuperviseddd.ipynb
└── README.md
While this is a personal project, suggestions and improvements are welcome.
This project is licensed under the MIT License - see the LICENSE file for details.