We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6027 commit 283c123Copy full SHA for 283c123
1 file changed
README.md
@@ -23,6 +23,9 @@ Thank you very much to the original author of ConvNetJS (Andrej Karpathy) and to
23
Here's a minimum example of defining a **2-layer neural network** and training
24
it on a single data point:
25
```c#
26
+using System;
27
+using ConvNetSharp.Core;
28
+using ConvNetSharp.Core.Layers.Double;
29
using ConvNetSharp.Core.Training.Double;
30
using ConvNetSharp.Volume;
31
using ConvNetSharp.Volume.Double;
0 commit comments