Machine Learning for Preventing Deforestation

Convolutional Neural Networks

Daniel Moraite
DataSeries
Published in
2 min readJun 15, 2020

--

“Forests cover 30% of the world’s land area.”

Daniel Moraite 2020

“Deforestation is the 50% loss of the world’s tree count. People cut down 15 billion trees every year. “ Long-term, it worsens climate change.

“Deforestation costs $4.5 trillion each year through the loss of biodiversity and it has eliminated habitat for millions of species. In fact, 80% of Earth’s land animals and plants live in forests.”

Solution: identify deforestation equipment in satellite images and prevent deforestation before it happens.

Daniel Moraite 2020

I have chosen a supervised approach, manually labeling positive and negative classes, and augmenting with the use of Keras.

Daniel Moraite 2020

When it comes to data resources, it can be achieved by the use of:

Daniel Moraite 2020

After training the neural network model, built with 2D Convolution Layers, the following objects were classified with a very good score:

Daniel Moraite 2020

As you can see below, the model has no problem with identifying the needle in the haystack.

Daniel Moraite 2020

For demo purposes, the test images were collected via the internet(as the watermarks makes it clear).

Daniel Moraite 2020

I hope you’ve enjoyed this quick look at what can be possible in the deforestation regards and of course, can be applied to other industries.

Daniel Moraite 2020

--

--

Daniel Moraite
DataSeries

My passion for technology and previous roles inspired me to get closer to the practical side of things and I started studying data science and coding on my own.