Skip to content

Use deep learning to predict forest cover type based on cartographic variables.

Notifications You must be signed in to change notification settings

jpontel/forest_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forest Cover Classification

In this project, i've used deep learning to predict forest cover type (the most common kind of tree cover) based only on cartographic variables. The actual forest cover type for a given 30 x 30 meter cell was determined from US Forest Service (USFS) Region 2 Resource Information System data. The covertypes are the following:

  • Spruce/Fir
  • Lodgepole Pine
  • Ponderosa Pine
  • Cottonwood/Willow
  • Aspen
  • Douglas-fir
  • Krummholz

Independent variables were then derived from data obtained from the US Geological Survey and USFS. The data is raw and has not been scaled or preprocessed for you. It contains binary columns of data for qualitative independent variables such as wilderness areas and soil type.

This study area includes four wilderness areas located in the Roosevelt National Forest of northern Colorado. These areas represent forests with minimal human-caused disturbances, so existing forest cover types are mainly a result of ecological processes rather than forest management practices.

Project Objectives:

  • Develop one or more classifiers for this multi-class classification problem.
  • Use TensorFlow with Keras to build your classifier(s).
  • Use your knowledge of hyperparameter tuning to improve the performance of your model(s).
  • Test and analyze performance.
  • Create clean and modular code.

About

Use deep learning to predict forest cover type based on cartographic variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published