Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
exomishra authored Feb 4, 2022
1 parent 9901d34 commit 14be1b6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Terrain Classification via Deep Neural Networks

Date: 01.05.2019 (This work was done at the begining of my PhD, and at the beginning of my python journey. My ability to code and visualize data has improved significantly since then. Please see other projects for more recent example.)
**Date:** 01.05.2019

In this work, I trained a deep neural network for recognizing the terrain or land use based on pixel level information. This project was undertaken, by the author, to get a first-hand experience in the world of machine learning. In addition, the project was inspired with the prospects of using satellite imagery to identify land use and eventually biotic components on land and find their distinctiong from abiotic life components.
**Note:** This work was done at the begining of my PhD, and at the beginning of my python journey. My ability to code and visualize data has improved significantly since then. Please see my publications or other projects for more recent example.

**Abstract:** In this work, I trained a deep neural network for recognizing the terrain or land use based on pixel level information. This project was undertaken, by the author, to get a first-hand experience in the world of machine learning. In addition, the project was inspired with the prospects of using satellite imagery to identify land use and eventually biotic components on land and find their distinctiong from abiotic life components.

A more formal and detailed description of this work is available via the "terrain classification" [document (link)](/terrain_classification_compressed.pdf) present in this repository. For any questions or comments, please feel free to contact me.

## Acknowledgements:
The inspiration to do this project came from the following people:
1. Prof. Dr. Yann Alibert, University of Bern (my PhD superviser)
2. Prof. Dr. Brice Demory, University of Bern
3. Prof. Dr. Raphael Sznitman, University of Bern

## Results:
Example of augmented dataset for creating a more challenging problem:
Example of augmented dataset for creating a more challenging problem. Here, I took images from different terrains and constructed new images which contained many more terrains on a single image. This increases complexity and posed a more difficult problem for the network.
![](/images/compositeimages.png)

Example of some predictions made by the trained neural network:
Expand All @@ -16,9 +24,3 @@ Example of some predictions made by the trained neural network:
- right panel shows the predictions from the network

![](/images/predict3.png)

## Acknowledgements:
The inspiration to do this project came from the following people:
1. Prof. Dr. Yann Alibert, University of Bern (my PhD superviser)
2. Prof. Dr. Brice Demory, University of Bern
3. Prof. Dr. Raphael Sznitman, University of Bern

0 comments on commit 14be1b6

Please sign in to comment.