pnn: Probabilistic neural networks

The program pnn implements the algorithm proposed by Specht (1990). It is written in the R statistical language. It solves a common problem in automatic learning. Knowing a set of observations described by a vector of quantitative variables, we classify them in a given number of groups. Then, the algorithm is trained with this datasets and should guess afterwards the group of any new observation. This neural network has the main advantage to begin generalization instantaneously even with a small set of known observations. It is delivered with four functions (learn, smooth, perf and guess) and a dataset. The functions are documented with examples and provided with unit tests.

Package details

AuthorPierre-Olivier Chasset
MaintainerPierre-Olivier Chasset <pierre-olivier@chasset.net>
LicenseAGPL
Version1.0.1
URL http://flow.chasset.net/pnn/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("pnn")

Try the pnn package in your browser

Any scripts or data that you put into this service are public.

pnn documentation built on May 2, 2019, 9:30 a.m.