Other packages > Find by keyword >

shattering  

Estimate the Shattering Coefficient for a Particular Dataset
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("shattering", "1.0.7")



Attach the package and use:
library("shattering")
Maintained by
Rodrigo F. de Mello
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-09-25
Latest Update: 2021-08-21
Description:
The Statistical Learning Theory (SLT) provides the theoretical background to ensure that a supervised algorithm generalizes the mapping f:X -> Y given f is selected from its search space bias F. This formal result depends on the Shattering coefficient function N(F,2n) to upper bound the empirical risk minimization principle, from which one can estimate the necessary training sample size to ensure the probabilistic learning convergence and, most importantly, the characterization of the capacity of F, including its under and overfitting abilities while addressing specific target problems. In this context, we propose a new approach to estimate the maximal number of hyperplanes required to shatter a given sample, i.e., to separate every pair of points from one another, based on the recent contributions by Har-Peled and Jones in the dataset partitioning scenario, and use such foundation to analytically compute the Shattering coefficient function for both binary and multi-class problems. As main contributions, one can use our approach to study the complexity of the search space bias F, estimate training sample sizes, and parametrize the number of hyperplanes a learning algorithm needs to address some supervised task, what is specially appealing to deep neural networks. Reference: de Mello, R.F. (2019) "On the Shattering Coefficient of Supervised Learning Algorithms" ; de Mello, R.F., Ponti, M.A. (2018, ISBN: 978-3319949888) "Machine Learning: A Practical Approach on the Statistical Learning Theory".
How to cite:
Rodrigo F. de Mello (2020). shattering: Estimate the Shattering Coefficient for a Particular Dataset. R package version 1.0.7, https://cran.r-project.org/web/packages/shattering. Accessed 27 Jan. 2025.
Previous versions and publish date:
1.0.1 (2020-10-01 12:20), 1.0.2 (2020-10-10 12:00), 1.0.3 (2020-10-17 02:10), 1.0.4 (2020-10-29 19:40), 1.0.5 (2021-05-28 07:40), 1.0.6 (2021-06-03 01:00), 1.0 (2020-09-25 11:10)
Other packages that cited shattering R package
View shattering citation profile
Other R packages that shattering depends, imports, suggests or enhances
Complete documentation for shattering
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

mgm  
Estimating Time-Varying k-Order Mixed Graphical Models
Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net re ...
Download / Learn more Package Citations See dependency  
intccr  
Semiparametric Competing Risks Regression under Interval Censoring
Semiparametric regression models on the cumulative incidence function for interval-censored competin ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
shinybrms  
Graphical User Interface ('shiny' App) for 'brms'
A graphical user interface (GUI) for fitting Bayesian regression models using the package 'brms' wh ...
Download / Learn more Package Citations See dependency  
AssetCorr  
Estimating Asset Correlations from Default Data
Functions for the estimation of intra- and inter-cohort correlations in the Vasicek credit portfolio ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,561

Publication Badges

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