R’tichoke
  • Home
  • R Installation Guide
  • Get Started
    • Installing Packages
    • Variables in R
    • Loops and Apply Functions
    • Indexing Arrays
    • Reading Data
    • Introduction to dplyr
    • Introduction to data.table
    • Base Graphics
    • ggplot2 Graphics
    • Parallel Computing in R
  • WebR Playground
  • Blog
  • About
  • R-Bloggers
Categories
All (13)
Analytics (2)
Bootstrapping (1)
Credit Risk Analytics (3)
Data Visualization (1)
Deep Learning (2)
Finance (1)
Introduction (1)
Machine Learning (2)
Model Evaluation (1)
Multi-Task Learning (1)
Optimization (2)
Python (1)
R (13)
Simulation (1)
Statistics (1)
Visualization (1)
XGBoost (1)
ggplot2 (1)
reticulate (1)
tidymodels (1)
torch (2)

Multi-Task Learning with torch in R

R
Deep Learning
torch
Multi-Task Learning
Multi-task learning (MTL) is an approach where a single neural network model is trained to perform multiple related tasks simultaneously. This methodology can improve model…
May 11, 2025

Building a Simple Neural Network in R with torch

R
Deep Learning
torch
The torch package brings deep learning to R by providing bindings to the popular PyTorch library. This comprehensive tutorial demonstrates how to build and train a simple…
Dec 5, 2024

Tutorial: Assessing Credit Score Prediction Reliability Using Bootstrap Resampling

R
Credit Risk Analytics
Bootstrapping
Credit scoring models demonstrate optimal performance within the central regions of the score distribution, yet exhibit diminished reliability at the distribution extremes…
Nov 15, 2024

Building Models in R with tidymodels

R
Machine Learning
tidymodels
The tidymodels framework provides a cohesive set of packages for modeling and machine learning in R, following tidyverse principles. In this post, we’ll build a realistic…
Oct 12, 2024

Optimizing XGBoost Hyperparameters Using Bayesian Optimization in R

R
Analytics
Machine Learning
Hyperparameter tuning for machine learning models represents a computationally intensive and time-consuming process. This tutorial demonstrates the implementation of…
Sep 18, 2024

Implementing Particle Swarm Optimization from Scratch in R

R
Optimization
Visualization
Nature-inspired optimization algorithms demonstrate remarkable efficiency in solving complex optimization problems. This post provides a implementation of Particle Swarm…
Jul 22, 2024

Developing Custom Charting Functions with ggplot2

R
Data Visualization
ggplot2
While R provides numerous options for two-dimensional graphics and data visualization, ggplot2 offers great functionality, features, and visual quality. This tutorial shows…
May 14, 2024

Generating Correlated Random Numbers in R Using Matrix Methods

R
Statistics
Simulation
The generation of random data with specified correlation patterns can be useful in statistical simulation and this tutorial provides a methodology for creating correlated…
Mar 19, 2024

Evaluating Binary Classification Models Using Gains Tables

R
Credit Risk Analytics
Model Evaluation
In credit risk modeling and binary classification applications, analysts employ gains tables (also known as KS tables) as a fundamental tool for measuring and quantifying…
Jan 28, 2024

Portfolio Optimization Using PSO

R
Finance
Optimization
Portfolio optimization represents a critical task in investment management, where the goal involves allocating capital across different assets to maximize returns while…
May 17, 2023

Introduction to R for Analytics

R
Analytics
Introduction
R is a powerful language specifically designed for data analysis and visualization. This guide demonstrates practical examples of using R for real-world analytics tasks.
Mar 22, 2023

Monotonic Binning Using XGBoost

R
Credit Risk Analytics
XGBoost
This post focuses on how to implement monotonic binning, a method that groups variable values into bins where event rates demonstrate consistent monotonic behavior. This…
Jan 19, 2023

Getting Started with Python using R and Reticulate

R
Python
reticulate
Want to use Python’s powerful libraries without leaving R? The reticulate package gives you the best of both worlds - R’s elegant data handling and visualization with…
Jan 15, 2023
No matching items

2025 R’tichoke