Snippets tagged cntk

  • CNTK Log File Parser

    Parser for CNTK error log file (see https://www.microsoft.com/en-us/research/product/cognitive-toolkit/) tested with version 2.0 beta. The parser can be combined with other tooling such as F# chart to view live error rates, etc. (includes a unix 'tail' like function)

    1 people like this

    Posted: 7 years ago by Faisal Waris

  • Live chart of CNTK Error Rate

    CNTK is Microsoft's deep learning toolkit. This snippets allows one to view the live error rate on a chart. It relies on FSharp.Charting and FSharp.Control.Reactive and a couple of other F# snippets the links for which are referenced in the code. Use 'track' function to start viewing live charts.

    1 people like this

    Posted: 7 years ago by Faisal Waris