SlideShare a Scribd company logo
1 of 18
FOREST COVER TYPE
ECKOVATION MACHINE LEARNING
PROJECT
SUBMITTED BY:
•INA SINGHAL
•VISHESH NAHATA
•VAIBHAV TAYAL
•KARAN TANWAR
OBJECTIVE
To predict type of forest cover using
different machine learning models
DESCRIPTION
 In The given task predict the forest cover type (the predominant kind of
tree cover) from strictly cartographic variables (as opposed to remotely
sensed data).
 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. Independent variables were then derived from
data obtained from the US Geological Survey and USFS.
 The data is in raw form (not scaled) and 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 that existing forest cover types are more a result of
ecological processes rather than forest management
 The study area includes four wilderness areas located in the
Roosevelt National Forest of northern Colorado.
 Each observation is a 30m x 30m patch. You are asked to
predict an integer classification for the forest cover type. The
seven types are:
1 - Spruce/Fir
2 - Lodgepole Pine
3 - Ponderosa Pine
4 - Cottonwood/Willow
5 - Aspen
6 - Douglas-fir
7 - Krummholz
 The training set (15120 observations) contains both features
and the Cover Type.
 The test set contains only the features. You must predict the
Cover_Type for every row in the test set (565892
ALGORITHMS USED:
1. RANDOM FOREST CLASSIFIER
2. NAÏVE BAYES
3. DECISION TREE CLASSIFIER
4. SUPPORT VECTOR
CLASSIFIER(SVC)
5. DNN CLASSIFIER
IMPORTING FILES
NAÏVE BAYES
 The Naive Bayesian
classifier is based on
Bayes’ theorem with the
independence
assumptions between
predictors.
 A Naive Bayesian model is
easy to build, with no
complicated iterative
parameter estimation
which makes it particularly
useful for very large
datasets.
CODE:
RANDOM FOREST
 Random forest algorithm is a supervised classification
algorithm. As the name suggest, this algorithm creates the
forest with a number of trees.
 In general, the more trees in the forest the more robust
the forest looks like. In the same way in the random forest
classifier, the higher the number of trees in the forest
gives the high accuracy results.
CODE:
DECISION TREE CLASSIFIER
 A decision tree is a decision
support tool that uses a tree-
like graph or model of decisions
and their possible
consequences,
including chance event
outcomes, resource costs,
and utility. It is one way to
display an algorithm that only
contains conditional control
statements.
 Decision trees are commonly
used in operations research,
specifically in decision analysis,
to help identify a strategy most
likely to reach a goal, but are
also a popular tool in machine
CODE:
DNN CLASSIFIER:
 A deep neural network (DNN) is
an artificial neural
network (ANN) with multiple
layers between the input and
output layers.
 The DNN finds the correct
mathematical manipulation to
turn the input into the output,
whether it be a linear
relationship or a non-linear
relationship.
 The network moves through the
layers calculating the probability
of each output.
CODE:
SUPPORT VECTOR CLASSIFIER(SVM)
 support vector
machines are supervised
learning models with associated
learning algorithms that analyze
data used
for classification and regression
analysis.
 In addition to performing linear
classification, SVMs can
efficiently perform a non-linear
classification using what is
called the kernel trick, implicitly
mapping their inputs into high-
dimensional feature spaces.
CODE:
CONCLUSION
 Efficiencies:
1. DECISION TREE ~ 67%
2. RANDOM FOREST ~ 82.4%
3. NAÏVE BAYES ~ 59%
4. SVC ~ 13%
5. DNN CLASSIFIER ~ 15%
RANDOM FOREST comes out to be the best fitted
model for this problem
BIBLIOGRAPHY
 www.analyticsvidhya.com
 www.stackoverflow.com
 www.kaggle.com
 www.eckovation.com
 www.wikipedia.com

More Related Content

What's hot

What's hot (10)

Data Reduction
Data ReductionData Reduction
Data Reduction
 
Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Random forest
Random forestRandom forest
Random forest
 
Data Integration and Transformation in Data mining
Data Integration and Transformation in Data miningData Integration and Transformation in Data mining
Data Integration and Transformation in Data mining
 
From decision trees to random forests
From decision trees to random forestsFrom decision trees to random forests
From decision trees to random forests
 
Data Mining: Data Preprocessing
Data Mining: Data PreprocessingData Mining: Data Preprocessing
Data Mining: Data Preprocessing
 
Random forest sgv_ai_talk_oct_2_2018
Random forest sgv_ai_talk_oct_2_2018Random forest sgv_ai_talk_oct_2_2018
Random forest sgv_ai_talk_oct_2_2018
 
Data discretization
Data discretizationData discretization
Data discretization
 
Data pre processing
Data pre processingData pre processing
Data pre processing
 

Similar to Forest cover type

Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...
Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...
Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...IOSR Journals
 
Multispectral Image Analysis Using Random Forest
Multispectral Image Analysis Using Random Forest  Multispectral Image Analysis Using Random Forest
Multispectral Image Analysis Using Random Forest ijsc
 
Multispectral image analysis using random
Multispectral image analysis using randomMultispectral image analysis using random
Multispectral image analysis using randomijsc
 
Random forest algorithm
Random forest algorithmRandom forest algorithm
Random forest algorithmRashid Ansari
 
InteriorForestAnalysisProcedure
InteriorForestAnalysisProcedureInteriorForestAnalysisProcedure
InteriorForestAnalysisProcedureTammy Kobliuk
 
E Cognition User Summit2009 Pbunting University Wales Forestry
E Cognition User Summit2009 Pbunting University Wales ForestryE Cognition User Summit2009 Pbunting University Wales Forestry
E Cognition User Summit2009 Pbunting University Wales ForestryTrimble Geospatial Munich
 
Random Forests: The Vanilla of Machine Learning - Anna Quach
Random Forests: The Vanilla of Machine Learning - Anna QuachRandom Forests: The Vanilla of Machine Learning - Anna Quach
Random Forests: The Vanilla of Machine Learning - Anna QuachWithTheBest
 
Tree net and_randomforests_2009
Tree net and_randomforests_2009Tree net and_randomforests_2009
Tree net and_randomforests_2009Matthew Magistrado
 
what is Random-Forest-Machine-Learning.pptx
what is Random-Forest-Machine-Learning.pptxwhat is Random-Forest-Machine-Learning.pptx
what is Random-Forest-Machine-Learning.pptxAnupama Kate
 
Decision tree presentation
Decision tree presentationDecision tree presentation
Decision tree presentationVijay Yadav
 
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHES
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHESIMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHES
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHESVikash Kumar
 
Machine Learning Algorithm - Decision Trees
Machine Learning Algorithm - Decision Trees Machine Learning Algorithm - Decision Trees
Machine Learning Algorithm - Decision Trees Kush Kulshrestha
 
Using Decision Trees to Analyze Online Learning Data
Using Decision Trees to Analyze Online Learning Data Using Decision Trees to Analyze Online Learning Data
Using Decision Trees to Analyze Online Learning Data Shalin Hai-Jew
 
Molinier - Feature Selection for Tree Species Identification in Very High res...
Molinier - Feature Selection for Tree Species Identification in Very High res...Molinier - Feature Selection for Tree Species Identification in Very High res...
Molinier - Feature Selection for Tree Species Identification in Very High res...grssieee
 
A wide variety of methods have been used to study forest structure parameters...
A wide variety of methods have been used to study forest structure parameters...A wide variety of methods have been used to study forest structure parameters...
A wide variety of methods have been used to study forest structure parameters...Siti Nurhalizah
 

Similar to Forest cover type (20)

Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...
Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...
Efficient Disease Classifier Using Data Mining Techniques: Refinement of Rand...
 
Multispectral Image Analysis Using Random Forest
Multispectral Image Analysis Using Random Forest  Multispectral Image Analysis Using Random Forest
Multispectral Image Analysis Using Random Forest
 
Multispectral image analysis using random
Multispectral image analysis using randomMultispectral image analysis using random
Multispectral image analysis using random
 
Random forest algorithm
Random forest algorithmRandom forest algorithm
Random forest algorithm
 
Course 2.pptx
Course 2.pptxCourse 2.pptx
Course 2.pptx
 
Primer on major data mining algorithms
Primer on major data mining algorithmsPrimer on major data mining algorithms
Primer on major data mining algorithms
 
InteriorForestAnalysisProcedure
InteriorForestAnalysisProcedureInteriorForestAnalysisProcedure
InteriorForestAnalysisProcedure
 
Lab3
Lab3Lab3
Lab3
 
E Cognition User Summit2009 Pbunting University Wales Forestry
E Cognition User Summit2009 Pbunting University Wales ForestryE Cognition User Summit2009 Pbunting University Wales Forestry
E Cognition User Summit2009 Pbunting University Wales Forestry
 
Random Forests: The Vanilla of Machine Learning - Anna Quach
Random Forests: The Vanilla of Machine Learning - Anna QuachRandom Forests: The Vanilla of Machine Learning - Anna Quach
Random Forests: The Vanilla of Machine Learning - Anna Quach
 
How many trees in a Random Forest
How many trees in a Random ForestHow many trees in a Random Forest
How many trees in a Random Forest
 
Tree net and_randomforests_2009
Tree net and_randomforests_2009Tree net and_randomforests_2009
Tree net and_randomforests_2009
 
what is Random-Forest-Machine-Learning.pptx
what is Random-Forest-Machine-Learning.pptxwhat is Random-Forest-Machine-Learning.pptx
what is Random-Forest-Machine-Learning.pptx
 
Decision tree presentation
Decision tree presentationDecision tree presentation
Decision tree presentation
 
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHES
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHESIMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHES
IMAGE CLASSIFICATION USING DIFFERENT CLASSICAL APPROACHES
 
Machine Learning Algorithm - Decision Trees
Machine Learning Algorithm - Decision Trees Machine Learning Algorithm - Decision Trees
Machine Learning Algorithm - Decision Trees
 
Using Decision Trees to Analyze Online Learning Data
Using Decision Trees to Analyze Online Learning Data Using Decision Trees to Analyze Online Learning Data
Using Decision Trees to Analyze Online Learning Data
 
Molinier - Feature Selection for Tree Species Identification in Very High res...
Molinier - Feature Selection for Tree Species Identification in Very High res...Molinier - Feature Selection for Tree Species Identification in Very High res...
Molinier - Feature Selection for Tree Species Identification in Very High res...
 
A wide variety of methods have been used to study forest structure parameters...
A wide variety of methods have been used to study forest structure parameters...A wide variety of methods have been used to study forest structure parameters...
A wide variety of methods have been used to study forest structure parameters...
 
LiDAR Technology & IT’s Application on Forestry
LiDAR Technology & IT’s Application on ForestryLiDAR Technology & IT’s Application on Forestry
LiDAR Technology & IT’s Application on Forestry
 

Recently uploaded

Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 

Recently uploaded (20)

Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

Forest cover type

  • 1. FOREST COVER TYPE ECKOVATION MACHINE LEARNING PROJECT SUBMITTED BY: •INA SINGHAL •VISHESH NAHATA •VAIBHAV TAYAL •KARAN TANWAR
  • 2. OBJECTIVE To predict type of forest cover using different machine learning models
  • 3. DESCRIPTION  In The given task predict the forest cover type (the predominant kind of tree cover) from strictly cartographic variables (as opposed to remotely sensed data).  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. Independent variables were then derived from data obtained from the US Geological Survey and USFS.  The data is in raw form (not scaled) and 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 that existing forest cover types are more a result of ecological processes rather than forest management
  • 4.  The study area includes four wilderness areas located in the Roosevelt National Forest of northern Colorado.  Each observation is a 30m x 30m patch. You are asked to predict an integer classification for the forest cover type. The seven types are: 1 - Spruce/Fir 2 - Lodgepole Pine 3 - Ponderosa Pine 4 - Cottonwood/Willow 5 - Aspen 6 - Douglas-fir 7 - Krummholz  The training set (15120 observations) contains both features and the Cover Type.  The test set contains only the features. You must predict the Cover_Type for every row in the test set (565892
  • 5. ALGORITHMS USED: 1. RANDOM FOREST CLASSIFIER 2. NAÏVE BAYES 3. DECISION TREE CLASSIFIER 4. SUPPORT VECTOR CLASSIFIER(SVC) 5. DNN CLASSIFIER
  • 7. NAÏVE BAYES  The Naive Bayesian classifier is based on Bayes’ theorem with the independence assumptions between predictors.  A Naive Bayesian model is easy to build, with no complicated iterative parameter estimation which makes it particularly useful for very large datasets.
  • 9. RANDOM FOREST  Random forest algorithm is a supervised classification algorithm. As the name suggest, this algorithm creates the forest with a number of trees.  In general, the more trees in the forest the more robust the forest looks like. In the same way in the random forest classifier, the higher the number of trees in the forest gives the high accuracy results.
  • 10. CODE:
  • 11. DECISION TREE CLASSIFIER  A decision tree is a decision support tool that uses a tree- like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements.  Decision trees are commonly used in operations research, specifically in decision analysis, to help identify a strategy most likely to reach a goal, but are also a popular tool in machine
  • 12. CODE:
  • 13. DNN CLASSIFIER:  A deep neural network (DNN) is an artificial neural network (ANN) with multiple layers between the input and output layers.  The DNN finds the correct mathematical manipulation to turn the input into the output, whether it be a linear relationship or a non-linear relationship.  The network moves through the layers calculating the probability of each output.
  • 14. CODE:
  • 15. SUPPORT VECTOR CLASSIFIER(SVM)  support vector machines are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis.  In addition to performing linear classification, SVMs can efficiently perform a non-linear classification using what is called the kernel trick, implicitly mapping their inputs into high- dimensional feature spaces.
  • 16. CODE:
  • 17. CONCLUSION  Efficiencies: 1. DECISION TREE ~ 67% 2. RANDOM FOREST ~ 82.4% 3. NAÏVE BAYES ~ 59% 4. SVC ~ 13% 5. DNN CLASSIFIER ~ 15% RANDOM FOREST comes out to be the best fitted model for this problem
  • 18. BIBLIOGRAPHY  www.analyticsvidhya.com  www.stackoverflow.com  www.kaggle.com  www.eckovation.com  www.wikipedia.com