mathias-brandewinder / CNTK.FSharp

MIT License
67 stars 9 forks source link

Naming variables and functions #4

Open mathias-brandewinder opened 6 years ago

mathias-brandewinder commented 6 years ago

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 and re-opened. This introduces complications; for instance, expressing something like

let f = bias + weight * input

... becomes difficult, because there is no obvious way to give the function f a name.