Skip to content

Commit 283c123

Browse files
authored
Update README.md
add missing imports
1 parent cdf6027 commit 283c123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Thank you very much to the original author of ConvNetJS (Andrej Karpathy) and to
2323
Here's a minimum example of defining a **2-layer neural network** and training
2424
it on a single data point:
2525
```c#
26+
using System;
27+
using ConvNetSharp.Core;
28+
using ConvNetSharp.Core.Layers.Double;
2629
using ConvNetSharp.Core.Training.Double;
2730
using ConvNetSharp.Volume;
2831
using ConvNetSharp.Volume.Double;

0 commit comments

Comments
 (0)