Commit 6b5d9233 authored by Carlos Riquelme's avatar Carlos Riquelme
Browse files

Readme changes.

parent ffc50f4a
...@@ -176,7 +176,7 @@ The Deep Bayesian Bandits library includes the following algorithms (see the ...@@ -176,7 +176,7 @@ The Deep Bayesian Bandits library includes the following algorithms (see the
dropout = PosteriorBNNSampling('MyDropout', my_hparams, 'RMSProp') dropout = PosteriorBNNSampling('MyDropout', my_hparams, 'RMSProp')
``` ```
7. **Monte Carlo Methods**. 7. **Monte Carlo Methods**. To be added soon.
8. **Bootstrapped Networks**. This algorithm trains simultaneously and in 8. **Bootstrapped Networks**. This algorithm trains simultaneously and in
parallel **q** neural networks based on different datasets D<sub>1</sub>, ..., D<sub>q</sub>. The way those datasets are collected is by adding each new collected parallel **q** neural networks based on different datasets D<sub>1</sub>, ..., D<sub>q</sub>. The way those datasets are collected is by adding each new collected
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment