Mathias Brandewinder

Results 35 issues of Mathias Brandewinder

Creating a `Variable` or `Parameter` typically requires explicitly specifying what `DeviceDescriptor` it is intended to run on. This gets in the way of composition: when creating a model, the `DeviceDescriptor`...

Built-in functions, such as `CNTKLib.ElementTimes`, typically expect one or more `Variable`(s) as an input, but return a `Function`. As a result, composition in F# requires explicit conversions everywhere, to convert...

### Description The assembly from the nuget package is named `ExcelProvider.Runtime.dll`, which disagrees with the current documentation, and seems accidental/odd. Either the docs need to be updated (see issue #64)...

When creating a Chart using XPlot.GoogleCharts, if `Chart.WithOptions` is called after some other chart properties are set, these properties get ignored. If the call is made before them, they are...

enhancement
help wanted
Area: API
Area: google charts

Example: ``` [] ``` ... causes very mysterious behaviors.

``` namespace Planets open Ferop [] module App = [] let helloWorld () : int = // C"""printf ("Hello World\n"); """ C"""return 42; """ ``` Call from a script: ```...

In the .NET API, `Function` exposes a method `SetName`, which, I presume, is intended to give a name to a `Function`. However, when I use it to name a model,...

If I am headed North and turn Left, I should be headed West: https://github.com/mathias-brandewinder/machine-learning-projects-for-dot-net-developers/blob/master/chapter-7/Game/Game/Game.fs#L50-L59

If I send a tweet for evaluation, fsibot responds, and I respond with more code, my response is not picked up by fsibot as a mention; it should probably be.

bug

A lot of first time evaluations fail because of simple errors. Perhaps include a link to a couple of examples when this happens?

enhancement