Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinitnelav committed Apr 2, 2019
1 parent b5a6e62 commit b0d8115
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.Ruserdata
*.docx
*.r
readme.html
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This repository is a sandbox for experimenting with the R [caret][caret] package - using *Random Forests*, *Support Vector Machines* and *Neural Networks* for a classic [pixel based][px-b] [supervised classification][sup-cl]/[supervised learning][sup-ln] of [Sentinel-2 multispectral images][s2].

**View page at https://valentinitnelav.github.io/satellite-image-classification-r/ **

[caret]: https://cran.r-project.org/web/packages/caret/index.html
[px-b]: https://gis.stackexchange.com/questions/237461/distinction-between-pixel-based-and-object-based-classification
[sup-cl]: https://articles.extension.org/pages/40214/whats-the-difference-between-a-supervised-and-unsupervised-image-classification
[sup-ln]: https://stackoverflow.com/questions/1832076/what-is-the-difference-between-supervised-learning-and-unsupervised-learning
[s2]: https://sentinel.esa.int/web/sentinel/missions/sentinel-2

0 comments on commit b0d8115

Please sign in to comment.