-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Alexander Medvedev edited this page Jan 5, 2020
·
95 revisions
CONTENTS
- Functions
Basic tasks that the network can solve: classification (multiclass and binary) and regression.
The calculation can be carried out on the CPU and GPU.
-
Description of the user interface
-
Operators
- Input C native C++ C# Python
- Output C native C++ C# Python
- FullyConnected C native C++ C# Python
- Convolution C native C++ C# Python
- Deconvolution C native C++ C# Python
- Pooling C native C++ C# Python
- LossFunction C native C++ C# Python
- Switch C native C++ C# Python
- Lock C native C++ C# Python
- Summator C native C++ C# Python
- Crop C native C++ C# Python
- Concat C native C++ C# Python
- Resize C native C++ C# Python
- Activation C native C++ C# Python
- BatchNorm C native C++ C# Python
- UserLayer C native C++ C# Python
-
Examples of use
The operations graph is implemented in snEngine.lib.
Branching creates a stream to each branch.
Connecting branches also creates a new thread for a common branch.
Streams are created once when creating a network.