Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manoharvit/crowd-sourced-mapping
Using crowdsourced satellite data and ndvi values, trained a powerful multivariate classification machine learning model to classify land cover categories using'max_ndvi' and other temporal data. Geospatial data processing using logistic regression and neural networks. Rectified class imbalance, bias-variance tradeoff, and dimensionality reduction.
https://github.com/manoharvit/crowd-sourced-mapping
Last synced: about 2 months ago
JSON representation
Using crowdsourced satellite data and ndvi values, trained a powerful multivariate classification machine learning model to classify land cover categories using'max_ndvi' and other temporal data. Geospatial data processing using logistic regression and neural networks. Rectified class imbalance, bias-variance tradeoff, and dimensionality reduction.
- Host: GitHub
- URL: https://github.com/manoharvit/crowd-sourced-mapping
- Owner: ManoharVit
- Created: 2024-01-12T01:56:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T02:11:57.000Z (12 months ago)
- Last Synced: 2024-01-12T14:30:17.983Z (12 months ago)
- Language: Jupyter Notebook
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crowd-Sourced-Mapping
## Project Overview
This project, titled "Crowd Sourced Mapping," is a comprehensive machine learning study aimed at classifying land cover based on geographical data. Our team developed a model using Multivariate Classification techniques to analyze a dataset comprising 10,545 entries with 29 features, primarily focusing on 'max_ndvi' and other temporal data.## Abstract
The dataset for this project is designed to derive training data from crowd-sourced polygons, which is essential for the automated classification of satellite images into various land cover categories. This project showcases our team's capabilities in statistical analysis and machine learning techniques to derive meaningful insights from environmental and geographical data.## Dataset Description
The data, sourced from the UCI Machine Learning repository, combines crowdsourced polygons with Landsat satellite imagery. It includes diverse categories like impervious surfaces, farms, forests, grasslands, orchards, and water bodies, with a focus on climate and environment.## Methodology
The project employs various machine learning models, including logistic regression and neural networks, to categorize vegetation cover. We have used techniques like SMOTE and RandomUnderSampler for handling class imbalance and implemented PCA for dimensionality reduction.## Results and Discussion
Our study's outcome includes the application of logistic regression and neural networks for land cover classification. We have also analyzed the bias and variance tradeoff in our models to optimize performance.## Conclusions
The study underscores the potential of machine learning in geospatial analysis, offering essential insights for comprehending environmental patterns and fluctuations.