Skip to content

Commit

Permalink
Final version of 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FBerding committed Apr 24, 2024
1 parent 08c8307 commit 0508685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ applying AI. These are:
In order to deal with the problem of imbalanced data sets, the package
integrates the *Synthetic Minority Oversampling Technique* into the
learning process. Currently, the *Basic Synthetic Minority Oversampling
Technique* (Chawla et al. 2002), *Density-Bases Synthetic Minority
Technique* (Chawla et al. 2002), *Density-Based Synthetic Minority
Oversampling Technique* (Bunkhumpornpat, Sinapiromsaran & Lursinsap
2012), and *Adaptive Synthetic Sampling Approach for Imbalanced
Learning* (Hem Garcia & Li 2008) are implemented via the *R* package
Expand Down Expand Up @@ -267,7 +267,7 @@ evaluated with the following measures and concepts:
- Cohen's Kappa with squared weights
- Fleiss' Kappa for multiple raters without exact estimation

In Addition the some traditional measures from the machine learning
In addition the some traditional measures from the machine learning
literature are also available:

- Precision
Expand All @@ -276,7 +276,7 @@ literature are also available:

## Sharing Trained AI

Since the package is based on keras, tensorflow, and the transformer
Since the package is based on torch, tensorflow, and the transformer
libraries, every trained AI can be shared with other educators and
researchers. The package supports an easy use of pre-trained AI within
*R*, but also provides the possibility to export trained AI to other
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ applying AI. These are:
In order to deal with the problem of imbalanced data sets, the package
integrates the *Synthetic Minority Oversampling Technique* into the
learning process. Currently, the *Basic Synthetic Minority Oversampling
Technique* (Chawla et al. 2002), *Density-Bases Synthetic Minority
Technique* (Chawla et al. 2002), *Density-Based Synthetic Minority
Oversampling Technique* (Bunkhumpornpat, Sinapiromsaran & Lursinsap
2012), and *Adaptive Synthetic Sampling Approach for Imbalanced
Learning* (Hem Garcia & Li 2008) are implemented via the *R* package
Expand Down Expand Up @@ -256,7 +256,7 @@ evaluated with the following measures and concepts:
- Cohen’s Kappa with squared weights
- Fleiss’ Kappa for multiple raters without exact estimation

In Addition the some traditional measures from the machine learning
In addition the some traditional measures from the machine learning
literature are also available:

- Precision
Expand All @@ -265,7 +265,7 @@ literature are also available:

## Sharing Trained AI

Since the package is based on keras, tensorflow, and the transformer
Since the package is based on torch, tensorflow, and the transformer
libraries, every trained AI can be shared with other educators and
researchers. The package supports an easy use of pre-trained AI within
*R*, but also provides the possibility to export trained AI to other
Expand Down

0 comments on commit 0508685

Please sign in to comment.