René's URL Explorer Experiment


Title: DiffSharp

Description: DiffSharp is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains.

direct link

Domain: diffsharp.github.io

authorAtılım Güneş Baydin, Don Syme, Barak A. Pearlmutter, Jeffrey Siskind, and DiffSharp contributors

Links:

https://diffsharp.github.io/reference/index.html
Homehttps://diffsharp.github.io/index.html
GitHubhttps://github.com/DiffSharp/DiffSharp/
License (BSD)https://github.com/DiffSharp/DiffSharp/blob/dev/LICENSE
Installhttps://diffsharp.github.io/install.html
Quickstarthttps://diffsharp.github.io/quickstart.html
More Exampleshttps://github.com/DiffSharp/DiffSharp/tree/dev/examples
API Referencehttps://diffsharp.github.io/reference/index.html
Extensionshttps://diffsharp.github.io/extensions.html
Backend (Module) https://diffsharp.github.io/reference/diffsharp-backendmodule.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Backend.fs#L34-34
Backend (Type) https://diffsharp.github.io/reference/diffsharp-backend.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Backend.fs#L10-10
BackendFunctionality<'T> https://diffsharp.github.io/reference/diffsharp-backendfunctionality-1.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Backend.fs#L47-47
BinaryOp https://diffsharp.github.io/reference/diffsharp-binaryop.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L3352-3352
Tensor.Ophttps://diffsharp.github.io/reference/diffsharp-tensor.html#Op
BinaryOpElementwise https://diffsharp.github.io/reference/diffsharp-binaryopelementwise.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L3415-3415
Tensor.Ophttps://diffsharp.github.io/reference/diffsharp-tensor.html#Op
Compose https://diffsharp.github.io/reference/diffsharp-compose.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/DiffSharp.Compose.fs#L6-6
Device (Module) https://diffsharp.github.io/reference/diffsharp-devicemodule.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Device.fs#L59-59
Device (Type) https://diffsharp.github.io/reference/diffsharp-device.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Device.fs#L33-33
DeviceType https://diffsharp.github.io/reference/diffsharp-devicetype.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Device.fs#L19-19
dsharp https://diffsharp.github.io/reference/diffsharp-dsharp.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/DiffSharp.fs#L12-12
Dtype (Module) https://diffsharp.github.io/reference/diffsharp-dtypemodule.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Dtype.fs#L85-85
Dtype (Type) https://diffsharp.github.io/reference/diffsharp-dtype.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Dtype.fs#L10-10
DtypeAutoOpens https://diffsharp.github.io/reference/diffsharp-dtypeautoopens.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Dtype.fs#L57-57
ImageExtensions https://diffsharp.github.io/reference/diffsharp-imageextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Data/Image.fs#L62-62
ImageUtil https://diffsharp.github.io/reference/diffsharp-imageutil.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Data/Image.fs#L16-16
Numerical https://diffsharp.github.io/reference/diffsharp-numerical.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/DiffSharp.Numerical.fs#L6-6
OpAvgPoolExtensions https://diffsharp.github.io/reference/diffsharp-opavgpoolextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.AvgPool.fs#L9-9
OpBMMExtensions https://diffsharp.github.io/reference/diffsharp-opbmmextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.BMM.fs#L9-9
OpDetExtensions https://diffsharp.github.io/reference/diffsharp-opdetextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.Det.fs#L9-9
OpInvExtensions https://diffsharp.github.io/reference/diffsharp-opinvextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.Inv.fs#L9-9
OpNormExtensions https://diffsharp.github.io/reference/diffsharp-opnormextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.Norm.fs#L9-9
OpOuterExtensions https://diffsharp.github.io/reference/diffsharp-opouterextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.Outer.fs#L9-9
OpSolveExtensions https://diffsharp.github.io/reference/diffsharp-opsolveextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Op.Solve.fs#L9-9
Printer (Module) https://diffsharp.github.io/reference/diffsharp-printermodule.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Printer.fs#L36-36
Printer (Type) https://diffsharp.github.io/reference/diffsharp-printer.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Printer.fs#L8-8
scalar https://diffsharp.github.io/reference/diffsharp-scalar.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Scalar.fs#L12-12
ScalarExtensions https://diffsharp.github.io/reference/diffsharp-scalarextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Scalar.fs#L15-15
Shape (Module) https://diffsharp.github.io/reference/diffsharp-shapemodule.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Shape.fs#L13-13
Shape (Type) https://diffsharp.github.io/reference/diffsharp-shape.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Shape.fs#L10-10
ShapeAutoOpens https://diffsharp.github.io/reference/diffsharp-shapeautoopens.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Shape.fs#L825-825
Shorten https://diffsharp.github.io/reference/diffsharp-shorten.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/DiffSharp.Shorten.fs#L6-6
SlicingExtensions https://diffsharp.github.io/reference/diffsharp-slicingextensions.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.Slicing.fs#L12-12
Tensor https://diffsharp.github.io/reference/diffsharp-tensor.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L26-26
TensorOp https://diffsharp.github.io/reference/diffsharp-tensorop.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L3140-3140
UnaryOp https://diffsharp.github.io/reference/diffsharp-unaryop.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L3274-3274
Tensor.Ophttps://diffsharp.github.io/reference/diffsharp-tensor.html#Op
UnaryOpElementwise https://diffsharp.github.io/reference/diffsharp-unaryopelementwise.html
https://github.com/DiffSharp/DiffSharp//tree/dev/src/DiffSharp.Core/Tensor.fs#L3323-3323
Tensor.Ophttps://diffsharp.github.io/reference/diffsharp-tensor.html#Op

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.