You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
[](https://gitter.im/sia-cog/SiaNet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3
3
4
-
# A CSharp deep learning wrapper with CNTK backend
4
+
# A C# deep learning wrapper with CNTK backend
5
5
6
6
Developing a C# wrapper to help developer easily create and train deep neural network models. I am working on enhancing the interface to load data, build model, train and predict.
7
7
8
+
## Install using NuGet
9
+
GPU and CPU Version: [https://www.nuget.org/packages/SiaNet](https://www.nuget.org/packages/SiaNet)
10
+
11
+
For better performance on CPU please use CPU only version.
12
+
CPU Only Version: [https://www.nuget.org/packages/SiaNet.CPUOnly/](https://www.nuget.org/packages/SiaNet.CPUOnly/)
13
+
8
14
## Load dataset (Housing regression example)
9
15
```DataFrame frame = new DataFrame();```
10
16
@@ -56,4 +62,10 @@ Developing a C# wrapper to help developer easily create and train deep neural ne
56
62
57
63
API Documentation: https://deepakkumar1984.github.io/SiaNet/
0 commit comments