mirror of
https://github.com/wassname/attentive-neural-processes.git
synced 2026-08-11 11:15:08 +08:00
readme
This commit is contained in:
@@ -28,11 +28,13 @@ I've also made lots of tweaks for flexibility and stability and [replicated the
|
||||
- [Example NP](#example-np)
|
||||
- [Example ANP outputs (sequential)](#example-anp-outputs-sequential)
|
||||
- [Example ANP-RNN outputs](#example-anp-rnn-outputs)
|
||||
- [Example of ANP-RNN with MCDropout](#example-of-anp-rnn-with-mcdropout)
|
||||
- [Replicating DeepMind's tensorflow ANP behaviour](#replicating-deepminds-tensorflow-anp-behaviour)
|
||||
- [Using Monte Carlo Dropout](#using-monte-carlo-dropout)
|
||||
- [Usage](#usage)
|
||||
- [Smartmeter Data](#smartmeter-data)
|
||||
- [Code](#code)
|
||||
- [ANP-RNN diagram](#anp-rnn-diagram)
|
||||
- [See also:](#see-also)
|
||||
|
||||
|
||||
@@ -90,11 +92,10 @@ This has a better calibrated uncertainty and a better fit
|
||||
|
||||

|
||||
|
||||
A Diagram of ANP-RNN's
|
||||
|
||||

|
||||
### Example of ANP-RNN with MCDropout
|
||||
|
||||
|
||||

|
||||
|
||||
## Replicating DeepMind's tensorflow ANP behaviour
|
||||
|
||||
@@ -177,6 +178,10 @@ Changes for stability:
|
||||
- check and skip nonfinite values because for extreme inputs we can still get nan's. Also gradient clipping
|
||||
- use pytorch lightning for early stopping, hyperparam opt, and reduce learning rate on plateau
|
||||
|
||||
## ANP-RNN diagram
|
||||
|
||||

|
||||
|
||||
## See also:
|
||||
|
||||
A list of projects I used as reference or modified to make this one:
|
||||
|
||||
Reference in New Issue
Block a user