Skip to content

DeepMLNet/DeepNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b91e28 · May 8, 2018
May 8, 2018
Apr 17, 2018
Apr 19, 2018
Sep 12, 2017
May 8, 2018
May 24, 2016
May 2, 2018
Sep 12, 2017
May 7, 2018
Apr 19, 2018
May 7, 2018
May 24, 2016
Apr 19, 2018
May 8, 2018
Apr 23, 2018
May 7, 2018
May 2, 2018

Repository files navigation

Deep.Net

Deep learning library for F#. Provides tensor functionality, symbolic model differentiation, automatic differentiation and compilation to CUDA GPUs. It includes optimizers and model blocks used in deep learning.

.NET Standard 2.0 port

Deep.Net is currently being ported to .NET Standard 2.0.

In the process the API is being streamlined and the documentation is being improved. The port of the numeric Tensor library is complete, but the port of the symbolic libraries is still in progress.

Go to the README of the Tensor library.