-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (20 loc) · 1.1 KB
/
Copy pathREADME.txt
File metadata and controls
34 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# BLNN (Bayesian Learning for Neural Networks)
One Paragraph of project description goes here
## Getting Started
These instructions will give you some basic instructions on installing the BLNN package and where to look for additional information.
### Installing
To install the BLNN package from the GitHub repository, run the function
```R
install_github("BLNNdevs/BLNN")
```
This will pull all the necessary functions for performing your Bayesian learning.
### Vignettes
The package repository contains helpful vignette files with full write-ups on example work done using BLNN. If you wish to install these vignettes into R along with the package they will need to be included explicitly during installation. To build your version of the package including vignettes be sure to include the build_vignettes argument
```R
install_github("BLNNdevs/BLNN", build_vignettes = TRUE)
```
##Additional information
For more on the authors, maintainers and version history of BLNN, please refer to the description file.
## License
GPL-3
This project is licensed under the GPL-3 License - see the license file for details.