fsharp-ai-tools icon indicating copy to clipboard operation
fsharp-ai-tools copied to clipboard

TensorFlow API for F# + F# for AI Models eDSL

Results 3 fsharp-ai-tools issues
Sort by recently updated
recently updated
newest added

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.1.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies

I'm trying to run the example code in README.md ```fsharp let f (xs: DT) = sin (v 0.5 * sqr xs.[0] - v 0.25 * sqr xs.[1] + v 3.0)...

It would be nice if the F# bindings could automatically use the naming capabilities of TensorFlow for variables and other operations to when creating the graphs. That would allow Tensorboard...