BLNNdevs / BLNN

Bayesian Learning for Neural Networks
GNU General Public License v3.0
5 stars 7 forks source link

Use BLNN package on Breast cancer data. #10

Open Mous-ab40 opened 4 years ago

Mous-ab40 commented 4 years ago

Need help to use BLNN package on Breast cancer data.

tsharaf commented 4 years ago

Can you explain more how can we help. What kind of data is its structure?

Mous-ab40 commented 4 years ago

The breast cancer data set is avalable on MASS package. If you have already installed the "MASS" package, you Can explore it by typing:

library(MASS) biopsy

Mous-ab40 commented 4 years ago

I would like to apply it to train a NN with BLNN for breast cancer dignosis.

tsharaf commented 4 years ago

You can follow the vignettes found in the package files.