ThermodynamicAnalyticsToolkit icon indicating copy to clipboard operation
ThermodynamicAnalyticsToolkit copied to clipboard

Sampling-based approach to analyse neural networks using TensorFlow

Results 13 ThermodynamicAnalyticsToolkit issues
Sort by recently updated
recently updated
newest added

CCAdL reproducibility regression test was working in branch *Averages_burnin* and was broken during the introduction of the ensemble of walkers in the huge branch *WalkerEnsemble*. See the description in the...

bug

It will be possible to do one dimensional harmonic oscillator. I will add the section into the userguide. Teaser: ![ho](https://user-images.githubusercontent.com/30835880/42889480-74856d90-8aa2-11e8-8e52-e3cd80130318.png)

documentation
TBD

Usually, this occurs when trying to pass an array where a float is expected. This needs to be looked at on a Mac system.

Most of the examples are small code snippets inside the guide and *not* in external files as with the user guide. There are two approaches: 1. Extract snippets from a...

documentation

There are some more issues when running things in parallel that I just stumbled upon. These are partly related to the new input pipeline, see #22. - [ ] `cache()`...

bug

@ZofiaTr wrote in #51: > I was also thinking, that it might be very useful if Ben @teebee2 could read some chosen parts of the userguide. I suggested some modifications...

documentation

`init_network()` is quite clumsy and the `setup` parameter is ont very intuitive. Maybe we could change this into an initial `init_network()` (which might be hidden in some general `init()` function...

enhancement

TATi is so far limited to (fully) feed-forward networks. However, for image classification Convoluted NNs are better, for signal processing Long-Short-Term Memory (LSTM) NNs. Tensorflow 1.9 offers `tf.keras` as the...

enhancement

Gabriel suggested to add an option to only evaluate the diagonal hessians instead of the full hessian matrix.

enhancement

Hi Frederik, I am testing the class for gradient exporting from TATi. When I run my python code in the terminal, everything works fine, but when I do the same...