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]
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 04 Apr. 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
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/02Downloads for shattering024681012141618202224TrendBars

Today's Hot Picks in Authors and Packages

metaprotr  
Metaproteomics Post-Processing Analysis
Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass ...
Download / Learn more Package Citations See dependency  
GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  
RMixpanel  
API for Mixpanel
Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functio ...
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  
PakPMICS2014HH  
Multiple Indicator Cluster Survey (MICS) 2014 Household Questionnaire Data for Punjab, Pakistan
Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2014 Hous ...
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