-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c08fe5
commit a64f606
Showing
12 changed files
with
182 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Authors@R: c(person('Rolf', 'Simoes', role = c('aut'), email = 'rolf.simoes@inpe | |
person('Charlotte', 'Pelletier', role = c('ctb'), email = '[email protected]'), | ||
person('Pedro', 'Andrade', role = c('ctb'), email = '[email protected]'), | ||
person('Alber', 'Sanchez', role = c('ctb'), email = '[email protected]'), | ||
person('Estefania', 'Pizarro', role = c('ctb'), email = '[email protected]'), | ||
person('Gilberto', 'Queiroz', role = c('ctb'), email = '[email protected]') | ||
) | ||
Maintainer: Gilberto Camara <[email protected]> | ||
|
@@ -26,15 +27,18 @@ Description: An end-to-end toolkit for land use and land cover classification | |
smoothing filters for dealing with noisy time series. | ||
Includes functions for quality assessment of training samples using self-organized maps | ||
as presented by Santos et al (2021) <doi:10.1016/j.isprsjprs.2021.04.014>. | ||
Includes methods to reduce training samples imbalance proposed by | ||
Chawla et al (2002) <doi:10.1613/jair.953>. | ||
Provides machine learning methods including support vector machines, | ||
random forests, extreme gradient boosting, multi-layer perceptrons, | ||
temporal convolutional neural networks proposed by Pelletier et al (2019) <doi:10.3390/rs11050523>, | ||
temporal convolutional neural networks proposed | ||
by Pelletier et al (2019) <doi:10.3390/rs11050523>, | ||
and temporal attention encoders by Garnot and Landrieu (2020) <doi:10.48550/arXiv.2007.00586>. | ||
Supports GPU processing of deep learning models using torch <https://torch.mlverse.org/>. | ||
Performs efficient classification of big Earth observation data cubes and includes | ||
functions for post-classification smoothing based on Bayesian inference | ||
as described by Camara et al (2024) <doi:10.3390/rs16234572>, and | ||
methods for active learning and uncertainty assessment. Supports object-based | ||
methods for active learning and uncertainty assessment. Supports region-based | ||
time series analysis using package supercells <https://jakubnowosad.com/supercells/>. | ||
Enables best practices for estimating area and assessing accuracy of land change as | ||
recommended by Olofsson et al (2014) <doi:10.1016/j.rse.2014.02.015>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Version: 1.0 | ||
ProjectId: 2f1606ae-8610-45aa-99ce-edaa30c043fc | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Ask | ||
|