DeepNet icon indicating copy to clipboard operation
DeepNet copied to clipboard

Deep.Net machine learning framework for F#

Results 5 DeepNet issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi @surban et al. We're looking at doing some work on DiffSharp and am wondering if I can discuss DeepNet. * What are your thoughts about the future of the...

Is the `Tensor` type suited to implement an `im2col` operation? I tried and only succeeded with nested loops—which of course is bad for CUDA. In the end, I want to...

I examined DeepNet sample code referenced by (http://www.deepml.net/model.html) However, I executed my code and got System.Exception. Additional information was as follows: ``` cannot apply element-wise operation Add to unequal shapes...

Loss evaluated with a separate function: `let lossFn = mi.Func (loss) |> arg2 input target` differs from the loss evaluated during training: `let trainFn () = Train.train trainable fullDataset trainCfg`...