Package: nn2poly 1.0.1.9000
nn2poly: Neural Network Weights Transformation into Polynomial Coefficients
Implements a method that builds the coefficients of a polynomial model that performs almost equivalently as a given neural network (densely connected). This is achieved using Taylor expansion at the activation functions. The obtained polynomial coefficients can be used to explain features (and their interactions) importance in the neural network, therefore working as a tool for interpretability or eXplainable Artificial Intelligence (XAI). See Morala et al. 2021 <doi:10.1016/j.neunet.2021.04.036>, and 2023 <doi:10.1109/TNNLS.2023.3330328>.
Authors:
nn2poly_1.0.1.9000.tar.gz
nn2poly_1.0.1.9000.zip(r-4.7-x86_64)nn2poly_1.0.1.9000.zip(r-4.6-x86_64)nn2poly_1.0.1.9000.zip(r-4.5-x86_64)
nn2poly_1.0.1.9000.tgz(r-4.6-x86_64)nn2poly_1.0.1.9000.tgz(r-4.6-arm64)nn2poly_1.0.1.9000.tgz(r-4.5-x86_64)nn2poly_1.0.1.9000.tgz(r-4.5-arm64)
nn2poly_1.0.1.9000.tar.gz(r-4.7-arm64)nn2poly_1.0.1.9000.tar.gz(r-4.7-x86_64)nn2poly_1.0.1.9000.tar.gz(r-4.6-arm64)nn2poly_1.0.1.9000.tar.gz(r-4.6-x86_64)
nn2poly_1.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
nn2poly/json (API)
| # Install 'nn2poly' in R: |
| install.packages('nn2poly', repos = c('https://ibidat.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ibidat/nn2poly/issues
Pkgdown/docs site:https://ibidat.github.io
Last updated from:c09b74b592. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 163 | ||
| linux-devel-x86_64 | OK | 161 | ||
| source / vignettes | OK | 214 | ||
| linux-release-arm64 | OK | 138 | ||
| linux-release-x86_64 | OK | 168 | ||
| macos-release-arm64 | OK | 121 | ||
| macos-release-x86_64 | OK | 239 | ||
| macos-oldrel-arm64 | OK | 115 | ||
| macos-oldrel-x86_64 | OK | 206 | ||
| windows-devel-x86_64 | OK | 152 | ||
| windows-release-x86_64 | OK | 142 | ||
| windows-oldrel-x86_64 | OK | 127 | ||
| wasm-release | OK | 135 |
Exports:add_constraintsfitluz_model_sequentialnn2poly
Dependencies:genericsRcppRcppArmadillo
Last update: 2026-07-16
Started: 2024-01-15
Last update: 2026-07-16
Started: 2022-01-15
Last update: 2026-07-16
Started: 2024-01-15
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add constraints to a neural network | add_constraints |
| Polynomial evaluation | eval_poly |
| Build a 'luz' model composed of a linear stack of layers | luz_model_sequential |
| Obtain polynomial representation | nn2poly |
| Plots a comparison between two sets of points. | plot_diagonal |
| Plots activation potentials and Taylor expansion. | plot_taylor_and_activation_potentials |
| Plot method for 'nn2poly' objects. | plot.nn2poly |
| Predict method for 'nn2poly' objects. | predict.nn2poly |
