Other packages > Find by keyword >

aifeducation  

Artificial Intelligence for Education
View on CRAN: Click here


Download and install aifeducation package within the R console
Install from CRAN:
install.packages("aifeducation")

Install from Github:
library("remotes")
install_github("cran/aifeducation")

Install by package version:
library("remotes")
install_version("aifeducation", "1.0.2")



Attach the package and use:
library("aifeducation")
Maintained by
Berding Florian
[Scholar Profile | Author Map]
First Published: 2023-08-15
Latest Update: 2024-02-18
Description:
In social and educational settings, the use of Artificial Intelligence (AI) is a challenging task. Relevant data is often only available in handwritten forms, or the use of data is restricted by privacy policies. This often leads to small data sets. Furthermore, in the educational and social sciences, data is often unbalanced in terms of frequencies. To support educators as well as educational and social researchers in using the potentials of AI for their work, this package provides a unified interface for neural nets in 'keras', 'tensorflow', and 'pytorch' to deal with natural language problems. In addition, the package ships with a shiny app, providing a graphical user interface. This allows the usage of AI for people without skills in writing python/R scripts. The tools integrate existing mathematical and statistical methods for dealing with small data sets via pseudo-labeling (e.g. Lee (2013) , Cascante-Bonilla et al. (2020) ) and imbalanced data via the creation of synthetic cases (e.g. Bunkhumpornpat et al. (2012) ). Performance evaluation of AI is connected to measures from content analysis which educational and social researchers are generally more familiar with (e.g. Berding & Pargmann (2022) , Gwet (2014) , Krippendorff (2019) ). Estimation of energy consumption and CO2 emissions during model training is done with the 'python' library 'codecarbon'. Finally, all objects created with this package allow to share trained AI models with other people.
How to cite:
Berding Florian (2023). aifeducation: Artificial Intelligence for Education. R package version 1.0.2, https://cran.r-project.org/web/packages/aifeducation. Accessed 05 Apr. 2025.
Previous versions and publish date:
0.2.0 (2023-08-15 12:00), 0.3.0 (2023-10-10 12:30), 0.3.1 (2024-02-18 11:40), 0.3.2 (2024-03-15 22:40), 0.3.3 (2024-04-22 20:22), 1.0.0 (2024-12-20 09:30), 1.0.1 (2025-01-28 12:10)
Other packages that cited aifeducation R package
View aifeducation citation profile
Other R packages that aifeducation depends, imports, suggests or enhances
Complete documentation for aifeducation
Functions, R codes and Examples using the aifeducation R package
Some associated functions: AifeducationConfiguration . EmbeddedText . TextEmbeddingClassifierNeuralNet . TextEmbeddingModel . aifeducation_config . array_to_matrix . bow_pp_create_basic_text_rep . bow_pp_create_vocab_draft . check_aif_py_modules . check_embedding_models . combine_embeddings . create_bert_model . create_deberta_v2_model . create_funnel_model . create_iota2_mean_object . create_longformer_model . create_roberta_model . create_synthetic_units . generate_id . get_coder_metrics . get_folds . get_n_chunks . get_stratified_train_test_split . get_synthetic_cases . get_train_test_split . install_py_modules . load_ai_model . matrix_to_array_c . save_ai_model . set_config_cpu_only . set_config_gpu_low_memory . set_config_os_environ_logger . set_config_tf_logger . set_transformers_logger . split_labeled_unlabeled . summarize_tracked_sustainability . test_classifier_sustainability . test_metric_mean . train_tune_bert_model . train_tune_deberta_v2_model . train_tune_funnel_model . train_tune_longformer_model . train_tune_roberta_model . 
Some associated R codes: RcppExports.R . aux_fct.R . data.R . install_and_config.R . onLoad.R . preparation.R . saving_and_loading.R . sustainability.R . te_classifier_neuralnet_model.R . text_embedding_model.R . transformer_bert.R . transformer_deberta_v2.R . transformer_funnel.R . transformer_longformer.R . transformer_roberta.R .  Full aifeducation package functions and examples
Downloads during the last 30 days
03/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/04Downloads for aifeducation246810121416182022TrendBars

Today's Hot Picks in Authors and Packages

IGST  
Informative Gene Selection Tool
Mining informative genes with certain biological meanings are important for clinical diagnosis of di ...
Download / Learn more Package Citations See dependency  
leapp  
Latent Effect Adjustment After Primary Projection
These functions take a gene expression value matrix, a primary covariate vector, an additional know ...
Download / Learn more Package Citations See dependency  
gllvm  
Generalized Linear Latent Variable Models
Analysis of multivariate data using generalized linear latent variable models (gllvm). Estimation i ...
Download / Learn more Package Citations See dependency  
deepdive  
Deep Learning for General Purpose
Aims to provide simple intuitive functions to create quick prototypes of artificial neural network o ...
Download / Learn more Package Citations See dependency  
whitestrap  
White Test and Bootstrapped White Test for Heteroskedasticity
Formal implementation of White test of heteroskedasticity and a bootstrapped version of it, develope ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA