Mathias Brandewinder

Results 35 issues of Mathias Brandewinder

Add unit test for commit 714f38a

It might be useful to have a simple compact tree, but also the option to produce a full tree, ex: adding every single outcome with their probability in each branch.

enhancement

The current Pretty Tree sometimes keeps searching and rendering branches, although every single Leaf (for instance) has the same default outcome [see for instance the Tree obtained on Titanic with...

enhancement

Current Pretty Tree simply produces the branch and the most likely outcome. It would be nice to add the probability of the branch and/or outcome, too, ex: - Male (0.430)...

enhancement

The project has been setup to be VSCode friendly, and as a result it appears that usage from Visual Studio is not straightforward.

1. What is the return `bool` supposed to indicate? 2. in https://github.com/Microsoft/CNTK/blob/master/bindings/csharp/CNTKLibraryManagedDll/ShimApiClasses/TrainerShim.cs#L65 , what is the `bool isSweepEndInarguments` and how is it supposed to be used?

question

`CNTK.TrainingParameterScheduleDouble` takes 2 parameters, a learning rate and a minibatch size. `MinibatchSource.GetNextMinibatch` also takes a minibatch size, which I assume is the actual size of the minibatch being read. What's...

question

Assigning a name to a `Variable` or `Function` is done when it is constructed. `Function` exposes a `SetName` method, but it seems to cause problems when the function is saved...