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
| E.g. [MnistDemo](https://github.com/cbovar/ConvNetSharp/tree/master/Examples/MnistFlowGPUDemo)| E.g. [MnistFlowGPUDemo](https://github.com/cbovar/ConvNetSharp/tree/master/Examples/MnistDemo.Flow.GPU) or [Flow version of Classify2DDemo ](https://github.com/cbovar/ConvNetSharp/blob/master/Examples/FlowDemo/Classify2DDemo.cs)| E.g. [ExampleCpuSingle](https://github.com/cbovar/ConvNetSharp/blob/master/Examples/FlowDemo/ExampleCPUSingle.cs)|
25
20
26
-
27
-
30/05/2017
28
-
29
-
- Available on [Nuget](https://www.nuget.org/packages/Cognitio.ConvNetSharp.Volume/) in pre-release (i.e. not stable)
30
-
31
-
20/05/2017
32
-
33
-
- vs 2017 and vs 2015 solutions are now both on the same branch (using same source code).
34
-
35
-
27/03/2017
36
-
37
-
- Volumes have their own project
38
-
- Volumes have now 4 dimensions (width, height, channel, **batchSize**)
39
-
- Generic on numerics to use single or double precision (`Net<double>` or `Net<float>`)
40
-
- GPU implementation. Just add '`GPU`' in the namespace: `using ConvNetSharp.Volume.`**GPU**`.Single;`
41
-
- ConvNetSharp.Volume and ConvNetSharp.Core are on .NET Standard
42
-
- New way to serialize/deserialize. Basically Net object gives a nested dictionary that can be serialized the way you like.
43
-
44
-
Tag [v0.2.0](https://github.com/cbovar/ConvNetSharp/tree/v0.2.0) was created just before commiting new version.
45
-
46
21
## Example Code
47
22
48
23
Here's a minimum example of defining a **2-layer neural network** and training
0 commit comments